Salome HOME
This commit was generated by cvs2git to create tag 'TRIPOLI_323'.
[modules/geom.git] / src / GEOM / 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 #  File   : Makefile.in
21 #  Author : Damien COQUERET (OCC)
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
30 lib_LTLIBRARIES = libGEOMbasic.la
31
32 dist_libGEOMbasic_la_SOURCES =          \
33         GEOM_Application.cxx            \
34         GEOM_Engine.cxx                 \
35         GEOM_Function.cxx               \
36         GEOM_Object.cxx                 \
37         GEOM_IOperations.cxx            \
38         GEOM_Solver.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_SubShapeDriver.hxx         \
55         GEOM_IOperations.hxx            \
56         GEOM_ISubShape.hxx              \
57         GEOM_Solver.hxx                 \
58         GEOM_PythonDump.hxx             \
59         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx         \
60         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx             \
61         GEOM_DataMapOfAsciiStringTransient.hxx                          \
62         Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
63
64 # additional information to compile and link file
65
66 libGEOMbasic_la_CPPFLAGS =      \
67         $(CAS_CPPFLAGS)         \
68         $(KERNEL_CXXFLAGS)      \
69         $(BOOST_CPPFLAGS)       \
70         -I$(top_builddir)/idl
71
72 libGEOMbasic_la_LDFLAGS  =                      \
73         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics     \
74         $(STDLIB)                               \
75         $(CAS_LDPATH) -lTKXSBase -lTKG3d        \
76         $(CAS_OCAF)                             \
77         $(CAS_OCAFVIS)