Salome HOME
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
[modules/geom.git] / src / GEOMToolsGUI / 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 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : GEOMToolsGUI
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # Libraries targets
29 lib_LTLIBRARIES = libGEOMToolsGUI.la
30
31 # header files 
32 salomeinclude_HEADERS =                         \
33         GEOMToolsGUI.h                          \
34         GEOM_ToolsGUI.hxx                       \
35         GEOMToolsGUI_NbIsosDlg.h                \
36         GEOMToolsGUI_TransparencyDlg.h          \
37         GEOMToolsGUI_DeleteDlg.h                \
38         GEOMToolsGUI_NbIsosDlg.h
39
40 dist_libGEOMToolsGUI_la_SOURCES =               \
41         GEOMToolsGUI.cxx                        \
42         GEOMToolsGUI_1.cxx                      \
43         GEOMToolsGUI_TransparencyDlg.cxx        \
44         GEOMToolsGUI_NbIsosDlg.cxx              \
45         GEOMToolsGUI_DeleteDlg.cxx
46
47 MOC_FILES =                                     \
48         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
49         GEOMToolsGUI_NbIsosDlg_moc.cxx          \
50         GEOMToolsGUI_DeleteDlg_moc.cxx
51
52 nodist_libGEOMToolsGUI_la_SOURCES =             \
53         $(MOC_FILES)
54
55 # additional information to compile and link file
56
57 libGEOMToolsGUI_la_CPPFLAGS =           \
58         $(QT_INCLUDES)                  \
59         $(VTK_INCLUDES)                 \
60         $(CAS_CPPFLAGS)                 \
61         $(PYTHON_INCLUDES)              \
62         $(BOOST_CPPFLAGS)               \
63         $(KERNEL_CXXFLAGS)              \
64         $(GUI_CXXFLAGS)                 \
65         $(CORBA_CXXFLAGS)               \
66         $(CORBA_INCLUDES)               \
67         -I$(srcdir)/../OBJECT           \
68         -I$(srcdir)/../GEOMBase         \
69         -I$(srcdir)/../GEOMGUI          \
70         -I$(srcdir)/../GEOMClient       \
71         -I$(srcdir)/../GEOMImpl         \
72         -I$(top_builddir)/idl
73
74 libGEOMToolsGUI_la_LDFLAGS  =           \
75         ../GEOMBase/libGEOMBase.la      \
76         ../GEOMGUI/libGEOM.la           \
77         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp -lPyConsole