Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / src / GEOM_I / Makefile.am
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  GEOM GEOM : implementaion of GEOM_Gen.idl
21 #  File   : Makefile.in
22 #  Author : Patrick GOLDBRONN (CEA)
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : GEOM
25
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # Libraries targets
29 lib_LTLIBRARIES = libGEOMEngine.la
30
31 # header files 
32 salomeinclude_HEADERS =                 \
33         GEOM_Object_i.hh                \
34         GEOM_IOperations_i.hh           \
35         GEOM_IBasicOperations_i.hh      \
36         GEOM_IHealingOperations_i.hh    \
37         GEOM_I3DPrimOperations_i.hh     \
38         GEOM_IShapesOperations_i.hh     \
39         GEOM_IBlocksOperations_i.hh     \
40         GEOM_IBooleanOperations_i.hh    \
41         GEOM_ICurvesOperations_i.hh     \
42         GEOM_ILocalOperations_i.hh      \
43         GEOM_IInsertOperations_i.hh     \
44         GEOM_ITransformOperations_i.hh  \
45         GEOM_IMeasureOperations_i.hh    \
46         GEOM_IGroupOperations_i.hh      \
47         GEOM_IAdvancedOperations_i.hh   \
48         GEOM_Gen_i.hh                   \
49         GEOM_GEOM_I.hxx                 \
50         GEOM_wrap.hxx
51
52 dist_libGEOMEngine_la_SOURCES =         \
53         GEOM_Object_i.cc                \
54         GEOM_IOperations_i.cc           \
55         GEOM_IBasicOperations_i.cc      \
56         GEOM_IHealingOperations_i.cc    \
57         GEOM_I3DPrimOperations_i.cc     \
58         GEOM_IShapesOperations_i.cc     \
59         GEOM_IBlocksOperations_i.cc     \
60         GEOM_IBooleanOperations_i.cc    \
61         GEOM_ICurvesOperations_i.cc     \
62         GEOM_ILocalOperations_i.cc      \
63         GEOM_IInsertOperations_i.cc     \
64         GEOM_ITransformOperations_i.cc  \
65         GEOM_IMeasureOperations_i.cc    \
66         GEOM_IGroupOperations_i.cc      \
67         GEOM_IAdvancedOperations_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)
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) -lOpUtil -lSalomeNS -lSalomeContainer -lSalomeGenericObj -lTOOLSDS    \
95         $(CAS_DATAEXCHANGE)                     \
96         $(CAS_LDPATH) -lTKFillet -lTKOffset
97
98 # \
99 #       $(STDLIB) \
100 #       $(CORBA_LIBS)