Salome HOME
9eea77f170145c3879ce0cc90020158ed67e3be4
[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 #LIB_CLIENT_IDL = 
47 #LIB_SERVER_IDL = 
48
49 # Executables targets
50 #BIN =
51 #BIN_SRC =
52 #BIN_CLIENT_IDL = 
53 #BIN_SERVER_IDL = 
54
55 # header files 
56 salomeinclude_HEADERS = \
57         GEOM_Application.hxx \
58         Handle_GEOM_Application.hxx \
59         GEOM_Engine.hxx \
60         GEOM_Function.hxx \
61         GEOM_Object.hxx \
62         GEOM_IOperations.hxx \
63         GEOM_ISubShape.hxx \
64         GEOM_Solver.hxx \
65         GEOM_PythonDump.hxx \
66         GEOM_DataMapOfAsciiStringTransient.hxx \
67         Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
68
69 # additionnal information to compil and link file
70 libGEOMbasic_la_CPPFLAGS = \
71         $(CORBA_CXXFLAGS) \
72         $(CORBA_INCLUDES) \
73         $(CAS_CPPFLAGS) \
74         $(KERNEL_CXXFLAGS) \
75         $(BOOST_CPPFLAGS) \
76         -I$(top_builddir)/idl \
77         -I$(top_builddir)/salome_adm/unix
78
79 libGEOMbasic_la_LDFLAGS  = \
80         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
81         $(STDLIB) \
82         $(CAS_LDPATH) -lTKXSBase \
83         $(CAS_OCAF) \
84         $(CAS_OCAFVIS)