Salome HOME
CoTech decision: move MEDWrapper from MED to SMESH
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / Makefile.am
1 # Copyright (C) 2007-2013  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
30 # Libraries targets
31 lib_LTLIBRARIES = libGHS3DPRLEngine.la
32
33 dist_libGHS3DPRLEngine_la_SOURCES =     \
34         GHS3DPRLPlugin_Defs.hxx         \
35         GHS3DPRLPlugin_GHS3DPRL.hxx     \
36         GHS3DPRLPlugin_GHS3DPRL.cxx     \
37         GHS3DPRLPlugin_GHS3DPRL_i.hxx   \
38         GHS3DPRLPlugin_GHS3DPRL_i.cxx   \
39         GHS3DPRLPlugin_Hypothesis.hxx   \
40         GHS3DPRLPlugin_Hypothesis.cxx   \
41         GHS3DPRLPlugin_Hypothesis_i.hxx \
42         GHS3DPRLPlugin_Hypothesis_i.cxx \
43         GHS3DPRLPlugin_i.cxx
44
45 libGHS3DPRLEngine_la_CPPFLAGS = \
46         $(KERNEL_CXXFLAGS)      \
47         $(GUI_CXXFLAGS)         \
48         $(GEOM_CXXFLAGS)        \
49         $(CAS_CPPFLAGS)         \
50         $(VTK_INCLUDES) \
51         $(SMESH_CXXFLAGS)       \
52         $(CORBA_CXXFLAGS)       \
53         $(CORBA_INCLUDES)       \
54         $(BOOST_CPPFLAGS)       \
55         -I$(top_builddir)/idl
56
57 libGHS3DPRLEngine_la_LDFLAGS  =                 \
58         ../../idl/libSalomeIDLGHS3DPRLPLUGIN.la \
59         $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo -lTKCDF \
60         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lSMESHDS -lSMDS -lStdMeshers -lMeshDriverGMF \
61         $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSALOMELocalTrace -lSALOMEBasics -lSalomeNS -lOpUtil
62
63 # Scripts to be installed.
64 #dist_salomescript_DATA= GHS3DPRLPluginDC.py
65 mypkgpythondir = $(salomepythondir)/salome/GHS3DPRLPlugin
66 mypkgpython_PYTHON = \
67         __init__.py \
68         GHS3DPRLPluginBuilder.py
69