Salome HOME
sources v1.2
[modules/kernel.git] / src / Plot2d / Makefile.in
1 #  Copyright (C) 2003  CEA/DEN, EDF R&D
2 #
3 #
4 #
5 #  File   : Makefile.in
6 #  Module : SALOME
7
8 top_srcdir=@top_srcdir@
9 top_builddir=../../..
10 srcdir=@srcdir@
11 VPATH=.:@srcdir@:@top_srcdir@/idl
12
13
14 @COMMENCE@
15
16 EXPORT_HEADERS = \
17            Plot2d.h \
18            Plot2d_Curve.h \
19            Plot2d_CurveContainer.h \
20            Plot2d_ViewFrame.h \
21            Plot2d_SetupViewDlg.h \
22            Plot2d_SetupPlot2dDlg.h \
23            Plot2d_FitDataDlg.h
24            
25 # .po files to transform in .qm
26 #PO_FILES = \
27
28 # Libraries targets
29
30 LIB = libPlot2d.la
31 LIB_SRC =         \
32            Plot2d.cxx \
33            Plot2d_Curve.cxx \
34            Plot2d_CurveContainer.cxx \
35            Plot2d_ViewFrame.cxx \
36            Plot2d_SetupViewDlg.cxx \
37            Plot2d_SetupPlot2dDlg.cxx \
38            Plot2d_FitDataDlg.cxx
39
40 LIB_MOC = \
41            Plot2d.h \
42            Plot2d_ViewFrame.h \
43            Plot2d_SetupViewDlg.h \
44            Plot2d_SetupPlot2dDlg.h \
45            Plot2d_FitDataDlg.h
46
47 LIB_CLIENT_IDL = SALOMEDS.idl \
48                  SALOMEDS_Attributes.idl \
49                  SALOME_ModuleCatalog.idl \
50                  SALOME_Component.idl \
51                  SALOME_Exception.idl
52 #LIB_CLIENT_IDL = SALOMEDS.idl
53
54 #CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES)
55 #CPPFLAGS+=$(QT_INCLUDES) $(QWT_INCLUDES) $(PYTHON_INCLUDES)
56 #LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) -lSalomeNS -lqsplitterP -lSalomeLifeCycleCORBA -lOpUtil -lSalomeObject
57 #LDFLAGS+=$(QT_MT_LIBS) $(QWT_LIBS)
58
59 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) 
60 LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(OGL_LIBS) $(QWT_LIBS)
61
62
63 @CONCLUDE@
64
65
66
67
68