1 # Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 # SMESH SMESHGUI : GUI for SMESH component
22 # Author : Alexander BORODIN, Open CASCADE S.A.S.
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27 salomeinclude_HEADERS = \
30 SMESHGUI_Hypotheses.h \
31 SMESHGUI_HypothesesUtils.h \
33 SMESHGUI_Selection.h \
35 SMESHGUI_Displayer.h \
36 SMESHGUI_GEOMGenUtils.h \
37 SMESHGUI_MeshUtils.h \
38 SMESHGUI_FilterUtils.h \
39 SMESHGUI_PatternUtils.h \
40 SMESHGUI_GroupUtils.h \
41 SMESHGUI_PatternWidget.h \
42 SMESHGUI_CreatePatternDlg.h \
43 SMESHGUI_MeshPatternDlg.h \
45 SMESHGUI_TransparencyDlg.h \
46 SMESHGUI_ClippingDlg.h \
48 SMESHGUI_RemoveNodesDlg.h \
49 SMESHGUI_RemoveElementsDlg.h \
51 SMESHGUI_Measurements.h \
52 SMESHGUI_Preferences_ColorDlg.h \
53 SMESHGUI_Preferences_ScalarBarDlg.h \
54 SMESHGUI_AddMeshElementDlg.h \
55 SMESHGUI_XmlHandler.h \
57 SMESHGUI_FilterDlg.h \
58 SMESHGUI_FilterLibraryDlg.h \
59 SMESHGUI_SingleEditDlg.h \
60 SMESHGUI_MultiEditDlg.h \
61 SMESHGUI_DeleteGroupDlg.h \
62 SMESHGUI_GroupOpDlg.h \
63 SMESHGUI_SmoothingDlg.h \
64 SMESHGUI_RenumberingDlg.h \
65 SMESHGUI_ExtrusionDlg.h \
66 SMESHGUI_ExtrusionAlongPathDlg.h \
67 SMESHGUI_RevolutionDlg.h \
68 SMESHGUI_RotationDlg.h \
69 SMESHGUI_TranslationDlg.h \
71 SMESHGUI_SymmetryDlg.h \
72 SMESHGUI_SewingDlg.h \
73 SMESHGUI_DuplicateNodesDlg.h \
75 SMESHGUI_MeshUtils.h \
76 SMESHGUI_CreatePolyhedralVolumeDlg.h \
77 SMESHGUI_Operation.h \
78 SMESHGUI_SelectionOp.h \
82 SMESHGUI_ShapeByMeshDlg.h \
83 SMESHGUI_AddQuadraticElementDlg.h \
84 SMESHGUI_ConvToQuadDlg.h \
85 SMESHGUI_ConvToQuadOp.h \
86 SMESHGUI_BuildCompoundDlg.h \
87 SMESHGUI_ComputeDlg.h \
88 SMESHGUI_MakeNodeAtPointDlg.h \
89 SMESHGUI_MeshEditPreview.h \
90 SMESHGUI_IdValidator.h \
91 SMESHGUI_MeshInfosBox.h \
92 SMESHGUI_Make2DFrom3DOp.h \
93 SMESHGUI_FindElemByPointDlg.h \
94 SMESHGUI_MeshOrderDlg.h \
95 SMESHGUI_MeshOrderOp.h \
96 SMESHGUI_FileValidator.h \
97 SMESHGUI_CopyMeshDlg.h \
98 SMESHGUI_PreviewDlg.h \
102 lib_LTLIBRARIES = libSMESH.la
103 dist_libSMESH_la_SOURCES = \
105 SMESHGUI_PatternWidget.cxx \
106 SMESHGUI_CreatePatternDlg.cxx \
107 SMESHGUI_MeshPatternDlg.cxx \
108 SMESHGUI_SpinBox.cxx \
109 SMESHGUI_NodesDlg.cxx \
110 SMESHGUI_TransparencyDlg.cxx \
111 SMESHGUI_ClippingDlg.cxx \
112 SMESHGUI_GroupDlg.cxx \
113 SMESHGUI_RemoveNodesDlg.cxx \
114 SMESHGUI_RemoveElementsDlg.cxx \
115 SMESHGUI_MeshInfo.cxx \
116 SMESHGUI_Measurements.cxx \
117 SMESHGUI_Preferences_ColorDlg.cxx \
118 SMESHGUI_Preferences_ScalarBarDlg.cxx \
119 SMESHGUI_AddMeshElementDlg.cxx \
120 SMESHGUI_XmlHandler.cxx \
121 SMESHGUI_Filter.cxx \
122 SMESHGUI_FilterDlg.cxx \
123 SMESHGUI_FilterLibraryDlg.cxx \
124 SMESHGUI_SingleEditDlg.cxx \
125 SMESHGUI_MultiEditDlg.cxx \
126 SMESHGUI_DeleteGroupDlg.cxx \
127 SMESHGUI_GroupOpDlg.cxx \
128 SMESHGUI_SmoothingDlg.cxx \
129 SMESHGUI_RenumberingDlg.cxx \
130 SMESHGUI_ExtrusionDlg.cxx \
131 SMESHGUI_ExtrusionAlongPathDlg.cxx \
132 SMESHGUI_RevolutionDlg.cxx \
133 SMESHGUI_RotationDlg.cxx \
134 SMESHGUI_TranslationDlg.cxx \
135 SMESHGUI_ScaleDlg.cxx \
136 SMESHGUI_SymmetryDlg.cxx \
137 SMESHGUI_SewingDlg.cxx \
138 SMESHGUI_DuplicateNodesDlg.cxx \
139 SMESHGUI_MergeDlg.cxx \
141 SMESHGUI_GEOMGenUtils.cxx \
142 SMESHGUI_MeshUtils.cxx \
143 SMESHGUI_GroupUtils.cxx \
144 SMESHGUI_FilterUtils.cxx \
145 SMESHGUI_PatternUtils.cxx \
146 SMESHGUI_HypothesesUtils.cxx \
147 SMESHGUI_VTKUtils.cxx \
148 SMESHGUI_Selection.cxx \
149 SMESHGUI_CreatePolyhedralVolumeDlg.cxx \
150 SMESHGUI_Operation.cxx \
151 SMESHGUI_SelectionOp.cxx \
152 SMESHGUI_Dialog.cxx \
153 SMESHGUI_MeshDlg.cxx \
154 SMESHGUI_MeshOp.cxx \
155 SMESHGUI_Displayer.cxx \
156 SMESHGUI_Hypotheses.cxx \
157 SMESHGUI_ShapeByMeshDlg.cxx \
158 SMESHGUI_AddQuadraticElementDlg.cxx \
159 SMESHGUI_ConvToQuadDlg.cxx \
160 SMESHGUI_ConvToQuadOp.cxx \
161 SMESHGUI_BuildCompoundDlg.cxx \
162 SMESHGUI_ComputeDlg.cxx \
163 SMESHGUI_MakeNodeAtPointDlg.cxx \
164 SMESHGUI_MeshEditPreview.cxx \
165 SMESHGUI_GroupOnShapeDlg.cxx \
166 SMESHGUI_FileInfoDlg.cxx \
167 SMESHGUI_MeshInfosBox.cxx \
168 SMESHGUI_Make2DFrom3DOp.cxx \
169 SMESHGUI_FindElemByPointDlg.cxx \
170 SMESHGUI_MeshOrderDlg.cxx \
171 SMESHGUI_MeshOrderOp.cxx \
172 SMESHGUI_CopyMeshDlg.cxx \
173 SMESHGUI_FileValidator.cxx \
174 SMESHGUI_PreviewDlg.cxx
178 SMESHGUI_PatternWidget_moc.cxx \
179 SMESHGUI_MeshPatternDlg_moc.cxx \
180 SMESHGUI_CreatePatternDlg_moc.cxx \
181 SMESHGUI_NodesDlg_moc.cxx \
182 SMESHGUI_SpinBox_moc.cxx \
183 SMESHGUI_TransparencyDlg_moc.cxx \
184 SMESHGUI_ClippingDlg_moc.cxx \
185 SMESHGUI_GroupDlg_moc.cxx \
186 SMESHGUI_RemoveNodesDlg_moc.cxx \
187 SMESHGUI_RemoveElementsDlg_moc.cxx \
188 SMESHGUI_MeshInfo_moc.cxx \
189 SMESHGUI_Measurements_moc.cxx \
190 SMESHGUI_Preferences_ColorDlg_moc.cxx \
191 SMESHGUI_Preferences_ScalarBarDlg_moc.cxx \
192 SMESHGUI_AddMeshElementDlg_moc.cxx \
193 SMESHGUI_FilterDlg_moc.cxx \
194 SMESHGUI_FilterLibraryDlg_moc.cxx \
195 SMESHGUI_SingleEditDlg_moc.cxx \
196 SMESHGUI_MultiEditDlg_moc.cxx \
197 SMESHGUI_DeleteGroupDlg_moc.cxx \
198 SMESHGUI_GroupOpDlg_moc.cxx \
199 SMESHGUI_SmoothingDlg_moc.cxx \
200 SMESHGUI_RenumberingDlg_moc.cxx \
201 SMESHGUI_ExtrusionDlg_moc.cxx \
202 SMESHGUI_ExtrusionAlongPathDlg_moc.cxx \
203 SMESHGUI_RevolutionDlg_moc.cxx \
204 SMESHGUI_RotationDlg_moc.cxx \
205 SMESHGUI_TranslationDlg_moc.cxx \
206 SMESHGUI_ScaleDlg_moc.cxx \
207 SMESHGUI_SymmetryDlg_moc.cxx \
208 SMESHGUI_SewingDlg_moc.cxx \
209 SMESHGUI_DuplicateNodesDlg_moc.cxx \
210 SMESHGUI_MergeDlg_moc.cxx \
211 SMESHGUI_CreatePolyhedralVolumeDlg_moc.cxx \
212 SMESHGUI_Operation_moc.cxx \
213 SMESHGUI_SelectionOp_moc.cxx \
214 SMESHGUI_Dialog_moc.cxx \
215 SMESHGUI_MeshDlg_moc.cxx \
216 SMESHGUI_MeshOp_moc.cxx \
217 SMESHGUI_Hypotheses_moc.cxx \
218 SMESHGUI_ShapeByMeshDlg_moc.cxx \
219 SMESHGUI_AddQuadraticElementDlg_moc.cxx \
220 SMESHGUI_ConvToQuadDlg_moc.cxx \
221 SMESHGUI_ConvToQuadOp_moc.cxx \
222 SMESHGUI_BuildCompoundDlg_moc.cxx \
223 SMESHGUI_ComputeDlg_moc.cxx \
224 SMESHGUI_MakeNodeAtPointDlg_moc.cxx \
225 SMESHGUI_GroupOnShapeDlg_moc.cxx \
226 SMESHGUI_FileInfoDlg_moc.cxx \
227 SMESHGUI_MeshInfosBox_moc.cxx \
228 SMESHGUI_Make2DFrom3DOp_moc.cxx \
229 SMESHGUI_FindElemByPointDlg_moc.cxx \
230 SMESHGUI_MeshOrderDlg_moc.cxx \
231 SMESHGUI_CopyMeshDlg_moc.cxx \
232 SMESHGUI_MeshOrderOp_moc.cxx \
233 SMESHGUI_PreviewDlg_moc.cxx
235 nodist_libSMESH_la_SOURCES= \
238 # additionnal information to compil and link file
239 libSMESH_la_CPPFLAGS = \
255 -I$(srcdir)/../OBJECT \
256 -I$(srcdir)/../SMESHFiltersSelection \
257 -I$(srcdir)/../SMDS \
258 -I$(srcdir)/../SMESHDS \
259 -I$(srcdir)/../SMESH \
260 -I$(srcdir)/../SMESH_I \
261 -I$(srcdir)/../Controls \
262 -I$(srcdir)/../SMESHClient \
264 -I$(top_builddir)/idl
266 libSMESH_la_LDFLAGS = \
267 ../SMESHFiltersSelection/libSMESHFiltersSelection.la \
269 ../Controls/libSMESHControls.la \
270 ../OBJECT/libSMESHObject.la \
271 $(CAS_LDFLAGS) -lTKV3d \
272 $(GUI_LDFLAGS) -lSalomePrs -lsuit -lSUITApp -lCAM -lstd \
273 $(GEOM_LDFLAGS) -lGEOMBase -lGEOMFiltersSelection -lGEOMObject \
277 nodist_salomeres_DATA= \