]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMBase/Makefile.am
Salome HOME
d239a400180716986f5140063ab4f6d9d5ea7c5a
[modules/geom.git] / src / GEOMBase / Makefile.am
1 # GEOM GEOMBASE : 
2 #
3 # Copyright (C) 2003  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.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : GEOMBase
25 #
26
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Libraries targets
30 lib_LTLIBRARIES = libGEOMBase.la
31
32 # header files 
33 salomeinclude_HEADERS =         \
34         GEOMBase.h              \
35         GEOMBase_Skeleton.h     \
36         GEOMBase_Helper.h       \
37         GEOM_Operation.h        \
38         GEOM_GEOMBase.hxx
39
40 dist_libGEOMBase_la_SOURCES =           \
41         GEOMBase.cxx                    \
42         GEOMBase_Skeleton.cxx           \
43         GEOMBase_aParameterDlg.cxx      \
44         GEOMBase_Helper.cxx             \
45         GEOM_Operation.cxx
46
47 MOC_FILES =                             \
48         GEOMBase_Skeleton_moc.cxx       \
49         GEOMBase_aParameterDlg_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)/src/DlgRef    \
81         -I$(top_builddir)/idl           \
82         -I$(top_builddir)/salome_adm/unix
83
84 libGEOMBase_la_LDFLAGS  =               \
85         ../../idl/libSalomeIDLGEOM.la   \
86         ../GEOMGUI/libGEOM.la           \
87         ../DlgRef/libDlgRef.la          \
88         $(KERNEL_LDFLAGS) -lOpUtil      \
89         $(GUI_LDFLAGS) -lsuit -lOCCViewer -lVTKViewer -lSVTK -lSalomePrs -lSalomeApp -lCAM \
90         $(CAS_LDPATH) -lTKPrim