Salome HOME
7ad9706cc3fe5441ffecae40788b965768888615
[modules/geom.git] / src / BlocksGUI / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 # GEOM BUILDGUI : 
23 # File    : Makefile.am
24 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
25 # Package : BlockGUI
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Headers files
30 salomeinclude_HEADERS =                 \
31         BlocksGUI.h                     \
32         BlocksGUI_QuadFaceDlg.h         \
33         BlocksGUI_BlockDlg.h            \
34         BlocksGUI_ExplodeDlg.h          \
35         BlocksGUI_PropagateDlg.h        \
36         BlocksGUI_TrsfDlg.h
37
38 # Libraries targets
39 lib_LTLIBRARIES = libBlocksGUI.la 
40
41 # Sources files
42 dist_libBlocksGUI_la_SOURCES =          \
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 MOC_FILES =                             \
51         BlocksGUI_QuadFaceDlg_moc.cxx   \
52         BlocksGUI_BlockDlg_moc.cxx      \
53         BlocksGUI_ExplodeDlg_moc.cxx    \
54         BlocksGUI_PropagateDlg_moc.cxx  \
55         BlocksGUI_TrsfDlg_moc.cxx
56
57 nodist_libBlocksGUI_la_SOURCES =        \
58         $(MOC_FILES)
59
60 # additional information to compile and link file
61
62 libBlocksGUI_la_CPPFLAGS =                      \
63         $(QT_INCLUDES)                          \
64         $(VTK_INCLUDES)                         \
65         $(CAS_CPPFLAGS)                         \
66         $(PYTHON_INCLUDES)                      \
67         $(BOOST_CPPFLAGS)                       \
68         $(KERNEL_CXXFLAGS)                      \
69         $(GUI_CXXFLAGS)                         \
70         $(CORBA_CXXFLAGS)                       \
71         $(CORBA_INCLUDES)                       \
72         -I$(srcdir)/../GEOMGUI                  \
73         -I$(srcdir)/../DlgRef                   \
74         -I$(srcdir)/../GEOMBase                 \
75         -I$(srcdir)/../OBJECT                   \
76         -I$(srcdir)/../GEOMClient               \
77         -I$(srcdir)/../GEOMImpl                 \
78         -I$(srcdir)/../GEOMFiltersSelection     \
79         -I$(top_builddir)/src/DlgRef            \
80         -I$(top_builddir)/idl                   \
81         -I$(top_builddir)/salome_adm/unix
82
83 libBlocksGUI_la_LDFLAGS  =                                      \
84         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
85         ../DlgRef/libDlgRef.la                                  \
86         ../GEOMBase/libGEOMBase.la                              \
87         ../GEOMGUI/libGEOM.la                                   \
88         $(QT_MT_LIBS)