Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / BlocksGUI / Makefile.in
1 #  GEOM BUILDGUI : 
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 (OCC)
25 #  Module : GEOM
26 #  $Header$
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@:@top_srcdir@/idl
32
33
34 @COMMENCE@
35
36 # header files 
37 EXPORT_HEADERS=
38
39 # Libraries targets
40 LIB = libBlocksGUI.la 
41
42 LIB_SRC = \
43         BlocksGUI.cxx \
44         BlocksGUI_QuadFaceDlg.cxx \
45         BlocksGUI_BlockDlg.cxx \
46         BlocksGUI_ExplodeDlg.cxx \
47         BlocksGUI_TrsfDlg.cxx
48
49 LIB_MOC = \
50         BlocksGUI_QuadFaceDlg.h \
51         BlocksGUI_BlockDlg.h \
52         BlocksGUI_ExplodeDlg.h \
53         BlocksGUI_TrsfDlg.h
54
55 LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl
56
57 LIB_SERVER_IDL =  
58
59 # additionnal information to compil and link file
60
61 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
62 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
63
64 LDFLAGS += -lGEOMFiltersSelection -lGEOMBase
65
66 @CONCLUDE@