]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMGUI/Makefile.in
Salome HOME
Dcq : Add MakeShell MakeSolid and New GUI Architecture
[modules/geom.git] / src / GEOMGUI / Makefile.in
1 #  GEOM GEOMGUI : GUI for Geometry 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 : Marc Tajchman (CEA)
26 #  Module : GEOM
27 #  $Header$
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl
33
34
35 @COMMENCE@
36
37 # header files 
38 EXPORT_HEADERS= GeometryGUI_Swig.hxx \
39                 GeometryGUI_Swig.i
40
41 # ressources files :
42 PO_FILES = \
43         GEOM_icons.po \
44         GEOM_msg_en.po \
45         GEOM_msg_fr.po
46
47 # Libraries targets 
48 LIB = libGEOMGUI.la
49 LIB_SRC =       GeometryGUI.cxx \
50                 GeometryGUI_SpinBox.cxx \
51                 GeometryGUI_Skeleton_QTD.cxx \
52                 GeometryGUI_Skeleton.cxx \
53                 GeometryGUI_1Sel_QTD.cxx \
54                 GeometryGUI_2Sel_QTD.cxx \
55                 GeometryGUI_1Sel1Spin_QTD.cxx \
56                 GeometryGUI_1Sel1Spin.cxx \
57                 GeometryGUI_1Sel4Spin_QTD.cxx \
58                 GeometryGUI_1Sel4Spin.cxx \
59                 GeometryGUI_2Sel1Spin_QTD.cxx \
60                 GeometryGUI_2Sel1Spin.cxx \
61                 GeometryGUI_3Spin_QTD.cxx \
62                 GeometryGUI_3Spin.cxx \
63                 GeometryGUI_TransparencyDlg.cxx \
64                 GeometryGUI_NbIsosDlg.cxx \
65                 GeometryGUI_BoxDlg.cxx \
66                 GeometryGUI_ArchimedeDlg.cxx \
67                 GeometryGUI_PointDlg.cxx \
68                 GeometryGUI_VectorDlg.cxx \
69                 GeometryGUI_PlaneDlg.cxx \
70                 GeometryGUI_PrismDlg.cxx \
71                 GeometryGUI_FuseDlg.cxx \
72                 GeometryGUI_SectionDlg.cxx \
73                 GeometryGUI_CommonDlg.cxx \
74                 GeometryGUI_CutDlg.cxx \
75                 GeometryGUI_LineDlg.cxx \
76                 GeometryGUI_ScaleDlg.cxx \
77                 GeometryGUI_MirrorDlg.cxx \
78                 GeometryGUI_SphereDlg.cxx \
79                 GeometryGUI_CircleDlg.cxx \
80                 GeometryGUI_RevolDlg.cxx \
81                 GeometryGUI_RotationDlg.cxx \
82                 GeometryGUI_TranslationDlg.cxx \
83                 GeometryGUI_ArcDlg.cxx \
84                 GeometryGUI_PipeDlg.cxx \
85                 GeometryGUI_CylinderDlg.cxx \
86                 GeometryGUI_ConeDlg.cxx \
87                 GeometryGUI_TorusDlg.cxx \
88                 GeometryGUI_FillingDlg.cxx \
89                 GeometryGUI_SewingDlg.cxx \
90                 GeometryGUI_CompoundDlg.cxx \
91                 GeometryGUI_EdgeDlg.cxx \
92                 GeometryGUI_OrientationDlg.cxx \
93                 GeometryGUI_PartitionDlg.cxx \
94                 GeometryGUI_SubShapeDlg.cxx \
95                 GeometryGUI_aParameterDlg.cxx \
96                 GeometryGUI_WireDlg.cxx \
97                 GeometryGUI_WorkingPlaneDlg.cxx \
98                 GeometryGUI_PropertiesDlg.cxx \
99                 GeometryGUI_InertiaDlg.cxx \
100                 GeometryGUI_CenterMassDlg.cxx \
101                 GeometryGUI_FaceDlg.cxx \
102                 GeometryGUI_ShellDlg.cxx \
103                 GeometryGUI_SolidDlg.cxx \
104                 GeometryGUI_BndBoxDlg.cxx \
105                 GeometryGUI_MaxToleranceDlg.cxx \
106                 GeometryGUI_WhatisDlg.cxx \
107                 GeometryGUI_DistanceDlg.cxx \
108                 GeometryGUI_SuppressFacesDlg.cxx \
109                 GeometryGUI_CheckShape.cxx \
110                 GeometryGUI_FilletDlg.cxx \
111                 GeometryGUI_ChamferDlg.cxx \
112                 GeometryGUI_MultiTranslationDlg.cxx \
113                 GeometryGUI_MultiRotationDlg.cxx \
114                 GeometryGUI_Swig.cxx \
115                 GeometryGUI_SuppressHoleDlg.cxx \
116                 GeometryGUI_EllipseDlg.cxx
117
118 LIB_MOC = \
119                 GeometryGUI.h \
120                 GeometryGUI_SpinBox.h \
121                 GeometryGUI_Skeleton_QTD.h \
122                 GeometryGUI_Skeleton.h \
123                 GeometryGUI_1Sel_QTD.h \
124                 GeometryGUI_2Sel_QTD.h \
125                 GeometryGUI_1Sel1Spin_QTD.h \
126                 GeometryGUI_1Sel1Spin.h \
127                 GeometryGUI_1Sel4Spin_QTD.h \
128                 GeometryGUI_1Sel4Spin.h \
129                 GeometryGUI_2Sel1Spin_QTD.h \
130                 GeometryGUI_2Sel1Spin.h \
131                 GeometryGUI_3Spin_QTD.h \
132                 GeometryGUI_3Spin.h \
133                 GeometryGUI_TransparencyDlg.h \
134                 GeometryGUI_NbIsosDlg.h \
135                 GeometryGUI_BoxDlg.h \
136                 GeometryGUI_ArchimedeDlg.h \
137                 GeometryGUI_PointDlg.h \
138                 GeometryGUI_VectorDlg.h \
139                 GeometryGUI_PlaneDlg.h \
140                 GeometryGUI_PrismDlg.h \
141                 GeometryGUI_FuseDlg.h \
142                 GeometryGUI_SectionDlg.h \
143                 GeometryGUI_CommonDlg.h \
144                 GeometryGUI_CutDlg.h \
145                 GeometryGUI_LineDlg.h \
146                 GeometryGUI_ScaleDlg.h \
147                 GeometryGUI_MirrorDlg.h \
148                 GeometryGUI_SphereDlg.h \
149                 GeometryGUI_CircleDlg.h \
150                 GeometryGUI_RevolDlg.h \
151                 GeometryGUI_RotationDlg.h \
152                 GeometryGUI_TranslationDlg.h \
153                 GeometryGUI_ArcDlg.h \
154                 GeometryGUI_PipeDlg.h \
155                 GeometryGUI_CylinderDlg.h \
156                 GeometryGUI_ConeDlg.h \
157                 GeometryGUI_TorusDlg.h \
158                 GeometryGUI_FillingDlg.h \
159                 GeometryGUI_SewingDlg.h \
160                 GeometryGUI_CompoundDlg.h \
161                 GeometryGUI_EdgeDlg.h \
162                 GeometryGUI_OrientationDlg.h \
163                 GeometryGUI_PartitionDlg.h \
164                 GeometryGUI_SubShapeDlg.h \
165                 GeometryGUI_aParameterDlg.h \
166                 GeometryGUI_WireDlg.h \
167                 GeometryGUI_WorkingPlaneDlg.h \
168                 GeometryGUI_PropertiesDlg.h \
169                 GeometryGUI_InertiaDlg.h \
170                 GeometryGUI_CenterMassDlg.h \
171                 GeometryGUI_FaceDlg.h \
172                 GeometryGUI_ShellDlg.h \
173                 GeometryGUI_SolidDlg.h \
174                 GeometryGUI_BndBoxDlg.h \
175                 GeometryGUI_MaxToleranceDlg.h \
176                 GeometryGUI_WhatisDlg.h \
177                 GeometryGUI_DistanceDlg.h \
178                 GeometryGUI_SuppressFacesDlg.h \
179                 GeometryGUI_CheckShape.h \
180                 GeometryGUI_FilletDlg.h \
181                 GeometryGUI_ChamferDlg.h \
182                 GeometryGUI_MultiTranslationDlg.h \
183                 GeometryGUI_MultiRotationDlg.h \
184                 GeometryGUI_SuppressHoleDlg.h \
185                 GeometryGUI_EllipseDlg.h
186
187 LIB_CLIENT_IDL = SALOME_Exception.idl \
188                  GEOM_Gen.idl \
189                  GEOM_Shape.idl \
190                  SALOMEDS.idl \
191                  SALOMEDS_Attributes.idl \
192                  SALOME_ModuleCatalog.idl \
193                  SALOME_Component.idl \
194
195 LIB_SERVER_IDL = 
196
197 # additionnal information to compil and link file
198
199 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
200 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
201
202 LDFLAGS += -lOCCViewer -lVTKViewer -lSalomeObject -lSalomeGUI -lGEOMClient -lGEOMObject -lGEOMFiltersSelection -lGEOMSketcher $(OCC_KERNEL_LIBS) $(OCC_MODELER_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome
203
204 @CONCLUDE@