Salome HOME
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
[plugins/netgenplugin.git] / src / NETGENPlugin / Makefile.am
1 #  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS, L3S, LJLL, MENSI
3 #
4 #  This library is free software; you can redistribute it and/or
5 #  modify it under the terms of the GNU Lesser General Public
6 #  License as published by the Free Software Foundation; either
7 #  version 2.1 of the License.
8 #
9 #  This library is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #  Lesser General Public License for more details.
13 #
14 #  You should have received a copy of the GNU Lesser General Public
15 #  License along with this library; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 # -* Makefile *- 
21 #
22 # Author : Edward AGAPOV (OCC)
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 # Module : NETGENPLUGIN
25 # Date : 10/01/2004
26 #
27 #
28
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # header files 
32 salomeinclude_HEADERS =
33
34 # Libraries targets
35 lib_LTLIBRARIES = libNETGENEngine.la
36
37 dist_libNETGENEngine_la_SOURCES = \
38         NETGENPlugin_NETGEN_3D.cxx \
39         NETGENPlugin_NETGEN_3D_i.cxx \
40         NETGENPlugin_NETGEN_2D.cxx \
41         NETGENPlugin_NETGEN_2D_i.cxx \
42         NETGENPlugin_NETGEN_2D3D.cxx \
43         NETGENPlugin_NETGEN_2D3D_i.cxx \
44         NETGENPlugin_NETGEN_2D_ONLY.cxx \
45         NETGENPlugin_NETGEN_2D_ONLY_i.cxx \
46         NETGENPlugin_Hypothesis.cxx \
47         NETGENPlugin_Hypothesis_i.cxx \
48         NETGENPlugin_Hypothesis_2D.cxx \
49         NETGENPlugin_Hypothesis_2D_i.cxx \
50         NETGENPlugin_Mesher.cxx \
51         NETGENPlugin_SimpleHypothesis_2D.cxx \
52         NETGENPlugin_SimpleHypothesis_3D.cxx \
53         NETGENPlugin_SimpleHypothesis_2D_i.cxx \
54         NETGENPlugin_SimpleHypothesis_3D_i.cxx \
55         NETGENPlugin_i.cxx
56
57 libNETGENEngine_la_CPPFLAGS = \
58         $(KERNEL_CXXFLAGS) \
59         $(GUI_CXXFLAGS) \
60         $(MED_CXXFLAGS) \
61         $(GEOM_CXXFLAGS) \
62         $(CAS_CPPFLAGS) \
63         $(NETGEN_INCLUDES) \
64         $(SMESH_CXXFLAGS) \
65         $(CORBA_CXXFLAGS) \
66         $(CORBA_INCLUDES) \
67         $(BOOST_CPPFLAGS) \
68         -I$(top_builddir)/idl \
69         -I$(top_builddir)/salome_adm/unix
70
71 libNETGENEngine_la_LDFLAGS  = \
72         ../NETGEN/libNETGEN.la \
73         ../../idl/libSalomeIDLNETGENPLUGIN.la \
74         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine \
75         $(KERNEL_LDFLAGS) -lSalomeGenericObj