Salome HOME
Dump Python extension
[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 # additional information to compile and link file
73
74 libGEOMEngine_la_CPPFLAGS =             \
75         $(CORBA_CXXFLAGS)               \
76         $(CORBA_INCLUDES)               \
77         $(CAS_CPPFLAGS)                 \
78         $(BOOST_CPPFLAGS)               \
79         $(KERNEL_CXXFLAGS)              \
80         -I$(srcdir)/../SKETCHER         \
81         -I$(srcdir)/../ARCHIMEDE        \
82         -I$(srcdir)/../GEOMImpl         \
83         -I$(srcdir)/../GEOMAlgo         \
84         -I$(srcdir)/../GEOM             \
85         -I$(top_builddir)/idl           \
86         -I$(top_builddir)/salome_adm/unix
87
88
89 libGEOMEngine_la_LDFLAGS  =                     \
90         ../../idl/libSalomeIDLGEOM.la           \
91         ../ARCHIMEDE/libGEOMArchimede.la        \
92         ../GEOMImpl/libGEOMimpl.la              \
93         ../SKETCHER/libGEOMSketcher.la          \
94         ../GEOM/libGEOMbasic.la                 \
95         $(KERNEL_LDFLAGS) -lSalomeNS -lSalomeContainer -lSalomeGenericObj -lTOOLSDS     \
96         $(CAS_DATAEXCHANGE)                     \
97         $(CAS_LDPATH) -lTKFillet -lTKOffset
98
99 # \
100 #       $(STDLIB) \
101 #       $(CORBA_LIBS)