]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOM/Makefile.am
Salome HOME
0020504: EDF 1078 GEOM: Point color is not good at study loading
[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 #LIB_CLIENT_IDL = 
48 #LIB_SERVER_IDL = 
49
50 # Executables targets
51 #BIN =
52 #BIN_SRC =
53 #BIN_CLIENT_IDL = 
54 #BIN_SERVER_IDL = 
55
56 # header files 
57 salomeinclude_HEADERS = \
58         GEOM_Application.hxx \
59         Handle_GEOM_Application.hxx \
60         GEOM_Engine.hxx \
61         GEOM_Function.hxx \
62         GEOM_Object.hxx \
63         GEOM_IOperations.hxx \
64         GEOM_ISubShape.hxx \
65         GEOM_Solver.hxx \
66         GEOM_PythonDump.hxx \
67         GEOM_DataMapOfAsciiStringTransient.hxx \
68         Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
69
70 # additionnal information to compil and link file
71 libGEOMbasic_la_CPPFLAGS = \
72         $(CORBA_CXXFLAGS) \
73         $(CORBA_INCLUDES) \
74         $(CAS_CPPFLAGS) \
75         $(KERNEL_CXXFLAGS) \
76         $(BOOST_CPPFLAGS) \
77         -I$(top_builddir)/idl \
78         -I$(top_builddir)/salome_adm/unix
79
80 libGEOMbasic_la_LDFLAGS  = \
81         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
82         $(STDLIB) \
83         $(CAS_LDPATH) -lTKXSBase \
84         $(CAS_OCAF) \
85         $(CAS_OCAFVIS)