]> SALOME platform Git repositories - modules/geom.git/blob - src/BlocksGUI/Makefile.am
Salome HOME
*** empty log message ***
[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 # File    : Makefile.am
22 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : BlockGUI
24 #
25
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29
30 # Libraries targets
31 lib_LTLIBRARIES = libBlocksGUI.la 
32
33 # Sources files
34 dist_libBlocksGUI_la_SOURCES =          \
35         BlocksGUI.h                     \
36         BlocksGUI_QuadFaceDlg.h         \
37         BlocksGUI_BlockDlg.h            \
38         BlocksGUI_ExplodeDlg.h          \
39         BlocksGUI_PropagateDlg.h        \
40         BlocksGUI_TrsfDlg.h             \
41                                         \
42         BlocksGUI.cxx                   \
43         BlocksGUI_QuadFaceDlg.cxx       \
44         BlocksGUI_BlockDlg.cxx          \
45         BlocksGUI_ExplodeDlg.cxx        \
46         BlocksGUI_PropagateDlg.cxx      \
47         BlocksGUI_TrsfDlg.cxx
48
49 MOC_FILES = \
50         BlocksGUI_QuadFaceDlg_moc.cxx   \
51         BlocksGUI_BlockDlg_moc.cxx      \
52         BlocksGUI_ExplodeDlg_moc.cxx    \
53         BlocksGUI_PropagateDlg_moc.cxx  \
54         BlocksGUI_TrsfDlg_moc.cxx
55
56 nodist_libBlocksGUI_la_SOURCES = \
57         $(MOC_FILES)
58
59 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
60
61 #LIB_SERVER_IDL =  
62
63 # additionnal information to compil and link file
64
65 libBlocksGUI_la_CPPFLAGS = \
66         $(QT_INCLUDES)                          \
67         $(VTK_INCLUDES)                         \
68         $(CAS_CPPFLAGS)                         \
69         $(PYTHON_INCLUDES)                      \
70         $(BOOST_CPPFLAGS)                       \
71         $(KERNEL_CXXFLAGS)                      \
72         $(GUI_CXXFLAGS)                         \
73         $(CORBA_CXXFLAGS)                       \
74         $(CORBA_INCLUDES)                       \
75         -I$(srcdir)/../GEOMGUI                  \
76         -I$(srcdir)/../DlgRef                   \
77         -I$(srcdir)/../GEOMBase                 \
78         -I$(srcdir)/../OBJECT                   \
79         -I$(srcdir)/../GEOMClient               \
80         -I$(srcdir)/../GEOMImpl                 \
81         -I$(srcdir)/../GEOMFiltersSelection     \
82         -I$(top_builddir)/src/DlgRef            \
83         -I$(top_builddir)/idl                   \
84         -I$(top_builddir)/salome_adm/unix
85
86 libBlocksGUI_la_LDFLAGS  = \
87         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
88         ../DlgRef/libDlgRef.la                                  \
89         ../GEOMBase/libGEOMBase.la                              \
90         ../GEOMGUI/libGEOM.la                                   \
91         $(QT_MT_LIBS)