Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[plugins/netgenplugin.git] / src / GUI / 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 #  File   : Makefile.in
21 #  Author : Michael Sazonov
22 #  Module : NETGENPLUGIN
23 #  $Header$
24
25 top_srcdir=@top_srcdir@
26 top_builddir=../..
27 srcdir=@srcdir@
28 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
29
30 @COMMENCE@
31
32 # .po files to transform in .qm
33 PO_FILES = \
34         NETGENPlugin_images.po \
35         NETGENPlugin_msg_en.po
36
37 # Libraries targets
38 LIB = libNETGENPluginGUI.la
39
40 LIB_SRC = \
41         NETGENPluginGUI.cxx \
42         NETGENPluginGUI_HypothesisCreator.cxx
43
44 LIB_MOC = \
45         NETGENPluginGUI_HypothesisCreator.h
46
47 LIB_CLIENT_IDL = \
48         SALOME_Exception.idl \
49         SALOME_GenericObj.idl \
50         SALOME_Component.idl \
51         SALOME_Comm.idl \
52         GEOM_Gen.idl \
53         MED.idl \
54         SMESH_Gen.idl \
55         SMESH_Mesh.idl \
56         SMESH_Group.idl \
57         NETGENPlugin_Algorithm.idl
58
59 LIB_SERVER_IDL = 
60
61 # additionnal information to compil and link file
62
63 CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
64             -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome \
65             -I${GEOM_ROOT_DIR}/include/salome -I${SMESH_ROOT_DIR}/include/salome \
66              $(BOOST_CPPFLAGS)
67 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome \
68             -I${GEOM_ROOT_DIR}/include/salome  -I${SMESH_ROOT_DIR}/include/salome
69
70 LDFLAGS += -lSMESH $(OCC_KERNEL_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome \
71            -L${GUI_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome \
72            -L${SMESH_ROOT_DIR}/lib/salome
73
74 @CONCLUDE@