Salome HOME
Update mail address
[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.com
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_PropagateDlg.cxx \
48         BlocksGUI_TrsfDlg.cxx
49
50 LIB_MOC = \
51         BlocksGUI_QuadFaceDlg.h \
52         BlocksGUI_BlockDlg.h \
53         BlocksGUI_ExplodeDlg.h \
54         BlocksGUI_PropagateDlg.h \
55         BlocksGUI_TrsfDlg.h
56
57 LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
58
59 LIB_SERVER_IDL =  
60
61 # additionnal information to compil and link file
62
63 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
64 CXXFLAGS += $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
65
66 LDFLAGS += -lGEOMFiltersSelection -lGEOMBase
67
68 @CONCLUDE@