]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blob - src/gui/Makefile.in
Salome HOME
Imported using TkCVS
[plugins/ghs3dprlplugin.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/
19 #
20 #  File    : Makefile.in
21 // Author  : Christian VAN WAMBEKE (CEA)
22 #  Module  : GHS3DPRLPLUGIN
23
24 top_srcdir=@top_srcdir@
25 top_builddir=../..
26 srcdir=@srcdir@
27 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
28
29 @COMMENCE@
30
31 # .po files to transform in .qm
32 PO_FILES = \
33         GHS3DPRLPlugin_images.po \
34         GHS3DPRLPlugin_msg_en.po
35
36 # Libraries targets
37 LIB = libGHS3DPRLPluginGUI.la
38
39 LIB_SRC = \
40         GHS3DPRLPluginGUI.cxx \
41         GHS3DPRLPluginGUI_HypothesisCreator.cxx
42
43 LIB_MOC = \
44         GHS3DPRLPluginGUI_HypothesisCreator.h
45
46 LIB_CLIENT_IDL = \
47         SALOME_Exception.idl \
48         SALOME_GenericObj.idl \
49         SALOME_Component.idl \
50         SALOME_Comm.idl \
51         GEOM_Gen.idl \
52         MED.idl \
53         SMESH_Gen.idl \
54         SMESH_Mesh.idl \
55         SMESH_Group.idl \
56         GHS3DPRLPlugin_Algorithm.idl
57
58 LIB_SERVER_IDL =
59
60 # additionnal information to compil and link file
61
62 CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
63             -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome \
64             -I${GEOM_ROOT_DIR}/include/salome -I${SMESH_ROOT_DIR}/include/salome \
65              $(BOOST_CPPFLAGS)
66 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GUI_ROOT_DIR}/include/salome \
67             -I${GEOM_ROOT_DIR}/include/salome  -I${SMESH_ROOT_DIR}/include/salome
68
69 LDFLAGS += -lSMESH $(OCC_KERNEL_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome \
70            -L${GUI_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome \
71            -L${SMESH_ROOT_DIR}/lib/salome
72
73 @CONCLUDE@