Salome HOME
Merge from V6_main 01/04/2013
[modules/geom.git] / src / GroupGUI / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # File    : Makefile.am
21 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
22 # Package : GroupGUI
23
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 # Libraries targets
27 lib_LTLIBRARIES = libGroupGUI.la
28
29 # header files 
30 salomeinclude_HEADERS =         \
31         GroupGUI.h              \
32         GroupGUI_BooleanDlg.h   \
33         GroupGUI_GroupDlg.h
34
35 dist_libGroupGUI_la_SOURCES =   \
36         GroupGUI.h              \
37         GroupGUI_BooleanDlg.h   \
38         GroupGUI_GroupDlg.h     \
39         GroupGUI.cxx            \
40         GroupGUI_BooleanDlg.cxx \
41         GroupGUI_GroupDlg.cxx
42
43 MOC_FILES =                             \
44         GroupGUI_moc.cxx                \
45         GroupGUI_BooleanDlg_moc.cxx     \
46         GroupGUI_GroupDlg_moc.cxx 
47
48 nodist_libGroupGUI_la_SOURCES = \
49         $(MOC_FILES)
50
51 # additional information to compile and link file
52
53 libGroupGUI_la_CPPFLAGS =                       \
54         $(QT_INCLUDES)                          \
55         $(VTK_INCLUDES)                         \
56         $(CAS_CPPFLAGS)                         \
57         $(PYTHON_INCLUDES)                      \
58         $(BOOST_CPPFLAGS)                       \
59         $(KERNEL_CXXFLAGS)                      \
60         $(GUI_CXXFLAGS)                         \
61         $(CORBA_CXXFLAGS)                       \
62         $(CORBA_INCLUDES)                       \
63         -I$(srcdir)/../GEOMGUI                  \
64         -I$(srcdir)/../DlgRef                   \
65         -I$(srcdir)/../GEOMBase                 \
66         -I$(srcdir)/../OBJECT                   \
67         -I$(srcdir)/../GEOMClient               \
68         -I$(srcdir)/../GEOMImpl                 \
69         -I$(srcdir)/../GEOMFiltersSelection     \
70         -I$(top_builddir)/src/DlgRef            \
71         -I$(top_builddir)/idl
72
73 libGroupGUI_la_LDFLAGS  =                                       \
74         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
75         ../GEOMBase/libGEOMBase.la