Salome HOME
NRI : Change lGeometryClient by lGEOMClient.
[modules/smesh.git] / src / SMESHGUI / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Nicolas REJNERI
4 # Date   : Sun May 05 11:45:40 2002
5 # $Header$
6 #
7
8 # source path
9 top_srcdir=@top_srcdir@
10 top_builddir=../..
11 srcdir=@srcdir@
12 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
13
14
15 @COMMENCE@
16
17 # header files 
18 EXPORT_HEADERS= SMESHGUI_Swig.hxx \
19                 SMESHGUI_Swig.i
20
21 # .po files to transform in .qm
22 PO_FILES = \
23            SMESH_icons.po \
24            SMESH_msg_en.po
25
26 # Libraries targets
27 LIB = libSMESHGUI.la
28 LIB_SRC =       SMESHGUI.cxx \
29                 SMESHGUI_StudyAPI.cxx \
30                 SMESHGUI_SpinBox.cxx \
31                 SMESHGUI_NodesDlg.cxx \
32                 SMESHGUI_AddHypothesisDlg.cxx \
33                 SMESHGUI_AddAlgorithmDlg.cxx \
34                 SMESHGUI_InitMeshDlg.cxx \
35                 SMESHGUI_AddSubMeshDlg.cxx \
36                 SMESHGUI_LocalLengthDlg.cxx \
37                 SMESHGUI_NbSegmentsDlg.cxx \
38                 SMESHGUI_TransparencyDlg.cxx \
39                 SMESHGUI_RemoveNodesDlg.cxx \
40                 SMESHGUI_RemoveElementsDlg.cxx \
41                 SMESHGUI_MeshInfosDlg.cxx \
42                 SMESHGUI_Preferences_ColorDlg.cxx \
43                 SMESHGUI_MaxElementAreaDlg.cxx \
44                 SMESHGUI_Preferences_ScalarBarDlg.cxx \
45                 SMESHGUI_EditScalarBarDlg.cxx \
46                 SMESHGUI_aParameterDlg.cxx \
47                 SMESHGUI_MaxElementVolumeDlg.cxx \
48                 SMESHGUI_Swig.cxx \
49                 SMESHGUI_ComputeScalarValue.cxx \
50                 SMESHGUI_MoveNodesDlg.cxx \
51                 SMESHGUI_OrientationElementsDlg.cxx \
52                 SMESHGUI_DiagonalInversionDlg.cxx \
53                 SMESHGUI_EdgesConnectivityDlg.cxx \
54                 SMESHGUI_AddFaceDlg.cxx \
55                 SMESHGUI_AddVolumeDlg.cxx \
56                 SMESHGUI_AddEdgeDlg.cxx \
57                 SMESHGUI_EditHypothesesDlg.cxx
58
59 LIB_MOC = \
60                 SMESHGUI.h \
61                 SMESHGUI_NodesDlg.h \
62                 SMESHGUI_SpinBox.h \
63                 SMESHGUI_AddHypothesisDlg.h \
64                 SMESHGUI_AddAlgorithmDlg.h \
65                 SMESHGUI_InitMeshDlg.h \
66                 SMESHGUI_AddSubMeshDlg.h \
67                 SMESHGUI_LocalLengthDlg.h \
68                 SMESHGUI_NbSegmentsDlg.h \
69                 SMESHGUI_TransparencyDlg.h \
70                 SMESHGUI_RemoveNodesDlg.h \
71                 SMESHGUI_RemoveElementsDlg.h \
72                 SMESHGUI_MeshInfosDlg.h \
73                 SMESHGUI_Preferences_ColorDlg.h \
74                 SMESHGUI_MaxElementAreaDlg.h \
75                 SMESHGUI_Preferences_ScalarBarDlg.h \
76                 SMESHGUI_EditScalarBarDlg.h \
77                 SMESHGUI_aParameterDlg.h \
78                 SMESHGUI_MaxElementVolumeDlg.h \
79                 SMESHGUI_MoveNodesDlg.h \
80                 SMESHGUI_OrientationElementsDlg.h \
81                 SMESHGUI_DiagonalInversionDlg.h \
82                 SMESHGUI_EdgesConnectivityDlg.h \
83                 SMESHGUI_AddEdgeDlg.h \
84                 SMESHGUI_AddVolumeDlg.h \
85                 SMESHGUI_AddFaceDlg.h \
86                 SMESHGUI_EditHypothesesDlg.h
87
88 LIB_CLIENT_IDL = SALOME_Exception.idl \
89                  GEOM_Gen.idl \
90                  GEOM_Shape.idl \
91                  SMESH_Gen.idl \
92                  SMESH_Mesh.idl \
93                  SMESH_Hypothesis.idl \
94                  SMESH_BasicHypothesis.idl \
95                  SALOMEDS.idl \
96                  SALOMEDS_Attributes.idl \
97                  SALOME_ModuleCatalog.idl \
98                  SALOME_Component.idl \
99                  MED.idl
100
101 LIB_SERVER_IDL = 
102
103 # additionnal information to compil and link file
104
105 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(MED2_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
106 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
107 #$(OCC_CXXFLAGS)
108
109 LDFLAGS += -lOCCViewer -lVTKViewer -lSalomeObject -lSalomeGUI -lSMESHObject -lSMDS -lSMESHDS -lSMESHFiltersSelection -lGeometryClient -lMeshDriverDAT -lMeshDriverMED -lMeshDriverUNV $(OCC_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome
110
111 @CONCLUDE@