Salome HOME
868732e3d4f6e44c612ab591fbb7208409e18efc
[modules/geom.git] / src / GEOM / Makefile.am
1 # Copyright (C) 2007-2013  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 #  File   : Makefile.in
21 #  Author : Damien COQUERET (OCC)
22 #  Modified by : Alexander BORODIN (OCN) - autotools usage
23 #  Module : GEOM
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # Libraries targets
28
29 lib_LTLIBRARIES = libGEOMbasic.la
30
31 dist_libGEOMbasic_la_SOURCES =          \
32         GEOM_Application.cxx            \
33         GEOM_Engine.cxx                 \
34         GEOM_Function.cxx               \
35         GEOM_Object.cxx                 \
36         GEOM_IOperations.cxx            \
37         GEOM_Solver.cxx                 \
38         GEOM_SubShapeDriver.cxx         \
39         GEOM_PythonDump.cxx             \
40         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx           \
41         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx       \
42         GEOM_DataMapOfAsciiStringTransient_0.cxx
43
44 # header files 
45 salomeinclude_HEADERS =                 \
46         GEOM_Application.hxx            \
47         GEOM_Application.ixx            \
48         GEOM_Application.jxx            \
49         Handle_GEOM_Application.hxx     \
50         GEOM_Engine.hxx                 \
51         GEOM_Function.hxx               \
52         GEOM_Object.hxx                 \
53         GEOM_SubShapeDriver.hxx         \
54         GEOM_IOperations.hxx            \
55         GEOM_ISubShape.hxx              \
56         GEOM_Solver.hxx                 \
57         GEOM_PythonDump.hxx             \
58         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx         \
59         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx             \
60         GEOM_DataMapOfAsciiStringTransient.hxx                          \
61         Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
62
63 # additional information to compile and link file
64
65 libGEOMbasic_la_CPPFLAGS =      \
66         $(CAS_CPPFLAGS)         \
67         $(KERNEL_CXXFLAGS)      \
68         $(BOOST_CPPFLAGS)       \
69         -I$(top_builddir)/idl
70
71 libGEOMbasic_la_LDFLAGS  =                      \
72         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics     \
73         $(STDLIB)                               \
74         $(CAS_LDPATH) -lTKXSBase -lTKG3d        \
75         $(CAS_OCAF)                             \
76         $(CAS_OCAFVIS)