Salome HOME
SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK)
[modules/geom.git] / src / GEOM_I / Makefile.in
1 #  GEOM GEOM : implementaion of GEOM_Gen.idl
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 : Patrick GOLDBRONN (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 @COMMENCE@
35
36 # Libraries targets
37
38 LIB = libGEOMEngine.la
39 LIB_SRC = \
40         GEOM_Object_i.cc \
41         GEOM_IOperations_i.cc \
42         GEOM_IBasicOperations_i.cc \
43         GEOM_IHealingOperations_i.cc \
44         GEOM_I3DPrimOperations_i.cc \
45         GEOM_IShapesOperations_i.cc \
46         GEOM_IBlocksOperations_i.cc \
47         GEOM_IBooleanOperations_i.cc \
48         GEOM_ICurvesOperations_i.cc \
49         GEOM_ILocalOperations_i.cc \
50         GEOM_IInsertOperations_i.cc \
51         GEOM_ITransformOperations_i.cc \
52         GEOM_IMeasureOperations_i.cc \
53         GEOM_IGroupOperations_i.cc \
54         GEOM_Gen_i.cc \
55         GEOM_DumpPython.cc
56
57
58 LIB_SERVER_IDL = SALOME_Component.idl SALOMEDS.idl SALOME_Exception.idl \
59                  GEOM_Gen.idl SALOME_GenericObj.idl
60
61 # Executables targets
62 BIN = 
63 BIN_SRC = 
64 BIN_CLIENT_IDL = 
65 BIN_SERVER_IDL =
66
67 #This export required to compile GEOM_Superv_i.lo library
68 EXPORT_HEADERS = GEOM_Object_i.hh \
69                  GEOM_IOperations_i.hh \
70                  GEOM_IBasicOperations_i.hh \
71                  GEOM_IHealingOperations_i.hh \
72                  GEOM_I3DPrimOperations_i.hh \
73                  GEOM_IShapesOperations_i.hh \
74                  GEOM_IBlocksOperations_i.hh \
75                  GEOM_IBooleanOperations_i.hh \
76                  GEOM_ICurvesOperations_i.hh \
77                  GEOM_ILocalOperations_i.hh \
78                  GEOM_IInsertOperations_i.hh \
79                  GEOM_ITransformOperations_i.hh \
80                  GEOM_IMeasureOperations_i.hh \
81                  GEOM_IGroupOperations_i.hh \
82                  GEOM_Gen_i.hh
83
84 # additionnal information to compil and link file
85 CPPFLAGS += $(OCC_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
86 CXXFLAGS += $(OCC_INCLUDES) $(BOOST_CPPFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
87 LDFLAGS  += -lTOOLSDS -lSalomeNS -lSalomeContainer -lGEOMArchimede -lGEOMbasic -lGEOMimpl $(CAS_LDPATH) -lTKIGES -lTKSTEP -lTKFillet -lTKOffset -lGEOMSketcher -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeGenericObj 
88
89 # additional file to be cleaned
90 MOSTLYCLEAN =
91 CLEAN =
92 DISTCLEAN =
93
94 @CONCLUDE@
95