Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[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            Plot2d_Prs.h
19
20 # .po files to transform in .qm
21 #PO_FILES = \
22
23 # Libraries targets
24
25 LIB = libPlot2d.la
26 LIB_SRC =         \
27            Plot2d.cxx \
28            Plot2d_Curve.cxx \
29            Plot2d_CurveContainer.cxx \
30            Plot2d_ViewFrame.cxx \
31            Plot2d_SetupViewDlg.cxx \
32            Plot2d_SetupPlot2dDlg.cxx \
33            Plot2d_FitDataDlg.cxx \
34            Plot2d_Prs.cxx
35
36 LIB_MOC = \
37            Plot2d.h \
38            Plot2d_ViewFrame.h \
39            Plot2d_SetupViewDlg.h \
40            Plot2d_SetupPlot2dDlg.h \
41            Plot2d_FitDataDlg.h
42
43 LIB_CLIENT_IDL = SALOMEDS.idl \
44                  SALOME_ModuleCatalog.idl \
45                  SALOME_Component.idl \
46                  SALOME_ContainerManager.idl \
47                  SALOME_Exception.idl
48
49 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) 
50 LDFLAGS+=$(QT_MT_LIBS) $(OGL_LIBS) $(QWT_LIBS) -lSalomePrs -lSalomeGUI
51
52
53 @CONCLUDE@
54
55
56
57
58