Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/geom.git] / src / GEOMFiltersSelection / Makefile.in
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 #  Module : GEOM
27 #  $Header$
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl
33
34
35 @COMMENCE@
36
37 # Libraries targets
38
39 LIB = libGEOMFiltersSelection.la
40 LIB_SRC = GEOM_SelectionFilter.cxx \
41           GEOM_EdgeFilter.cxx \
42           GEOM_FaceFilter.cxx \
43           GEOM_TypeFilter.cxx \
44           GEOM_PreviewFilter.cxx \
45           GEOM_LogicalFilter.cxx \
46           GEOM_OCCFilter.cxx
47
48 # header files
49 EXPORT_HEADERS= GEOM_SelectionFilter.h \
50                 GEOM_EdgeFilter.h \
51                 GEOM_FaceFilter.h \
52                 GEOM_TypeFilter.h \
53                 GEOM_PreviewFilter.h \
54                 GEOM_LogicalFilter.h \
55                 GEOM_OCCFilter.h
56
57 LIB_CLIENT_IDL= GEOM_Gen.idl SALOMEDS.idl SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
58
59
60 # additionnal information to compil and link file
61 CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(GUI_CXXFLAGS) $(KERNEL_CXXFLAGS)
62 CXXFLAGS += $(QT_INCLUDES) $(BOOST_CPPFLAGS) $(GUI_CXXFLAGS) $(KERNEL_CXXFLAGS)
63 LDFLAGS  += $(GUI_LDFLAGS) $(KERNEL_LDFLAGS) -lsuit -lSalomeApp
64
65 # additional file to be cleaned
66 MOSTLYCLEAN =
67 CLEAN =
68 DISTCLEAN =
69
70 @CONCLUDE@