Salome HOME
Nerge with PAL/SALOME 2.1.0d
[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
48 # .po files to transform in .qm
49 PO_FILES = \
50            SMESH_icons.po \
51            SMESH_msg_en.po
52
53 # Libraries targets
54 LIB = libSMESHGUI.la
55 LIB_SRC =       SMESHGUI.cxx \
56                 SMESHGUI_PatternWidget.cxx \
57                 SMESHGUI_CreatePatternDlg.cxx \
58                 SMESHGUI_MeshPatternDlg.cxx \
59                 SMESHGUI_SpinBox.cxx \
60                 SMESHGUI_NodesDlg.cxx \
61                 SMESHGUI_InitMeshDlg.cxx \
62                 SMESHGUI_AddSubMeshDlg.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_Preferences_ColorDlg.cxx \
70                 SMESHGUI_Preferences_ScalarBarDlg.cxx \
71                 SMESHGUI_Preferences_SelectionDlg.cxx \
72                 SMESHGUI_aParameterDlg.cxx \
73                 SMESHGUI_Swig.cxx \
74                 SMESHGUI_MoveNodesDlg.cxx \
75                 SMESHGUI_AddMeshElementDlg.cxx \
76                 SMESHGUI_EditHypothesesDlg.cxx \
77                 SMESHGUI_CreateHypothesesDlg.cxx \
78                 SMESHGUI_XmlHandler.cxx \
79                 SMESHGUI_Filter.cxx \
80                 SMESHGUI_FilterDlg.cxx \
81                 SMESHGUI_FilterLibraryDlg.cxx \
82                 SMESHGUI_SingleEditDlg.cxx \
83                 SMESHGUI_MultiEditDlg.cxx \
84                 SMESHGUI_aParameter.cxx \
85                 SMESHGUI_DeleteGroupDlg.cxx \
86                 SMESHGUI_GroupOpDlg.cxx \
87                 SMESHGUI_SmoothingDlg.cxx \
88                 SMESHGUI_RenumberingDlg.cxx \
89                 SMESHGUI_ExtrusionDlg.cxx \
90                 SMESHGUI_RevolutionDlg.cxx \
91                 SMESHGUI_RotationDlg.cxx \
92                 SMESHGUI_TranslationDlg.cxx \
93                 SMESHGUI_SymmetryDlg.cxx \
94                 SMESHGUI_SewingDlg.cxx \
95                 SMESHGUI_MergeNodesDlg.cxx \
96                 SMESHGUI_Utils.cxx \
97                 SMESHGUI_SMESHGenUtils.cxx \
98                 SMESHGUI_GEOMGenUtils.cxx \
99                 SMESHGUI_MeshUtils.cxx \
100                 SMESHGUI_GroupUtils.cxx \
101                 SMESHGUI_FilterUtils.cxx \
102                 SMESHGUI_PatternUtils.cxx \
103                 SMESHGUI_HypothesesUtils.cxx \
104                 SMESHGUI_PrecisionDlg.cxx \
105                 SMESHGUI_VTKUtils.cxx 
106
107 LIB_MOC = \
108                 SMESHGUI.h \
109                 SMESHGUI_PatternWidget.h \
110                 SMESHGUI_MeshPatternDlg.h \
111                 SMESHGUI_CreatePatternDlg.h \
112                 SMESHGUI_NodesDlg.h \
113                 SMESHGUI_SpinBox.h \
114                 SMESHGUI_InitMeshDlg.h \
115                 SMESHGUI_AddSubMeshDlg.h \
116                 SMESHGUI_TransparencyDlg.h \
117                 SMESHGUI_ClippingDlg.h \
118                 SMESHGUI_GroupDlg.h \
119                 SMESHGUI_RemoveNodesDlg.h \
120                 SMESHGUI_RemoveElementsDlg.h \
121                 SMESHGUI_MeshInfosDlg.h \
122                 SMESHGUI_Preferences_ColorDlg.h \
123                 SMESHGUI_Preferences_ScalarBarDlg.h \
124                 SMESHGUI_Preferences_SelectionDlg.h \
125                 SMESHGUI_aParameterDlg.h \
126                 SMESHGUI_MoveNodesDlg.h \
127                 SMESHGUI_AddMeshElementDlg.h \
128                 SMESHGUI_EditHypothesesDlg.h \
129                 SMESHGUI_CreateHypothesesDlg.h \
130                 SMESHGUI_FilterDlg.h \
131                 SMESHGUI_FilterLibraryDlg.h \
132                 SMESHGUI_SingleEditDlg.h \
133                 SMESHGUI_MultiEditDlg.h \
134                 SMESHGUI_DeleteGroupDlg.h \
135                 SMESHGUI_GroupOpDlg.h \
136                 SMESHGUI_SmoothingDlg.h \
137                 SMESHGUI_RenumberingDlg.h \
138                 SMESHGUI_ExtrusionDlg.h \
139                 SMESHGUI_RevolutionDlg.h \
140                 SMESHGUI_RotationDlg.h \
141                 SMESHGUI_TranslationDlg.h \
142                 SMESHGUI_SymmetryDlg.h \
143                 SMESHGUI_SewingDlg.h \
144                 SMESHGUI_PrecisionDlg.h \
145                 SMESHGUI_MergeNodesDlg.h
146     
147 LIB_CLIENT_IDL = SALOME_Exception.idl \
148                  GEOM_Gen.idl \
149                  SMESH_Gen.idl \
150                  SMESH_Mesh.idl \
151                  SMESH_Hypothesis.idl \
152                  SMESH_Group.idl \
153                  SALOMEDS.idl \
154                  SALOMEDS_Attributes.idl \
155                  SALOME_ModuleCatalog.idl \
156                  SALOME_Component.idl \
157                  MED.idl \
158                  SMESH_Filter.idl \
159                  SMESH_Pattern.idl \
160                  SALOME_GenericObj.idl \
161                  SALOME_Comm.idl
162
163 LIB_SERVER_IDL = 
164
165 # additionnal information to compil and link file
166
167 #BIN = SMESHBin
168
169 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
170             $(MED2_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome \
171             $(BOOST_CPPFLAGS)
172
173 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome
174
175
176 LDFLAGS += -lSMESHObject -lSMESHFiltersSelection -lSMDS -lSMESHControls -lDlgRef $(OCC_KERNEL_LIBS) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome -lVTKViewer -lSalomeGUI -lSalomePrs -lSalomeNS -lqsplitterP -lSalomeLifeCycleCORBA -lOpUtil -lSalomeObject -lEvent -lSALOMELocalTrace -lSalomeVTKFilter -lOCCViewer -L${GEOM_ROOT_DIR}/lib/salome -lGEOMGUI -lGEOMClient -lGEOMFiltersSelection -lGEOMBase -lGEOMObject
177
178 LDFLAGSFORBIN += $(LDFLAGS)
179
180 @CONCLUDE@