Salome HOME
4458042064a96507179041ad225df4ffa7bcb5dc
[modules/geom.git] / src / GEOM_I / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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 #  GEOM GEOM : implementaion of GEOM_Gen.idl
23 #  File   : Makefile.in
24 #  Author : Patrick GOLDBRONN (CEA)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header$
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # Libraries targets
32 lib_LTLIBRARIES = libGEOMEngine.la
33
34 # header files 
35 salomeinclude_HEADERS =                 \
36         GEOM_Object_i.hh                \
37         GEOM_IOperations_i.hh           \
38         GEOM_IBasicOperations_i.hh      \
39         GEOM_IHealingOperations_i.hh    \
40         GEOM_I3DPrimOperations_i.hh     \
41         GEOM_IShapesOperations_i.hh     \
42         GEOM_IBlocksOperations_i.hh     \
43         GEOM_IBooleanOperations_i.hh    \
44         GEOM_ICurvesOperations_i.hh     \
45         GEOM_ILocalOperations_i.hh      \
46         GEOM_IInsertOperations_i.hh     \
47         GEOM_ITransformOperations_i.hh  \
48         GEOM_IMeasureOperations_i.hh    \
49         GEOM_IGroupOperations_i.hh      \
50         GEOM_Gen_i.hh                   \
51         GEOM_GEOM_I.hxx
52
53 dist_libGEOMEngine_la_SOURCES =         \
54         GEOM_Object_i.cc                \
55         GEOM_IOperations_i.cc           \
56         GEOM_IBasicOperations_i.cc      \
57         GEOM_IHealingOperations_i.cc    \
58         GEOM_I3DPrimOperations_i.cc     \
59         GEOM_IShapesOperations_i.cc     \
60         GEOM_IBlocksOperations_i.cc     \
61         GEOM_IBooleanOperations_i.cc    \
62         GEOM_ICurvesOperations_i.cc     \
63         GEOM_ILocalOperations_i.cc      \
64         GEOM_IInsertOperations_i.cc     \
65         GEOM_ITransformOperations_i.cc  \
66         GEOM_IMeasureOperations_i.cc    \
67         GEOM_IGroupOperations_i.cc      \
68         GEOM_Gen_i.cc                   \
69         GEOM_DumpPython.cc
70
71 # additional information to compile and link file
72
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
98 # \
99 #       $(STDLIB) \
100 #       $(CORBA_LIBS)