Salome HOME
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
[modules/geom.git] / src / GroupGUI / 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 GROUPGUI : 
23 # File    : Makefile.am
24 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
25 # Package : GroupGUI
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Libraries targets
30 lib_LTLIBRARIES = libGroupGUI.la
31
32 # header files 
33 salomeinclude_HEADERS =         \
34         GroupGUI.h              \
35         GroupGUI_GroupDlg.h
36
37 dist_libGroupGUI_la_SOURCES =   \
38         GroupGUI.h              \
39         GroupGUI_GroupDlg.h     \
40         GroupGUI.cxx            \
41         GroupGUI_GroupDlg.cxx
42
43 MOC_FILES =                     \
44         GroupGUI_moc.cxx        \
45         GroupGUI_GroupDlg_moc.cxx 
46
47 nodist_libGroupGUI_la_SOURCES = \
48         $(MOC_FILES)
49
50 # additional information to compile and link file
51
52 libGroupGUI_la_CPPFLAGS =                       \
53         $(QT_INCLUDES)                          \
54         $(VTK_INCLUDES)                         \
55         $(CAS_CPPFLAGS)                         \
56         $(PYTHON_INCLUDES)                      \
57         $(BOOST_CPPFLAGS)                       \
58         $(KERNEL_CXXFLAGS)                      \
59         $(GUI_CXXFLAGS)                         \
60         $(CORBA_CXXFLAGS)                       \
61         $(CORBA_INCLUDES)                       \
62         -I$(srcdir)/../GEOMGUI                  \
63         -I$(srcdir)/../DlgRef                   \
64         -I$(srcdir)/../GEOMBase                 \
65         -I$(srcdir)/../OBJECT                   \
66         -I$(srcdir)/../GEOMClient               \
67         -I$(srcdir)/../GEOMImpl                 \
68         -I$(srcdir)/../GEOMFiltersSelection     \
69         -I$(top_builddir)/src/DlgRef            \
70         -I$(top_builddir)/idl
71
72 libGroupGUI_la_LDFLAGS  =                                       \
73         ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
74         ../GEOMBase/libGEOMBase.la