Salome HOME
Additional minor fix of issue 0017431: unset the MODAL behavior for the 'Basic Proper...
[modules/geom.git] / src / GEOM / Makefile.am
1 #  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 #
4 #  This library is free software; you can redistribute it and/or
5 #  modify it under the terms of the GNU Lesser General Public
6 #  License as published by the Free Software Foundation; either
7 #  version 2.1 of the License.
8 #
9 #  This library is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #  Lesser General Public License for more details.
13 #
14 #  You should have received a copy of the GNU Lesser General Public
15 #  License along with this library; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20
21 #  File   : Makefile.in
22 #  Author : Damien COQUERET (OCC)
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : GEOM
25 #  $Header: 
26
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Libraries targets
30
31 lib_LTLIBRARIES = libGEOMbasic.la
32
33 dist_libGEOMbasic_la_SOURCES =          \
34         GEOM_Application.cxx            \
35         GEOM_Engine.cxx                 \
36         GEOM_Function.cxx               \
37         GEOM_Object.cxx                 \
38         GEOM_IOperations.cxx            \
39         GEOM_Solver.cxx                 \
40         GEOM_SubShapeDriver.cxx         \
41         GEOM_PythonDump.cxx             \
42         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx           \
43         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx       \
44         GEOM_DataMapOfAsciiStringTransient_0.cxx
45
46 # header files 
47 salomeinclude_HEADERS =                 \
48         GEOM_Application.hxx            \
49         GEOM_Application.ixx            \
50         GEOM_Application.jxx            \
51         Handle_GEOM_Application.hxx     \
52         GEOM_Engine.hxx                 \
53         GEOM_Function.hxx               \
54         GEOM_Object.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         $(CORBA_CXXFLAGS)       \
69         $(CORBA_INCLUDES)       \
70         $(CAS_CPPFLAGS)         \
71         $(KERNEL_CXXFLAGS)      \
72         $(BOOST_CPPFLAGS)       \
73         -I$(top_builddir)/idl   \
74         -I$(top_builddir)/salome_adm/unix
75
76 libGEOMbasic_la_LDFLAGS  =                      \
77         $(KERNEL_LDFLAGS) -lSALOMELocalTrace    \
78         $(STDLIB)                               \
79         $(CAS_LDPATH) -lTKXSBase                \
80         $(CAS_OCAF)                             \
81         $(CAS_OCAFVIS)