Salome HOME
SALOME PAL V1_4_1
[modules/smesh.git] / src / StdMeshersGUI / Makefile.in
1 #  SMESH StdMeshersGUI : GUI for StdMeshers plugin
2 #
3 #  Copyright (C) 2003  CEA
4
5 #  This library is free software; you can redistribute it and/or 
6 #  modify it under the terms of the GNU Lesser General Public 
7 #  License as published by the Free Software Foundation; either 
8 #  version 2.1 of the License. 
9
10 #  This library is distributed in the hope that it will be useful, 
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 #  Lesser General Public License for more details. 
14
15 #  You should have received a copy of the GNU Lesser General Public 
16 #  License along with this library; if not, write to the Free Software 
17 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18
19 #  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Julia DOROVSKIKH
25 #  Module : SMESH
26 #  $Header$
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
32
33
34 @COMMENCE@
35
36 # .po files to transform in .qm
37  PO_FILES = \
38         StdMeshers_icons.po \
39         StdMeshers_msg_en.po
40
41 # Libraries targets
42 LIB = libStdMeshersGUI.la
43 LIB_SRC = \
44         StdMeshersGUI.cxx \
45         StdMeshersGUI_LocalLengthDlg.cxx \
46         StdMeshersGUI_NbSegmentsDlg.cxx \
47         StdMeshersGUI_MaxElementAreaDlg.cxx \
48         StdMeshersGUI_MaxElementVolumeDlg.cxx
49
50 LIB_MOC = \
51         StdMeshersGUI_LocalLengthDlg.h \
52         StdMeshersGUI_NbSegmentsDlg.h \
53         StdMeshersGUI_MaxElementAreaDlg.h \
54         StdMeshersGUI_MaxElementVolumeDlg.h
55
56 LIB_CLIENT_IDL = \
57         SALOME_Exception.idl \
58         SMESH_Gen.idl \
59         SMESH_Mesh.idl \
60         SMESH_Group.idl \
61         SMESH_Filter.idl \
62         SMESH_Hypothesis.idl \
63         SMESH_BasicHypothesis.idl \
64         MED.idl
65
66 LIB_SERVER_IDL = 
67
68 # additionnal information to compil and link file
69
70 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
71             $(MED2_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome \
72             $(BOOST_CPPFLAGS)
73 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome
74 #$(OCC_CXXFLAGS)
75
76 LDFLAGS += -lSMESHGUI $(OCC_KERNEL_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome
77
78 @CONCLUDE@