]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMBase/Makefile.am
Salome HOME
Update copyright information
[modules/geom.git] / src / GEOMBase / 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 #  GEOM GEOMBASE : 
23 #  File   : Makefile.in
24 #  Author : Damien COQUERET (OCC)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header: 
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # Libraries targets
32 lib_LTLIBRARIES = libGEOMBase.la
33
34 # header files 
35 salomeinclude_HEADERS = \
36         GEOMBase.h \
37         GEOMBase_Skeleton.h \
38         GEOMBase_Helper.h \
39         GEOM_Operation.h \
40         GEOM_GEOMBase.hxx
41
42 dist_libGEOMBase_la_SOURCES = \
43         GEOMBase.cxx \
44         GEOMBase_Skeleton.cxx \
45         GEOMBase_Helper.cxx \
46         GEOM_Operation.cxx
47
48 MOC_FILES = \
49         GEOMBase_Skeleton_moc.cxx
50
51 nodist_libGEOMBase_la_SOURCES= \
52          $(MOC_FILES)
53
54 #LIB_CLIENT_IDL = SALOME_Exception.idl \
55 #                SALOMEDS.idl \
56 #                SALOMEDS_Attributes.idl \
57 #                 SALOME_GenericObj.idl \
58 #                SALOME_Component.idl \
59 #                GEOM_Gen.idl
60
61 #LIB_SERVER_IDL = 
62
63 # additionnal information to compil and link file
64
65 libGEOMBase_la_CPPFLAGS = \
66         $(QT_INCLUDES) \
67         $(VTK_INCLUDES) \
68         $(CAS_CPPFLAGS) \
69         $(PYTHON_INCLUDES) \
70         $(BOOST_CPPFLAGS) \
71         $(KERNEL_CXXFLAGS) \
72         $(GUI_CXXFLAGS) \
73         $(CORBA_CXXFLAGS) \
74         $(CORBA_INCLUDES) \
75         -I$(srcdir)/../OBJECT \
76         -I$(srcdir)/../GEOMClient \
77         -I$(srcdir)/../GEOMImpl \
78         -I$(srcdir)/../GEOMGUI \
79         -I$(srcdir)/../DlgRef \
80         -I$(top_builddir)/idl \
81         -I$(top_builddir)/salome_adm/unix
82
83 libGEOMBase_la_LDFLAGS  = \
84         ../../idl/libSalomeIDLGEOM.la \
85         ../GEOMGUI/libGEOM.la \
86         ../DlgRef/libDlgRef.la \
87         $(KERNEL_LDFLAGS) -lOpUtil \
88         $(GUI_LDFLAGS) -lsuit -lOCCViewer -lVTKViewer -lSVTK -lSalomePrs -lSalomeApp -lCAM \
89         $(CAS_LDPATH) -lTKPrim