Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / GEOMFiltersSelection / Makefile.am
1 #  GEOM GEOMFiltersSelection : filter selector for the viewer
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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Patrick GOLDBRONN (CEA)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header$
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # Libraries targets
33 lib_LTLIBRARIES = libGEOMFiltersSelection.la
34
35 # header files
36 salomeinclude_HEADERS = \
37         GEOM_SelectionFilter.h \
38         GEOM_EdgeFilter.h \
39         GEOM_FaceFilter.h \
40         GEOM_TypeFilter.h \
41         GEOM_PreviewFilter.h \
42         GEOM_LogicalFilter.h \
43         GEOM_OCCFilter.h
44
45 # Sources
46 dist_libGEOMFiltersSelection_la_SOURCES = \
47         GEOM_SelectionFilter.cxx \
48         GEOM_EdgeFilter.cxx \
49         GEOM_FaceFilter.cxx \
50         GEOM_TypeFilter.cxx \
51         GEOM_PreviewFilter.cxx \
52         GEOM_LogicalFilter.cxx \
53         GEOM_OCCFilter.cxx
54
55 # LIB_CLIENT_IDL= GEOM_Gen.idl SALOMEDS.idl SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
56
57
58 # additionnal information to compil and link file
59 libGEOMFiltersSelection_la_CPPFLAGS = \
60         $(QT_INCLUDES) \
61         $(CAS_CPPFLAGS) \
62         $(BOOST_CPPFLAGS) \
63         $(GUI_CXXFLAGS) \
64         $(KERNEL_CXXFLAGS) \
65         $(CORBA_CXXFLAGS) \
66         $(CORBA_INCLUDES) \
67         -I$(srcdir)/../GEOMClient \
68         -I$(top_builddir)/idl \
69         -I$(top_builddir)/salome_adm/unix
70
71 libGEOMFiltersSelection_la_LDFLAGS  = \
72         ../../idl/libSalomeIDLGEOM.la \
73         ../GEOMClient/libGEOMClient.la \
74         $(GUI_LDFLAGS) -lsuit -lSalomeApp -lSalomeSession \
75         $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeContainer -lTOOLSDS