Salome HOME
This commit was generated by cvs2git to create tag 'V1_4_0b2'.
[modules/kernel.git] / src / Plot2d / Makefile.in
1 # source path
2 top_srcdir=@top_srcdir@
3 top_builddir=../..
4 srcdir=@srcdir@
5 VPATH=.:@srcdir@:@top_srcdir@/idl
6
7
8 @COMMENCE@
9
10 EXPORT_HEADERS = \
11            Plot2d.h \
12            Plot2d_Curve.h \
13            Plot2d_CurveContainer.h \
14            Plot2d_ViewFrame.h \
15            Plot2d_SetupViewDlg.h \
16            Plot2d_SetupPlot2dDlg.h \
17            Plot2d_FitDataDlg.h
18
19 # .po files to transform in .qm
20 #PO_FILES = \
21
22 # Libraries targets
23
24 LIB = libPlot2d.la
25 LIB_SRC =         \
26            Plot2d.cxx \
27            Plot2d_Curve.cxx \
28            Plot2d_CurveContainer.cxx \
29            Plot2d_ViewFrame.cxx \
30            Plot2d_SetupViewDlg.cxx \
31            Plot2d_SetupPlot2dDlg.cxx \
32            Plot2d_FitDataDlg.cxx
33
34 LIB_MOC = \
35            Plot2d.h \
36            Plot2d_ViewFrame.h \
37            Plot2d_SetupViewDlg.h \
38            Plot2d_SetupPlot2dDlg.h \
39            Plot2d_FitDataDlg.h
40
41 LIB_CLIENT_IDL = SALOMEDS.idl \
42                  SALOME_ModuleCatalog.idl \
43                  SALOME_Component.idl \
44                  SALOME_Exception.idl
45
46 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) 
47 LDFLAGS+=$(QT_MT_LIBS) $(OGL_LIBS) $(QWT_LIBS) -lSalomeGUI
48
49
50 @CONCLUDE@
51
52
53
54
55