Salome HOME
Remove PreCAD related code
[plugins/blsurfplugin.git] / src / BLSURFPlugin / 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 : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
22 # ---
23 #
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 # header files
27 salomeinclude_HEADERS = \
28         BLSURFPlugin_BLSURF.hxx \
29         BLSURFPlugin_BLSURF_i.hxx       \
30         BLSURFPlugin_Hypothesis.hxx     \
31         BLSURFPlugin_Hypothesis_i.hxx
32
33 # Libraries targets
34 lib_LTLIBRARIES = libBLSURFEngine.la
35
36 dist_libBLSURFEngine_la_SOURCES =       \
37         BLSURFPlugin_BLSURF.cxx         \
38         BLSURFPlugin_BLSURF_i.cxx       \
39         BLSURFPlugin_Hypothesis.cxx     \
40         BLSURFPlugin_Hypothesis_i.cxx   \
41         BLSURFPlugin_i.cxx
42
43 libBLSURFEngine_la_CPPFLAGS =   \
44         $(QT_INCLUDES)          \
45         $(PYTHON_INCLUDES)      \
46         $(KERNEL_CXXFLAGS)      \
47         $(GUI_CXXFLAGS)         \
48         $(MED_CXXFLAGS)         \
49         $(GEOM_CXXFLAGS)        \
50         $(CAS_CPPFLAGS)         \
51         $(BLSURF_INCLUDES)      \
52         $(SMESH_CXXFLAGS)       \
53         $(CORBA_CXXFLAGS)       \
54         $(CORBA_INCLUDES)       \
55         $(BOOST_CPPFLAGS)       \
56         -I$(top_builddir)/idl
57
58 #Qt uniquement necessaire pour le getActiveStudyDocument de SMeshGuiUtils.h
59
60 libBLSURFEngine_la_LDFLAGS  =                   \
61         ../../idl/libSalomeIDLBLSURFPLUGIN.la   \
62         $(PYTHON_LIBS) \
63         $(CAS_KERNEL) -lTKBRep -lTKGeomBase -lTKGeomAlgo -lTKTopAlgo -lTKLCAF -lTKXSBase -lTKG2d -lTKG3d \
64         $(BLSURF_LIBS) \
65         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine -lSMDS -lSMESHDS  \
66         $(GEOM_LDFLAGS) -lGEOMbasic \
67         $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSalomeNS -lSALOMELocalTrace \
68         $(BOOST_LIB_REGEX)