Salome HOME
NRI : Check if a component-username is already associated with a component-name.
[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            
18 # .po files to transform in .qm
19 #PO_FILES = \
20
21 # Libraries targets
22
23 LIB = libPlot2d.la
24 LIB_SRC =         \
25            Plot2d.cxx \
26            Plot2d_Curve.cxx \
27            Plot2d_CurveContainer.cxx \
28            Plot2d_ViewFrame.cxx \
29            Plot2d_SetupViewDlg.cxx \
30            Plot2d_SetupPlot2dDlg.cxx
31
32 LIB_MOC = \
33            Plot2d.h \
34            Plot2d_ViewFrame.h \
35            Plot2d_SetupViewDlg.h \
36            Plot2d_SetupPlot2dDlg.h
37
38 LIB_CLIENT_IDL = SALOMEDS.idl \
39                  SALOME_ModuleCatalog.idl \
40                  SALOME_Component.idl \
41                  SALOME_Exception.idl
42
43 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) 
44 LDFLAGS+=$(QT_MT_LIBS) $(OGL_LIBS) $(QWT_LIBS)
45
46
47 @CONCLUDE@
48
49
50
51
52