]> SALOME platform Git repositories - plugins/hexoticplugin.git/blob - src/HexoticPlugin/Makefile.am
Salome HOME
38cadab7d8bb4585a02a8f2af1a4ce6277000ffa
[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         $(MED_CXXFLAGS)                         \
56         $(GEOM_CXXFLAGS)                        \
57         $(BLSURFPLUGIN_CXXFLAGS)
58
59 libHexoticEngine_la_LDFLAGS  =                  \
60         ../../idl/libSalomeIDLHexoticPLUGIN.la  \
61         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine -lSMDS -lSMESHDS -lSalomeIDLSMESH -lSMESHUtils \
62         $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSALOMELocalTrace \
63         $(CAS_LDPATH) -lTKernel -lTKMath -lTKG3d -lTKTopAlgo -lTKBRep $(MED_LDFLAGS) -lSalomeIDLMED -lSALOMELocalTrace \
64         $(BLSURFPLUGIN_LDFLAGS)
65
66 # Scripts to be installed.
67 #dist_salomescript_DATA=HexoticPLUGINDC.py
68 mypkgpythondir = $(salomepythondir)/salome/HexoticPLUGIN
69 mypkgpython_PYTHON = \
70         __init__.py \
71         HexoticPLUGINBuilder.py