Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / GEOM_I / Makefile.am
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.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Patrick GOLDBRONN (CEA)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header$
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # Libraries targets
33 lib_LTLIBRARIES = libGEOMEngine.la
34
35 # header files 
36 salomeinclude_HEADERS = \
37         GEOM_Object_i.hh \
38         GEOM_IOperations_i.hh \
39         GEOM_IBasicOperations_i.hh \
40         GEOM_IHealingOperations_i.hh \
41         GEOM_I3DPrimOperations_i.hh \
42         GEOM_IShapesOperations_i.hh \
43         GEOM_IBlocksOperations_i.hh \
44         GEOM_IBooleanOperations_i.hh \
45         GEOM_ICurvesOperations_i.hh \
46         GEOM_ILocalOperations_i.hh \
47         GEOM_IInsertOperations_i.hh \
48         GEOM_ITransformOperations_i.hh \
49         GEOM_IMeasureOperations_i.hh \
50         GEOM_IGroupOperations_i.hh \
51         GEOM_Gen_i.hh \
52         GEOM_GEOM_I.hxx
53
54 dist_libGEOMEngine_la_SOURCES = \
55         GEOM_Object_i.cc \
56         GEOM_IOperations_i.cc \
57         GEOM_IBasicOperations_i.cc \
58         GEOM_IHealingOperations_i.cc \
59         GEOM_I3DPrimOperations_i.cc \
60         GEOM_IShapesOperations_i.cc \
61         GEOM_IBlocksOperations_i.cc \
62         GEOM_IBooleanOperations_i.cc \
63         GEOM_ICurvesOperations_i.cc \
64         GEOM_ILocalOperations_i.cc \
65         GEOM_IInsertOperations_i.cc \
66         GEOM_ITransformOperations_i.cc \
67         GEOM_IMeasureOperations_i.cc \
68         GEOM_IGroupOperations_i.cc \
69         GEOM_Gen_i.cc \
70         GEOM_DumpPython.cc
71
72 # additionnal information to compil and link file
73 libGEOMEngine_la_CPPFLAGS = \
74         $(CORBA_CXXFLAGS) \
75         $(CORBA_INCLUDES) \
76         $(CAS_CPPFLAGS) \
77         $(BOOST_CPPFLAGS) \
78         $(KERNEL_CXXFLAGS) \
79         -I$(srcdir)/../SKETCHER \
80         -I$(srcdir)/../ARCHIMEDE \
81         -I$(srcdir)/../GEOMImpl \
82         -I$(srcdir)/../GEOMAlgo \
83         -I$(srcdir)/../GEOM \
84         -I$(top_builddir)/idl \
85         -I$(top_builddir)/salome_adm/unix
86
87
88 libGEOMEngine_la_LDFLAGS  = \
89         ../../idl/libSalomeIDLGEOM.la \
90         ../ARCHIMEDE/libGEOMArchimede.la \
91         ../GEOMImpl/libGEOMimpl.la \
92         ../SKETCHER/libGEOMSketcher.la \
93         ../GEOM/libGEOMbasic.la \
94         $(KERNEL_LDFLAGS) -lSalomeNS -lSalomeContainer -lSalomeGenericObj -lTOOLSDS \
95         $(CAS_DATAEXCHANGE) \
96         $(CAS_LDPATH) -lTKFillet -lTKOffset \
97         $(STDLIB) \
98         $(CORBA_LIBS)