Salome HOME
Merge with OCC_development_01
[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_CreateHypothesisDlg.cxx \
46         StdMeshersGUI_CreateStdHypothesisDlg.cxx \
47         StdMeshersGUI_Parameters.cxx
48
49 LIB_MOC = \
50         StdMeshersGUI_CreateHypothesisDlg.h \
51         StdMeshersGUI_CreateStdHypothesisDlg.h 
52
53 EXPORT_HEADERS = StdMeshersGUI_CreateHypothesisDlg.h
54
55 LIB_CLIENT_IDL = \
56         SALOME_Exception.idl \
57         SMESH_Hypothesis.idl \
58         SMESH_BasicHypothesis.idl
59
60 ## pb in dependencies search
61 LIB_CLIENT_IDL += \
62         SALOME_GenericObj.idl
63
64 LIB_SERVER_IDL = 
65
66 # additionnal information to compil and link file
67
68 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) \
69             -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome \
70             $(BOOST_CPPFLAGS)
71 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome
72 #$(OCC_CXXFLAGS)
73
74 LDFLAGS += -lSMESHGUI -lVTKViewer -lSalomeGUI -lSMESHObject -lSMESHFiltersSelection $(OCC_KERNEL_LIBS) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome
75
76 @CONCLUDE@