Salome HOME
Merge from BR_phase16 branch (09/12/09)
[modules/smesh.git] / src / PluginUtils / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19 # ---
20 # File   : Makefile.am
21 # Author : Nicolas GEIMER (OCC)
22 # ---
23 #
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 # header files 
27 salomeinclude_HEADERS = \
28         GeomSelectionTools.h
29
30 # Libraries targets
31 lib_LTLIBRARIES = libGeomSelectionTools.la
32
33 dist_libGeomSelectionTools_la_SOURCES =         \
34         GeomSelectionTools.h                    \
35         GeomSelectionTools.cxx
36
37 # additionnal information to compil and link file
38 libGeomSelectionTools_la_CPPFLAGS =     \
39         $(QT_INCLUDES)                  \
40         $(CAS_CPPFLAGS)                 \
41         $(PYTHON_INCLUDES)              \
42         $(KERNEL_CXXFLAGS)              \
43         $(GUI_CXXFLAGS)                 \
44         $(GEOM_CXXFLAGS)                \
45         $(MED_CXXFLAGS)                 \
46         $(BOOST_CPPFLAGS)               \
47         $(CORBA_CXXFLAGS)               \
48         $(CORBA_INCLUDES)               \
49         -I$(srcdir)/../SMESHGUI         \
50         -I$(top_builddir)/idl
51
52 libGeomSelectionTools_la_LDFLAGS =              \
53         ../../idl/libSalomeIDLSMESH.la \
54         ../SMESHGUI/libSMESH.la \
55         $(QT_LIBS) \
56         $(CORBA_LIBS) \
57         $(KERNEL_LDFLAGS) -lSalomeIDLKernel -lSALOMELocalTrace -lSalomeLifeCycleCORBA \
58         $(GUI_LDFLAGS) -lSalomeObject -lsuit -lLightApp -lSalomeApp \
59         $(GEOM_LDFLAGS) -lSalomeIDLGEOM -lGEOMClient \
60         $(CAS_KERNEL) -lTKBRep -lTKG3d