Salome HOME
Fix mistakes
[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_Hypothesis.cxx \
45         NETGENPlugin_Hypothesis_i.cxx \
46         NETGENPlugin_Hypothesis_2D.cxx \
47         NETGENPlugin_Hypothesis_2D_i.cxx \
48         NETGENPlugin_Mesher.cxx \
49         NETGENPlugin_i.cxx
50
51 libNETGENEngine_la_CPPFLAGS = \
52         $(KERNEL_CXXFLAGS) \
53         $(GUI_CXXFLAGS) \
54         $(MED_CXXFLAGS) \
55         $(GEOM_CXXFLAGS) \
56         $(CAS_CPPFLAGS) \
57         $(NETGEN_INCLUDES) \
58         $(SMESH_CXXFLAGS) \
59         $(CORBA_CXXFLAGS) \
60         $(CORBA_INCLUDES) \
61         $(BOOST_CPPFLAGS) \
62         -I$(top_builddir)/idl \
63         -I$(top_builddir)/salome_adm/unix
64
65 libNETGENEngine_la_LDFLAGS  = \
66         ../NETGEN/libNETGEN.la \
67         ../../idl/libSalomeIDLNETGENPLUGIN.la \
68         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine \
69         $(KERNEL_LDFLAGS) -lSalomeGenericObj