1 # Copyright (C) 2007-2012 CEA/DEN, EDF R&D
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.
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.
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
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 # Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
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
36 lib_LTLIBRARIES = libBLSURFEngine.la
38 dist_libBLSURFEngine_la_SOURCES = \
39 BLSURFPlugin_BLSURF.cxx \
40 BLSURFPlugin_BLSURF_i.cxx \
41 BLSURFPlugin_Hypothesis.cxx \
42 BLSURFPlugin_Hypothesis_i.cxx \
44 BLSURFPlugin_Attractor.cxx
46 libBLSURFEngine_la_CPPFLAGS = \
55 $(MESHGEMS_CADSURF_INCLUDES) \
62 #Qt uniquement necessaire pour le getActiveStudyDocument de SMeshGuiUtils.h
64 libBLSURFEngine_la_LDFLAGS = \
65 ../../idl/libSalomeIDLBLSURFPLUGIN.la \
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 \
75 # Scripts to be installed.
76 dist_salomescript_DATA= BLSURFPluginDC.py