Salome HOME
NPAL16198: EDF462: Submeshes creation duplicate algorithms and hypotheses. Refix.
[modules/smesh.git] / src / SMESHFiltersSelection / Makefile.am
1 #  SMESH SMESHFiltersSelection : filter selector for 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 : SMESH
28 #  $Header$
29
30
31 include $(top_srcdir)/adm_local/unix/make_common_starter.am
32
33 # header files 
34 salomeinclude_HEADERS = \
35         SMESH_Type.h \
36         SMESH_TypeFilter.hxx \
37         SMESH_NumberFilter.hxx \
38         SMESH_LogicalFilter.hxx
39
40 # Libraries targets
41
42 lib_LTLIBRARIES = libSMESHFiltersSelection.la 
43
44 dist_libSMESHFiltersSelection_la_SOURCES = \
45         SMESH_TypeFilter.cxx \
46         SMESH_NumberFilter.cxx \
47         SMESH_LogicalFilter.cxx
48
49 # additionnal information to compil and link file
50 libSMESHFiltersSelection_la_CPPFLAGS = \
51         $(CAS_CPPFLAGS) \
52         $(QT_INCLUDES) \
53         $(PYTHON_INCLUDES) \
54         $(VTK_INCLUDES) \
55         $(KERNEL_CXXFLAGS) \
56         $(GUI_CXXFLAGS) \
57         $(GEOM_CXXFLAGS) \
58         $(MED_CXXFLAGS) \
59         $(BOOST_CPPFLAGS) \
60         $(CORBA_CXXFLAGS) \
61         $(CORBA_INCLUDES) \
62         -I$(top_builddir)/idl \
63         -I$(top_builddir)/salome_adm/unix
64
65 libSMESHFiltersSelection_la_LDFLAGS  = \
66         ../../idl/libSalomeIDLSMESH.la \
67         $(KERNEL_LDFLAGS) -lSalomeDSClient -lSalomeDS \
68         $(GUI_LDFLAGS) -lSalomeApp -lsuit \
69         $(GEOM_LDFLAGS) -lGEOM \
70         $(CAS_LDPATH) -lTKernel