Salome HOME
Merge from V6_main 13/12/2012
[plugins/blsurfplugin.git] / src / BLSURFPlugin / Makefile.am
1 # Copyright (C) 2007-2012  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 # ---
21 # File   : Makefile.am
22 # Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
23 # ---
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files
28 salomeinclude_HEADERS = \
29         BLSURFPlugin_BLSURF.hxx \
30         BLSURFPlugin_BLSURF_i.hxx       \
31         BLSURFPlugin_Hypothesis.hxx     \
32         BLSURFPlugin_Hypothesis_i.hxx   \
33         BLSURFPlugin_Attractor.hxx
34
35 # Libraries targets
36 lib_LTLIBRARIES = libBLSURFEngine.la
37
38 dist_libBLSURFEngine_la_SOURCES =       \
39         BLSURFPlugin_BLSURF.cxx         \
40         BLSURFPlugin_BLSURF_i.cxx       \
41         BLSURFPlugin_Hypothesis.cxx     \
42         BLSURFPlugin_Hypothesis_i.cxx   \
43         BLSURFPlugin_i.cxx              \
44         BLSURFPlugin_Attractor.cxx
45
46 libBLSURFEngine_la_CPPFLAGS =           \
47         $(QT_INCLUDES)                  \
48         $(PYTHON_INCLUDES)              \
49         $(KERNEL_CXXFLAGS)              \
50         $(GUI_CXXFLAGS)                 \
51         $(MED_CXXFLAGS)                 \
52         $(GEOM_CXXFLAGS)                \
53         $(CAS_CPPFLAGS)                 \
54         $(VTK_INCLUDES)                 \
55         $(MESHGEMS_CADSURF_INCLUDES)    \
56         $(SMESH_CXXFLAGS)               \
57         $(CORBA_CXXFLAGS)               \
58         $(CORBA_INCLUDES)               \
59         $(BOOST_CPPFLAGS)               \
60         -I$(top_builddir)/idl
61
62 #Qt uniquement necessaire pour le getActiveStudyDocument de SMeshGuiUtils.h
63
64 libBLSURFEngine_la_LDFLAGS  =                   \
65         ../../idl/libSalomeIDLBLSURFPLUGIN.la   \
66         $(PYTHON_LIBS) \
67         $(CAS_KERNEL) -lTKBRep -lTKGeomBase -lTKGeomAlgo -lTKTopAlgo -lTKLCAF -lTKXSBase -lTKG2d -lTKG3d -lTKShHealing \
68         $(MESHGEMS_CADSURF_LIBS) \
69         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshers -lStdMeshersEngine -lSMDS -lSMESHDS \
70         $(GEOM_LDFLAGS) -lGEOMbasic \
71         $(MED_LDFLAGS) -lSalomeIDLMED \
72         $(KERNEL_LDFLAGS) -lOpUtil -lSalomeGenericObj -lSalomeNS -lSALOMELocalTrace -lSALOMEBasics \
73         $(BOOST_LIB_REGEX)
74
75 # Scripts to be installed.
76 dist_salomescript_DATA= BLSURFPluginDC.py