]> SALOME platform Git repositories - modules/geom.git/blob - src/BlocksGUI/Makefile.am
Salome HOME
Fix for bug 0019870(Import/Export should show current directory).
[modules/geom.git] / src / BlocksGUI / Makefile.am
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 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header$
28
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # header files 
32
33 # Libraries targets
34 lib_LTLIBRARIES = libBlocksGUI.la 
35
36 # Sources files
37 dist_libBlocksGUI_la_SOURCES = \
38         BlocksGUI.cxx \
39         BlocksGUI_QuadFaceDlg.cxx \
40         BlocksGUI_BlockDlg.cxx \
41         BlocksGUI_ExplodeDlg.cxx \
42         BlocksGUI_PropagateDlg.cxx \
43         BlocksGUI_TrsfDlg.cxx
44
45 MOC_FILES = \
46         BlocksGUI_QuadFaceDlg_moc.cxx \
47         BlocksGUI_BlockDlg_moc.cxx \
48         BlocksGUI_ExplodeDlg_moc.cxx \
49         BlocksGUI_PropagateDlg_moc.cxx \
50         BlocksGUI_TrsfDlg_moc.cxx
51
52 nodist_libBlocksGUI_la_SOURCES= \
53         $(MOC_FILES)
54
55 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
56
57 #LIB_SERVER_IDL =  
58
59 # additionnal information to compil and link file
60
61 libBlocksGUI_la_CPPFLAGS = \
62         $(QT_INCLUDES) \
63         $(VTK_INCLUDES) \
64         $(CAS_CPPFLAGS) \
65         $(PYTHON_INCLUDES) \
66         $(BOOST_CPPFLAGS) \
67         $(KERNEL_CXXFLAGS) \
68         $(GUI_CXXFLAGS) \
69         $(CORBA_CXXFLAGS) \
70         $(CORBA_INCLUDES) \
71         -I$(srcdir)/../GEOMGUI \
72         -I$(srcdir)/../DlgRef \
73         -I$(srcdir)/../GEOMBase \
74         -I$(srcdir)/../OBJECT \
75         -I$(srcdir)/../GEOMClient \
76         -I$(srcdir)/../GEOMImpl \
77         -I$(srcdir)/../GEOMFiltersSelection \
78         -I$(top_builddir)/idl \
79         -I$(top_builddir)/salome_adm/unix
80
81 libBlocksGUI_la_LDFLAGS  = \
82         ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
83         ../DlgRef/libDlgRef.la \
84         ../GEOMBase/libGEOMBase.la \
85         ../GEOMGUI/libGEOM.la \
86         $(QT_MT_LIBS)