Salome HOME
update __init__ function of Mesh_Triangle class
[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.salome-platform.org/ or email : webmaster.salome@opencascade.com
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_Selection.h \
46                 SMESHGUI_VTKUtils.h \
47                 SMESH_SMESHGUI.hxx
48
49
50 # .po files to transform in .qm
51 PO_FILES = \
52            SMESH_images.po \
53            SMESH_msg_en.po
54
55 # Libraries targets
56 LIB = libSMESH.la
57 LIB_SRC =       SMESHGUI.cxx \
58                 SMESHGUI_PatternWidget.cxx \
59                 SMESHGUI_CreatePatternDlg.cxx \
60                 SMESHGUI_MeshPatternDlg.cxx \
61                 SMESHGUI_SpinBox.cxx \
62                 SMESHGUI_NodesDlg.cxx \
63                 SMESHGUI_TransparencyDlg.cxx \
64                 SMESHGUI_ClippingDlg.cxx \
65                 SMESHGUI_GroupDlg.cxx \
66                 SMESHGUI_RemoveNodesDlg.cxx \
67                 SMESHGUI_RemoveElementsDlg.cxx \
68                 SMESHGUI_MeshInfosDlg.cxx \
69                 SMESHGUI_StandardMeshInfosDlg.cxx \
70                 SMESHGUI_Preferences_ColorDlg.cxx \
71                 SMESHGUI_Preferences_ScalarBarDlg.cxx \
72                 SMESHGUI_Preferences_SelectionDlg.cxx \
73                 SMESHGUI_Swig.cxx \
74                 SMESHGUI_MoveNodesDlg.cxx \
75                 SMESHGUI_AddMeshElementDlg.cxx \
76                 SMESHGUI_XmlHandler.cxx \
77                 SMESHGUI_Filter.cxx \
78                 SMESHGUI_FilterDlg.cxx \
79                 SMESHGUI_FilterLibraryDlg.cxx \
80                 SMESHGUI_SingleEditDlg.cxx \
81                 SMESHGUI_MultiEditDlg.cxx \
82                 SMESHGUI_DeleteGroupDlg.cxx \
83                 SMESHGUI_GroupOpDlg.cxx \
84                 SMESHGUI_SmoothingDlg.cxx \
85                 SMESHGUI_RenumberingDlg.cxx \
86                 SMESHGUI_ExtrusionDlg.cxx \
87                 SMESHGUI_ExtrusionAlongPathDlg.cxx \
88                 SMESHGUI_RevolutionDlg.cxx \
89                 SMESHGUI_RotationDlg.cxx \
90                 SMESHGUI_TranslationDlg.cxx \
91                 SMESHGUI_SymmetryDlg.cxx \
92                 SMESHGUI_SewingDlg.cxx \
93                 SMESHGUI_MergeNodesDlg.cxx \
94                 SMESHGUI_EditMeshDlg.cxx \
95                 SMESHGUI_Utils.cxx \
96                 SMESHGUI_GEOMGenUtils.cxx \
97                 SMESHGUI_MeshUtils.cxx \
98                 SMESHGUI_GroupUtils.cxx \
99                 SMESHGUI_FilterUtils.cxx \
100                 SMESHGUI_PatternUtils.cxx \
101                 SMESHGUI_HypothesesUtils.cxx \
102                 SMESHGUI_VTKUtils.cxx \
103                 SMESHGUI_Selection.cxx \
104                 SMESHGUI_CreatePolyhedralVolumeDlg.cxx \
105                 SMESHGUI_Operation.cxx \
106                 SMESHGUI_SelectionOp.cxx \
107                 SMESHGUI_Dialog.cxx \
108                 SMESHGUI_MeshDlg.cxx \
109                 SMESHGUI_MeshOp.cxx \
110                 SMESHGUI_Displayer.cxx \
111                 SMESHGUI_Hypotheses.cxx \
112                 SMESHGUI_ShapeByMeshDlg.cxx \
113                 SMESHGUI_AddQuadraticElementDlg.cxx \
114                 SMESHGUI_ConvToQuadDlg.cxx \
115                 SMESHGUI_ConvToQuadOp.cxx
116
117 LIB_MOC = \
118                 SMESHGUI.h \
119                 SMESHGUI_PatternWidget.h \
120                 SMESHGUI_MeshPatternDlg.h \
121                 SMESHGUI_CreatePatternDlg.h \
122                 SMESHGUI_NodesDlg.h \
123                 SMESHGUI_SpinBox.h \
124                 SMESHGUI_TransparencyDlg.h \
125                 SMESHGUI_ClippingDlg.h \
126                 SMESHGUI_GroupDlg.h \
127                 SMESHGUI_RemoveNodesDlg.h \
128                 SMESHGUI_RemoveElementsDlg.h \
129                 SMESHGUI_MeshInfosDlg.h \
130                 SMESHGUI_StandardMeshInfosDlg.h \
131                 SMESHGUI_Preferences_ColorDlg.h \
132                 SMESHGUI_Preferences_ScalarBarDlg.h \
133                 SMESHGUI_Preferences_SelectionDlg.h \
134                 SMESHGUI_MoveNodesDlg.h \
135                 SMESHGUI_AddMeshElementDlg.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_MergeNodesDlg.h \
152                 SMESHGUI_EditMeshDlg.h \
153                 SMESHGUI_CreatePolyhedralVolumeDlg.h \
154                 SMESHGUI_Operation.h \
155                 SMESHGUI_SelectionOp.h \
156                 SMESHGUI_Dialog.h \
157                 SMESHGUI_MeshDlg.h \
158                 SMESHGUI_MeshOp.h \
159                 SMESHGUI_Hypotheses.h \
160                 SMESHGUI_ShapeByMeshDlg.h \
161                 SMESHGUI_AddQuadraticElementDlg.h \
162                 SMESHGUI_ConvToQuadDlg.h \
163                 SMESHGUI_ConvToQuadOp.h
164
165
166 LIB_CLIENT_IDL = SALOME_Exception.idl \
167                  GEOM_Gen.idl \
168                  SMESH_Gen.idl \
169                  SMESH_Mesh.idl \
170                  SMESH_Hypothesis.idl \
171                  SMESH_Group.idl \
172                  SALOMEDS.idl \
173                  SALOMEDS_Attributes.idl \
174                  SALOME_ModuleCatalog.idl \
175                  SALOME_Component.idl \
176                  MED.idl \
177                  SMESH_Filter.idl \
178                  SMESH_Pattern.idl \
179                  SALOME_GenericObj.idl \
180                  SALOME_Comm.idl
181
182 LIB_SERVER_IDL = 
183
184 # additionnal information to compil and link file
185
186 #BIN = SMESHBin
187
188 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
189             $(KERNEL_CXXFLAGS)  $(GUI_CXXFLAGS) \
190             $(GEOM_CXXFLAGS) $(BOOST_CPPFLAGS)
191
192 CXXFLAGS += $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS) \
193             $(GEOM_CXXFLAGS)
194
195 LDFLAGS += -lSMESHObject -lSMESHFiltersSelection -lSMDS -lSMESHControls -lDlgRef \
196         $(OCC_KERNEL_LIBS) -lTKBO -lTKAdvTools $(KERNEL_LDFLAGS) $(GUI_LDFLAGS) \
197         -lVTKViewer -lSalomeDSClient -lSalomeDS -lSalomeApp -lSalomePrs -lSalomeNS -lSalomeLifeCycleCORBA -lOpUtil -lSalomeObject \
198         -lEvent -lSALOMELocalTrace -lSVTK -lOCCViewer $(GEOM_LDFLAGS) -lGEOM -lGEOMClient  \
199         -lGEOMBase -lGEOMObject -lGEOMFiltersSelection -lSalomeSession
200
201 LDFLAGSFORBIN += $(LDFLAGS)
202
203 @CONCLUDE@