Salome HOME
Fix for problem: numbers of isolines functionality work incorrect.
[modules/gui.git] / src / SPlot2d / 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            SPlot2d.h \
12            SPlot2d_Curve.h \
13            SPlot2d_Prs.h \
14            SPlot2d_ViewModel.h \
15            SPlot2d_SetupPlot2dDlg.h
16
17 # .po files to transform in .qm
18 PO_FILES = SPlot2d_msg_en.po
19
20 # Libraries targets
21
22 LIB = libSPlot2d.la
23 LIB_SRC =         \
24            SPlot2d_Curve.cxx \
25            SPlot2d_Prs.cxx \
26            SPlot2d_ViewModel.cxx \
27            SPlot2d_SetupPlot2dDlg.cxx
28
29 LIB_MOC = \
30            SPlot2d_ViewModel.h \
31            SPlot2d_SetupPlot2dDlg.h
32
33 LIB_CLIENT_IDL = SALOMEDS.idl \
34                  SALOME_Exception.idl \
35                  SALOME_GenericObj.idl
36
37 #LIB_CLIENT_IDL = SALOMEDS.idl \
38 #                SALOME_ModuleCatalog.idl \
39 #                SALOME_Component.idl \
40 #                SALOME_ContainerManager.idl \
41 #                SALOME_Exception.idl \
42 #                SALOME_GenericObj.idl
43
44 #CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) $(BOOST_CPPFLAGS) -I$(KERNEL_ROOT_DIR)/include/salome
45 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(QWT_INCLUDES) $(BOOST_CPPFLAGS) -I$(KERNEL_ROOT_DIR)/include/salome
46 LDFLAGS+=$(QT_MT_LIBS) $(QWT_LIBS) -L$(KERNEL_ROOT_DIR)/lib/salome -lsuit -lPlot2d -lSalomePrs
47
48
49 @CONCLUDE@
50
51
52
53
54