Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[plugins/netgenplugin.git] / src / NETGENPlugin / Makefile.in
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 # Module : NETGENPLUGIN
24 # Date : 10/01/2004
25 #
26 #
27
28 # source path
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${GUI_ROOT_DIR}/idl/salome:${GEOM_ROOT_DIR}/idl/salome:${SMESH_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
33
34 @COMMENCE@
35
36 LIB_SRC = \
37         NETGENPlugin_NETGEN_3D.cxx \
38         NETGENPlugin_NETGEN_3D_i.cxx \
39         NETGENPlugin_NETGEN_2D.cxx \
40         NETGENPlugin_NETGEN_2D_i.cxx \
41         NETGENPlugin_NETGEN_2D3D.cxx \
42         NETGENPlugin_NETGEN_2D3D_i.cxx \
43         NETGENPlugin_Hypothesis.cxx \
44         NETGENPlugin_Hypothesis_i.cxx \
45         NETGENPlugin_Hypothesis_2D.cxx \
46         NETGENPlugin_Hypothesis_2D_i.cxx \
47         NETGENPlugin_Mesher.cxx \
48         NETGENPlugin_i.cxx
49
50 LIB_SERVER_IDL = NETGENPlugin_Algorithm.idl
51
52 LIB_CLIENT_IDL = \
53         SALOME_Component.idl \
54         SALOME_Comm.idl \
55         GEOM_Gen.idl \
56         MED.idl
57
58 # Libraries targets
59 LIB = libNETGENEngine.la
60
61 NETGEN_INCLUDES = @NETGEN_INCLUDES@
62 CPPFLAGS += $(NETGEN_INCLUDES)
63 CXXFLAGS += $(NETGEN_INCLUDES)
64 LDFLAGS  += -lNETGEN
65
66 @CONCLUDE@