Salome HOME
0021342: EDF 1931 GEOM: The editiojn of a group has no effect after exporting it...
[modules/geom.git] / src / GEOM_I / Makefile.am
1 # Copyright (C) 2007-2011  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 #  GEOM GEOM : implementaion of GEOM_Gen.idl
20 #  File   : Makefile.in
21 #  Author : Patrick GOLDBRONN (CEA)
22 #  Modified by : Alexander BORODIN (OCN) - autotools usage
23 #  Module : GEOM
24 #  $Header$
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
51 dist_libGEOMEngine_la_SOURCES =         \
52         GEOM_Object_i.cc                \
53         GEOM_IOperations_i.cc           \
54         GEOM_IBasicOperations_i.cc      \
55         GEOM_IHealingOperations_i.cc    \
56         GEOM_I3DPrimOperations_i.cc     \
57         GEOM_IShapesOperations_i.cc     \
58         GEOM_IBlocksOperations_i.cc     \
59         GEOM_IBooleanOperations_i.cc    \
60         GEOM_ICurvesOperations_i.cc     \
61         GEOM_ILocalOperations_i.cc      \
62         GEOM_IInsertOperations_i.cc     \
63         GEOM_ITransformOperations_i.cc  \
64         GEOM_IMeasureOperations_i.cc    \
65         GEOM_IGroupOperations_i.cc      \
66         GEOM_IAdvancedOperations_i.cc   \
67         GEOM_Gen_i.cc                   \
68         GEOM_DumpPython.cc
69
70 # additional information to compile and link file
71
72 libGEOMEngine_la_CPPFLAGS =             \
73         $(CORBA_CXXFLAGS)               \
74         $(CORBA_INCLUDES)               \
75         $(CAS_CPPFLAGS)                 \
76         $(BOOST_CPPFLAGS)               \
77         $(KERNEL_CXXFLAGS)              \
78         $(GUI_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
86
87 libGEOMEngine_la_LDFLAGS  =                     \
88         ../../idl/libSalomeIDLGEOM.la           \
89         ../ARCHIMEDE/libGEOMArchimede.la        \
90         ../GEOMImpl/libGEOMimpl.la              \
91         ../SKETCHER/libGEOMSketcher.la          \
92         ../GEOM/libGEOMbasic.la                 \
93         $(KERNEL_LDFLAGS) -lOpUtil -lSalomeNS -lSalomeContainer -lSalomeGenericObj -lTOOLSDS    \
94         $(CAS_DATAEXCHANGE)                     \
95         $(CAS_LDPATH) -lTKFillet -lTKOffset
96
97 # \
98 #       $(STDLIB) \
99 #       $(CORBA_LIBS)