Salome HOME
BUG: Hexotic Size Maps: The size maps were not always removed on user's request
[plugins/hexoticplugin.git] / src / HexoticPlugin / 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 = libHexoticEngine.la
32
33 dist_libHexoticEngine_la_SOURCES =      \
34         HexoticPlugin_Hexotic.hxx               \
35         HexoticPlugin_Hexotic.cxx               \
36         HexoticPlugin_Hexotic_i.hxx     \
37         HexoticPlugin_Hexotic_i.cxx     \
38         HexoticPlugin_Hypothesis.hxx    \
39         HexoticPlugin_Hypothesis.cxx    \
40         HexoticPlugin_Hypothesis_i.hxx  \
41         HexoticPlugin_Hypothesis_i.cxx  \
42         HexoticPlugin_i.cxx             \
43         HexoticPlugin_Defs.hxx
44
45 libHexoticEngine_la_CPPFLAGS =                  \
46         -I$(top_builddir)/idl                   \
47         $(SMESH_CXXFLAGS)                       \
48         $(CORBA_CXXFLAGS)                       \
49         $(CORBA_INCLUDES)                       \
50         $(BOOST_CPPFLAGS)                       \
51         $(CAS_CPPFLAGS)                         \
52         $(VTK_INCLUDES)                         \
53         $(KERNEL_CXXFLAGS)                      \
54         $(GUI_CXXFLAGS)                         \
55         $(GEOM_CXXFLAGS)                        \
56         $(BLSURFPLUGIN_CXXFLAGS)
57
58 libHexoticEngine_la_LDFLAGS  =                  \
59         ../../idl/libSalomeIDLHexoticPLUGIN.la  \
60         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine -lSMDS -lSMESHDS -lSalomeIDLSMESH -lSMESHUtils \
61         $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSALOMELocalTrace \
62         $(CAS_LDPATH) -lTKernel -lTKMath -lTKG3d -lTKTopAlgo -lTKBRep -lSALOMELocalTrace \
63         $(BLSURFPLUGIN_LDFLAGS)
64
65 # Scripts to be installed.
66 #dist_salomescript_DATA=HexoticPLUGINDC.py
67 mypkgpythondir = $(salomepythondir)/salome/HexoticPLUGIN
68 mypkgpython_PYTHON = \
69         __init__.py \
70         HexoticPLUGINBuilder.py