Salome HOME
be0a495ef74b98b3224015054611546e4b7a6851
[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_TransparencyDlg.cxx \
52                 GeometryGUI_NbIsosDlg.cxx \
53                 GeometryGUI_BoxDlg.cxx \
54                 GeometryGUI_ArchimedeDlg.cxx \
55                 GeometryGUI_PointDlg.cxx \
56                 GeometryGUI_VectorDlg.cxx \
57                 GeometryGUI_PlaneDlg.cxx \
58                 GeometryGUI_PrismDlg.cxx \
59                 GeometryGUI_FuseDlg.cxx \
60                 GeometryGUI_SectionDlg.cxx \
61                 GeometryGUI_CommonDlg.cxx \
62                 GeometryGUI_CutDlg.cxx \
63                 GeometryGUI_LineDlg.cxx \
64                 GeometryGUI_ScaleDlg.cxx \
65                 GeometryGUI_MirrorDlg.cxx \
66                 GeometryGUI_SphereDlg.cxx \
67                 GeometryGUI_CircleDlg.cxx \
68                 GeometryGUI_RevolDlg.cxx \
69                 GeometryGUI_RotationDlg.cxx \
70                 GeometryGUI_TranslationDlg.cxx \
71                 GeometryGUI_ArcDlg.cxx \
72                 GeometryGUI_PipeDlg.cxx \
73                 GeometryGUI_CylinderDlg.cxx \
74                 GeometryGUI_ConeDlg.cxx \
75                 GeometryGUI_TorusDlg.cxx \
76                 GeometryGUI_FillingDlg.cxx \
77                 GeometryGUI_SewingDlg.cxx \
78                 GeometryGUI_CompoundDlg.cxx \
79                 GeometryGUI_EdgeDlg.cxx \
80                 GeometryGUI_OrientationDlg.cxx \
81                 GeometryGUI_PartitionDlg.cxx \
82                 GeometryGUI_SubShapeDlg.cxx \
83                 GeometryGUI_aParameterDlg.cxx \
84                 GeometryGUI_WireDlg.cxx \
85                 GeometryGUI_WorkingPlaneDlg.cxx \
86                 GeometryGUI_PropertiesDlg.cxx \
87                 GeometryGUI_InertiaDlg.cxx \
88                 GeometryGUI_CenterMassDlg.cxx \
89                 GeometryGUI_FaceDlg.cxx \
90                 GeometryGUI_BndBoxDlg.cxx \
91                 GeometryGUI_MaxToleranceDlg.cxx \
92                 GeometryGUI_WhatisDlg.cxx \
93                 GeometryGUI_DistanceDlg.cxx \
94                 GeometryGUI_SuppressFacesDlg.cxx \
95                 GeometryGUI_CheckShape.cxx \
96                 GeometryGUI_FilletDlg.cxx \
97                 GeometryGUI_ChamferDlg.cxx \
98                 GeometryGUI_MultiTranslationDlg.cxx \
99                 GeometryGUI_MultiRotationDlg.cxx \
100                 GeometryGUI_Swig.cxx \
101                 GeometryGUI_SuppressHoleDlg.cxx \
102                 GeometryGUI_EllipseDlg.cxx
103
104 LIB_MOC = \
105                 GeometryGUI.h \
106                 GeometryGUI_SpinBox.h \
107                 GeometryGUI_TransparencyDlg.h \
108                 GeometryGUI_NbIsosDlg.h \
109                 GeometryGUI_BoxDlg.h \
110                 GeometryGUI_ArchimedeDlg.h \
111                 GeometryGUI_PointDlg.h \
112                 GeometryGUI_VectorDlg.h \
113                 GeometryGUI_PlaneDlg.h \
114                 GeometryGUI_PrismDlg.h \
115                 GeometryGUI_FuseDlg.h \
116                 GeometryGUI_SectionDlg.h \
117                 GeometryGUI_CommonDlg.h \
118                 GeometryGUI_CutDlg.h \
119                 GeometryGUI_LineDlg.h \
120                 GeometryGUI_ScaleDlg.h \
121                 GeometryGUI_MirrorDlg.h \
122                 GeometryGUI_SphereDlg.h \
123                 GeometryGUI_CircleDlg.h \
124                 GeometryGUI_RevolDlg.h \
125                 GeometryGUI_RotationDlg.h \
126                 GeometryGUI_TranslationDlg.h \
127                 GeometryGUI_ArcDlg.h \
128                 GeometryGUI_PipeDlg.h \
129                 GeometryGUI_CylinderDlg.h \
130                 GeometryGUI_ConeDlg.h \
131                 GeometryGUI_TorusDlg.h \
132                 GeometryGUI_FillingDlg.h \
133                 GeometryGUI_SewingDlg.h \
134                 GeometryGUI_CompoundDlg.h \
135                 GeometryGUI_EdgeDlg.h \
136                 GeometryGUI_OrientationDlg.h \
137                 GeometryGUI_PartitionDlg.h \
138                 GeometryGUI_SubShapeDlg.h \
139                 GeometryGUI_aParameterDlg.h \
140                 GeometryGUI_WireDlg.h \
141                 GeometryGUI_WorkingPlaneDlg.h \
142                 GeometryGUI_PropertiesDlg.h \
143                 GeometryGUI_InertiaDlg.h \
144                 GeometryGUI_CenterMassDlg.h \
145                 GeometryGUI_FaceDlg.h \
146                 GeometryGUI_BndBoxDlg.h \
147                 GeometryGUI_MaxToleranceDlg.h \
148                 GeometryGUI_WhatisDlg.h \
149                 GeometryGUI_DistanceDlg.h \
150                 GeometryGUI_SuppressFacesDlg.h \
151                 GeometryGUI_CheckShape.h \
152                 GeometryGUI_FilletDlg.h \
153                 GeometryGUI_ChamferDlg.h \
154                 GeometryGUI_MultiTranslationDlg.h \
155                 GeometryGUI_MultiRotationDlg.h \
156                 GeometryGUI_SuppressHoleDlg.h \
157                 GeometryGUI_EllipseDlg.h
158
159 LIB_CLIENT_IDL = SALOME_Exception.idl \
160                  GEOM_Gen.idl \
161                  GEOM_Shape.idl \
162                  SALOMEDS.idl \
163                  SALOMEDS_Attributes.idl \
164                  SALOME_ModuleCatalog.idl \
165                  SALOME_Component.idl \
166
167 LIB_SERVER_IDL = 
168
169 # additionnal information to compil and link file
170
171 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
172 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
173
174 LDFLAGS += -lOCCViewer -lVTKViewer -lSalomeObject -lSalomeGUI -lGEOMClient -lGEOMObject -lGEOMFiltersSelection -lGEOMSketcher $(OCC_KERNEL_LIBS) $(OCC_MODELER_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome
175
176 @CONCLUDE@