Salome HOME
ec0cf92b5637a7a0e16b22e109d646029e5ab8bb
[modules/smesh.git] / src / SMESHGUI / Makefile.in
1 #  SMESH SMESHGUI : GUI for SMESH component
2 #
3 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5
6 #  This library is free software; you can redistribute it and/or 
7 #  modify it under the terms of the GNU Lesser General Public 
8 #  License as published by the Free Software Foundation; either 
9 #  version 2.1 of the License. 
10
11 #  This library is distributed in the hope that it will be useful, 
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 #  Lesser General Public License for more details. 
15
16 #  You should have received a copy of the GNU Lesser General Public 
17 #  License along with this library; if not, write to the Free Software 
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19
20 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Nicolas REJNERI
26 #  Module : SMESH
27 #  $Header$
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl
33
34
35 @COMMENCE@
36
37 # header files 
38 EXPORT_HEADERS= SMESHGUI_Swig.hxx \
39                 SMESHGUI_Swig.i \
40                 SMESHGUI.h \
41                 SMESHGUI_Utils.h \
42                 SMESHGUI_Hypotheses.h \
43                 SMESHGUI_HypothesesUtils.h \
44                 SMESHGUI_SpinBox.h \
45                 SMESHGUI_aParameter.h \
46                 SMESHGUI_aParameterDlg.h \
47                 SMESHGUI_Selection.h
48
49 # .po files to transform in .qm
50 PO_FILES = \
51            SMESH_images.po \
52            SMESH_msg_en.po
53
54 # Libraries targets
55 LIB = libSMESH.la
56 LIB_SRC =       SMESHGUI.cxx \
57                 SMESHGUI_PatternWidget.cxx \
58                 SMESHGUI_CreatePatternDlg.cxx \
59                 SMESHGUI_MeshPatternDlg.cxx \
60                 SMESHGUI_SpinBox.cxx \
61                 SMESHGUI_NodesDlg.cxx \
62                 SMESHGUI_InitMeshDlg.cxx \
63                 SMESHGUI_AddSubMeshDlg.cxx \
64                 SMESHGUI_TransparencyDlg.cxx \
65                 SMESHGUI_ClippingDlg.cxx \
66                 SMESHGUI_GroupDlg.cxx \
67                 SMESHGUI_RemoveNodesDlg.cxx \
68                 SMESHGUI_RemoveElementsDlg.cxx \
69                 SMESHGUI_MeshInfosDlg.cxx \
70                 SMESHGUI_StandardMeshInfosDlg.cxx \
71                 SMESHGUI_Preferences_ColorDlg.cxx \
72                 SMESHGUI_Preferences_ScalarBarDlg.cxx \
73                 SMESHGUI_Preferences_SelectionDlg.cxx \
74                 SMESHGUI_aParameterDlg.cxx \
75                 SMESHGUI_Swig.cxx \
76                 SMESHGUI_MoveNodesDlg.cxx \
77                 SMESHGUI_AddMeshElementDlg.cxx \
78                 SMESHGUI_EditHypothesesDlg.cxx \
79                 SMESHGUI_CreateHypothesesDlg.cxx \
80                 SMESHGUI_XmlHandler.cxx \
81                 SMESHGUI_Filter.cxx \
82                 SMESHGUI_FilterDlg.cxx \
83                 SMESHGUI_FilterLibraryDlg.cxx \
84                 SMESHGUI_SingleEditDlg.cxx \
85                 SMESHGUI_MultiEditDlg.cxx \
86                 SMESHGUI_aParameter.cxx \
87                 SMESHGUI_DeleteGroupDlg.cxx \
88                 SMESHGUI_GroupOpDlg.cxx \
89                 SMESHGUI_SmoothingDlg.cxx \
90                 SMESHGUI_RenumberingDlg.cxx \
91                 SMESHGUI_ExtrusionDlg.cxx \
92                 SMESHGUI_ExtrusionAlongPathDlg.cxx \
93                 SMESHGUI_RevolutionDlg.cxx \
94                 SMESHGUI_RotationDlg.cxx \
95                 SMESHGUI_TranslationDlg.cxx \
96                 SMESHGUI_SymmetryDlg.cxx \
97                 SMESHGUI_SewingDlg.cxx \
98                 SMESHGUI_MergeNodesDlg.cxx \
99                 SMESHGUI_EditMeshDlg.cxx \
100                 SMESHGUI_Utils.cxx \
101                 SMESHGUI_GEOMGenUtils.cxx \
102                 SMESHGUI_MeshUtils.cxx \
103                 SMESHGUI_GroupUtils.cxx \
104                 SMESHGUI_FilterUtils.cxx \
105                 SMESHGUI_PatternUtils.cxx \
106                 SMESHGUI_HypothesesUtils.cxx \
107                 SMESHGUI_PrecisionDlg.cxx \
108                 SMESHGUI_VTKUtils.cxx \
109                 SMESHGUI_Selection.cxx \
110                 SMESHGUI_CreatePolyhedralVolumeDlg.cxx 
111
112 LIB_MOC = \
113                 SMESHGUI.h \
114                 SMESHGUI_PatternWidget.h \
115                 SMESHGUI_MeshPatternDlg.h \
116                 SMESHGUI_CreatePatternDlg.h \
117                 SMESHGUI_NodesDlg.h \
118                 SMESHGUI_SpinBox.h \
119                 SMESHGUI_InitMeshDlg.h \
120                 SMESHGUI_AddSubMeshDlg.h \
121                 SMESHGUI_TransparencyDlg.h \
122                 SMESHGUI_ClippingDlg.h \
123                 SMESHGUI_GroupDlg.h \
124                 SMESHGUI_RemoveNodesDlg.h \
125                 SMESHGUI_RemoveElementsDlg.h \
126                 SMESHGUI_MeshInfosDlg.h \
127                 SMESHGUI_StandardMeshInfosDlg.h \
128                 SMESHGUI_Preferences_ColorDlg.h \
129                 SMESHGUI_Preferences_ScalarBarDlg.h \
130                 SMESHGUI_Preferences_SelectionDlg.h \
131                 SMESHGUI_aParameterDlg.h \
132                 SMESHGUI_MoveNodesDlg.h \
133                 SMESHGUI_AddMeshElementDlg.h \
134                 SMESHGUI_EditHypothesesDlg.h \
135                 SMESHGUI_CreateHypothesesDlg.h \
136                 SMESHGUI_FilterDlg.h \
137                 SMESHGUI_FilterLibraryDlg.h \
138                 SMESHGUI_SingleEditDlg.h \
139                 SMESHGUI_MultiEditDlg.h \
140                 SMESHGUI_DeleteGroupDlg.h \
141                 SMESHGUI_GroupOpDlg.h \
142                 SMESHGUI_SmoothingDlg.h \
143                 SMESHGUI_RenumberingDlg.h \
144                 SMESHGUI_ExtrusionDlg.h \
145                 SMESHGUI_ExtrusionAlongPathDlg.h \
146                 SMESHGUI_RevolutionDlg.h \
147                 SMESHGUI_RotationDlg.h \
148                 SMESHGUI_TranslationDlg.h \
149                 SMESHGUI_SymmetryDlg.h \
150                 SMESHGUI_SewingDlg.h \
151                 SMESHGUI_PrecisionDlg.h \
152                 SMESHGUI_MergeNodesDlg.h \
153                 SMESHGUI_EditMeshDlg.h \
154                 SMESHGUI_CreatePolyhedralVolumeDlg.h
155
156 LIB_CLIENT_IDL = SALOME_Exception.idl \
157                  GEOM_Gen.idl \
158                  SMESH_Gen.idl \
159                  SMESH_Mesh.idl \
160                  SMESH_Hypothesis.idl \
161                  SMESH_Group.idl \
162                  SALOMEDS.idl \
163                  SALOMEDS_Attributes.idl \
164                  SALOME_ModuleCatalog.idl \
165                  SALOME_Component.idl \
166                  MED.idl \
167                  SMESH_Filter.idl \
168                  SMESH_Pattern.idl \
169                  SALOME_GenericObj.idl \
170                  SALOME_Comm.idl
171
172 LIB_SERVER_IDL = 
173
174 # additionnal information to compil and link file
175
176 #BIN = SMESHBin
177
178 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
179             -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome \
180             -I${GEOM_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS)
181
182 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome \
183             -I${GEOM_ROOT_DIR}/include/salome
184
185
186 LDFLAGS += -lSMESHObject -lSMESHFiltersSelection -lSMDS -lSMESHControls -lDlgRef $(OCC_KERNEL_LIBS) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome -L${GUI_ROOT_DIR}/lib/salome -lVTKViewer -lSalomeApp -lSalomePrs -lSalomeNS -lSalomeLifeCycleCORBA -lOpUtil -lSalomeObject -lEvent -lSALOMELocalTrace -lSVTK -lOCCViewer -L${GEOM_ROOT_DIR}/lib/salome -lGEOM -lGEOMClient -lGEOMBase -lGEOMObject -lGEOMFiltersSelection
187
188 LDFLAGSFORBIN += $(LDFLAGS)
189
190 @CONCLUDE@