]> SALOME platform Git repositories - plugins/netgenplugin.git/blob - src/NETGENPlugin/Makefile.am
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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_i.cxx
52
53 libNETGENEngine_la_CPPFLAGS = \
54         $(KERNEL_CXXFLAGS) \
55         $(GUI_CXXFLAGS) \
56         $(MED_CXXFLAGS) \
57         $(GEOM_CXXFLAGS) \
58         $(CAS_CPPFLAGS) \
59         $(NETGEN_INCLUDES) \
60         $(SMESH_CXXFLAGS) \
61         $(CORBA_CXXFLAGS) \
62         $(CORBA_INCLUDES) \
63         $(BOOST_CPPFLAGS) \
64         -I$(top_builddir)/idl \
65         -I$(top_builddir)/salome_adm/unix
66
67 libNETGENEngine_la_LDFLAGS  = \
68         ../NETGEN/libNETGEN.la \
69         ../../idl/libSalomeIDLNETGENPLUGIN.la \
70         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine \
71         $(KERNEL_LDFLAGS) -lSalomeGenericObj