Salome HOME
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
[modules/geom.git] / src / GEOM / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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 #  File   : Makefile.in
23 #  Author : Damien COQUERET (OCC)
24 #  Modified by : Alexander BORODIN (OCN) - autotools usage
25 #  Module : GEOM
26 #  $Header: 
27 #
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 # Libraries targets
31
32 lib_LTLIBRARIES = libGEOMbasic.la
33
34 dist_libGEOMbasic_la_SOURCES =          \
35         GEOM_Application.cxx            \
36         GEOM_Engine.cxx                 \
37         GEOM_Function.cxx               \
38         GEOM_Object.cxx                 \
39         GEOM_IOperations.cxx            \
40         GEOM_Solver.cxx                 \
41         GEOM_SubShapeDriver.cxx         \
42         GEOM_PythonDump.cxx             \
43         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx           \
44         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx       \
45         GEOM_DataMapOfAsciiStringTransient_0.cxx
46
47 # header files 
48 salomeinclude_HEADERS =                 \
49         GEOM_Application.hxx            \
50         GEOM_Application.ixx            \
51         GEOM_Application.jxx            \
52         Handle_GEOM_Application.hxx     \
53         GEOM_Engine.hxx                 \
54         GEOM_Function.hxx               \
55         GEOM_Object.hxx                 \
56         GEOM_SubShapeDriver.hxx         \
57         GEOM_IOperations.hxx            \
58         GEOM_ISubShape.hxx              \
59         GEOM_Solver.hxx                 \
60         GEOM_PythonDump.hxx             \
61         GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx         \
62         GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx             \
63         GEOM_DataMapOfAsciiStringTransient.hxx                          \
64         Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
65
66 # additional information to compile and link file
67
68 libGEOMbasic_la_CPPFLAGS =      \
69         $(CORBA_CXXFLAGS)       \
70         $(CORBA_INCLUDES)       \
71         $(CAS_CPPFLAGS)         \
72         $(KERNEL_CXXFLAGS)      \
73         $(BOOST_CPPFLAGS)       \
74         -I$(top_builddir)/idl
75
76 libGEOMbasic_la_LDFLAGS  =                      \
77         $(CORBA_LIBS)                           \
78         $(KERNEL_LDFLAGS) -lSALOMELocalTrace    \
79         $(STDLIB)                               \
80         $(CAS_LDPATH) -lTKXSBase                \
81         $(CAS_OCAF)                             \
82         $(CAS_OCAFVIS)