Salome HOME
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is...
[modules/smesh.git] / src / SMESHGUI / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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 #  SMESH SMESHGUI : GUI for SMESH component
23 #  File   : Makefile.in
24 #  Author : Nicolas REJNERI
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : SMESH
27 #  $Header$
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # header files 
32 salomeinclude_HEADERS = \
33         SMESHGUI_Swig.hxx \
34         SMESHGUI_Swig.i \
35         SMESHGUI.h \
36         SMESHGUI_Utils.h \
37         SMESHGUI_Hypotheses.h \
38         SMESHGUI_HypothesesUtils.h \
39         SMESHGUI_SpinBox.h \
40         SMESHGUI_Selection.h \
41         SMESHGUI_VTKUtils.h \
42         SMESH_SMESHGUI.hxx
43
44 # Libraries targets
45 lib_LTLIBRARIES = libSMESH.la
46 dist_libSMESH_la_SOURCES = \
47         SMESHGUI.cxx \
48         SMESHGUI_PatternWidget.cxx \
49         SMESHGUI_CreatePatternDlg.cxx \
50         SMESHGUI_MeshPatternDlg.cxx \
51         SMESHGUI_SpinBox.cxx \
52         SMESHGUI_NodesDlg.cxx \
53         SMESHGUI_TransparencyDlg.cxx \
54         SMESHGUI_ClippingDlg.cxx \
55         SMESHGUI_GroupDlg.cxx \
56         SMESHGUI_RemoveNodesDlg.cxx \
57         SMESHGUI_RemoveElementsDlg.cxx \
58         SMESHGUI_MeshInfosDlg.cxx \
59         SMESHGUI_StandardMeshInfosDlg.cxx \
60         SMESHGUI_WhatIsDlg.cxx \
61         SMESHGUI_Preferences_ColorDlg.cxx \
62         SMESHGUI_Preferences_ScalarBarDlg.cxx \
63         SMESHGUI_Preferences_SelectionDlg.cxx \
64         SMESHGUI_Swig.cxx \
65         SMESHGUI_MoveNodesDlg.cxx \
66         SMESHGUI_AddMeshElementDlg.cxx \
67         SMESHGUI_XmlHandler.cxx \
68         SMESHGUI_Filter.cxx \
69         SMESHGUI_FilterDlg.cxx \
70         SMESHGUI_FilterLibraryDlg.cxx \
71         SMESHGUI_SingleEditDlg.cxx \
72         SMESHGUI_MultiEditDlg.cxx \
73         SMESHGUI_DeleteGroupDlg.cxx \
74         SMESHGUI_GroupOpDlg.cxx \
75         SMESHGUI_SmoothingDlg.cxx \
76         SMESHGUI_RenumberingDlg.cxx \
77         SMESHGUI_ExtrusionDlg.cxx \
78         SMESHGUI_ExtrusionAlongPathDlg.cxx \
79         SMESHGUI_RevolutionDlg.cxx \
80         SMESHGUI_RotationDlg.cxx \
81         SMESHGUI_TranslationDlg.cxx \
82         SMESHGUI_SymmetryDlg.cxx \
83         SMESHGUI_SewingDlg.cxx \
84         SMESHGUI_MergeNodesDlg.cxx \
85         SMESHGUI_EditMeshDlg.cxx \
86         SMESHGUI_Utils.cxx \
87         SMESHGUI_GEOMGenUtils.cxx \
88         SMESHGUI_MeshUtils.cxx \
89         SMESHGUI_GroupUtils.cxx \
90         SMESHGUI_FilterUtils.cxx \
91         SMESHGUI_PatternUtils.cxx \
92         SMESHGUI_HypothesesUtils.cxx \
93         SMESHGUI_VTKUtils.cxx \
94         SMESHGUI_Selection.cxx \
95         SMESHGUI_CreatePolyhedralVolumeDlg.cxx \
96         SMESHGUI_Operation.cxx \
97         SMESHGUI_SelectionOp.cxx \
98         SMESHGUI_Dialog.cxx \
99         SMESHGUI_MeshDlg.cxx \
100         SMESHGUI_MeshOp.cxx \
101         SMESHGUI_Displayer.cxx \
102         SMESHGUI_Hypotheses.cxx \
103         SMESHGUI_ShapeByMeshDlg.cxx \
104         SMESHGUI_AddQuadraticElementDlg.cxx \
105         SMESHGUI_ConvToQuadDlg.cxx \
106         SMESHGUI_ConvToQuadOp.cxx \
107         SMESHGUI_BuildCompoundDlg.cxx \
108         SMESHGUI_ComputeDlg.cxx \
109         SMESHGUI_MakeNodeAtPointDlg.cxx \
110         SMESHGUI_MeshEditPreview.cxx \
111         SMESHGUI_GroupOnShapeDlg.cxx \
112         SMESHGUI_FileInfoDlg.cxx
113
114 MOC_FILES = \
115         SMESHGUI_moc.cxx \
116         SMESHGUI_PatternWidget_moc.cxx \
117         SMESHGUI_MeshPatternDlg_moc.cxx \
118         SMESHGUI_CreatePatternDlg_moc.cxx \
119         SMESHGUI_NodesDlg_moc.cxx \
120         SMESHGUI_SpinBox_moc.cxx \
121         SMESHGUI_TransparencyDlg_moc.cxx \
122         SMESHGUI_ClippingDlg_moc.cxx \
123         SMESHGUI_GroupDlg_moc.cxx \
124         SMESHGUI_RemoveNodesDlg_moc.cxx \
125         SMESHGUI_RemoveElementsDlg_moc.cxx \
126         SMESHGUI_MeshInfosDlg_moc.cxx \
127         SMESHGUI_StandardMeshInfosDlg_moc.cxx \
128         SMESHGUI_WhatIsDlg_moc.cxx \
129         SMESHGUI_Preferences_ColorDlg_moc.cxx \
130         SMESHGUI_Preferences_ScalarBarDlg_moc.cxx \
131         SMESHGUI_Preferences_SelectionDlg_moc.cxx \
132         SMESHGUI_MoveNodesDlg_moc.cxx \
133         SMESHGUI_AddMeshElementDlg_moc.cxx \
134         SMESHGUI_FilterDlg_moc.cxx \
135         SMESHGUI_FilterLibraryDlg_moc.cxx \
136         SMESHGUI_SingleEditDlg_moc.cxx \
137         SMESHGUI_MultiEditDlg_moc.cxx \
138         SMESHGUI_DeleteGroupDlg_moc.cxx \
139         SMESHGUI_GroupOpDlg_moc.cxx \
140         SMESHGUI_SmoothingDlg_moc.cxx \
141         SMESHGUI_RenumberingDlg_moc.cxx \
142         SMESHGUI_ExtrusionDlg_moc.cxx \
143         SMESHGUI_ExtrusionAlongPathDlg_moc.cxx \
144         SMESHGUI_RevolutionDlg_moc.cxx \
145         SMESHGUI_RotationDlg_moc.cxx \
146         SMESHGUI_TranslationDlg_moc.cxx \
147         SMESHGUI_SymmetryDlg_moc.cxx \
148         SMESHGUI_SewingDlg_moc.cxx \
149         SMESHGUI_MergeNodesDlg_moc.cxx \
150         SMESHGUI_EditMeshDlg_moc.cxx \
151         SMESHGUI_CreatePolyhedralVolumeDlg_moc.cxx \
152         SMESHGUI_Operation_moc.cxx \
153         SMESHGUI_SelectionOp_moc.cxx \
154         SMESHGUI_Dialog_moc.cxx \
155         SMESHGUI_MeshDlg_moc.cxx \
156         SMESHGUI_MeshOp_moc.cxx \
157         SMESHGUI_Hypotheses_moc.cxx \
158         SMESHGUI_ShapeByMeshDlg_moc.cxx \
159         SMESHGUI_AddQuadraticElementDlg_moc.cxx \
160         SMESHGUI_ConvToQuadDlg_moc.cxx \
161         SMESHGUI_ConvToQuadOp_moc.cxx \
162         SMESHGUI_BuildCompoundDlg_moc.cxx \
163         SMESHGUI_ComputeDlg_moc.cxx \
164         SMESHGUI_MakeNodeAtPointDlg_moc.cxx \
165         SMESHGUI_GroupOnShapeDlg_moc.cxx \
166         SMESHGUI_FileInfoDlg_moc.cxx
167
168 nodist_libSMESH_la_SOURCES= \
169         $(MOC_FILES)
170
171 # additionnal information to compil and link file
172 libSMESH_la_CPPFLAGS = \
173         $(QT_INCLUDES) \
174         $(VTK_INCLUDES) \
175         $(OGL_INCLUDES) \
176         $(CAS_CPPFLAGS) \
177         $(PYTHON_INCLUDES) \
178         $(KERNEL_CXXFLAGS)  \
179         $(GUI_CXXFLAGS) \
180         $(GEOM_CXXFLAGS) \
181         $(MED_CXXFLAGS) \
182         $(BOOST_CPPFLAGS) \
183         $(CORBA_CXXFLAGS) \
184         $(CORBA_INCLUDES) \
185         $(MED2_INCLUDES) \
186         $(HDF5_INCLUDES) \
187         -I$(srcdir)/../OBJECT \
188         -I$(srcdir)/../SMESHFiltersSelection \
189         -I$(srcdir)/../SMDS \
190         -I$(srcdir)/../SMESH \
191         -I$(srcdir)/../SMESH_I \
192         -I$(srcdir)/../Controls \
193         -I$(srcdir)/../SMESHClient \
194         -I$(top_builddir)/idl \
195         -I$(top_builddir)/salome_adm/unix
196
197
198 libSMESH_la_LDFLAGS  = \
199         ../SMESHFiltersSelection/libSMESHFiltersSelection.la \
200         ../SMDS/libSMDS.la \
201         ../Controls/libSMESHControls.la \
202         ../OBJECT/libSMESHObject.la \
203         $(GEOM_LDFLAGS) \
204         -lGEOMBase
205
206 # resources files
207 nodist_salomeres_DATA= \
208         SMESH_images.qm \
209         SMESH_msg_en.qm