Salome HOME
1ad106618bfa104c34b08b061896fd7cb677db19
[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_BaseDriver.cxx             \
39         GEOM_SubShapeDriver.cxx         \
40         GEOM_PythonDump.cxx             \
41         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx           \
42         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx       \
43         GEOM_DataMapOfAsciiStringTransient_0.cxx
44
45 # header files 
46 salomeinclude_HEADERS =                 \
47         GEOM_Application.hxx            \
48         GEOM_Application.ixx            \
49         GEOM_Application.jxx            \
50         Handle_GEOM_Application.hxx     \
51         GEOM_Engine.hxx                 \
52         GEOM_Function.hxx               \
53         GEOM_Object.hxx                 \
54         GEOM_BaseDriver.hxx             \
55         GEOM_SubShapeDriver.hxx         \
56         GEOM_IOperations.hxx            \
57         GEOM_ISubShape.hxx              \
58         GEOM_Solver.hxx                 \
59         GEOM_PythonDump.hxx             \
60         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx         \
61         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx             \
62         GEOM_DataMapOfAsciiStringTransient.hxx                          \
63         Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
64
65 # additional information to compile and link file
66
67 libGEOMbasic_la_CPPFLAGS =      \
68         $(CAS_CPPFLAGS)         \
69         $(KERNEL_CXXFLAGS)      \
70         $(BOOST_CPPFLAGS)       \
71         -I$(srcdir)/../SKETCHER \
72         -I$(top_builddir)/idl
73
74 libGEOMbasic_la_LDFLAGS  =                      \
75         ../SKETCHER/libGEOMSketcher.la          \
76         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics     \
77         $(STDLIB)                               \
78         $(CAS_LDPATH) -lTKXSBase -lTKG3d        \
79         $(CAS_OCAF)                             \
80         $(CAS_OCAFVIS)