Salome HOME
Fix regression (after fix for PAL21179):
[modules/geom.git] / src / GEOMToolsGUI / Makefile.am
1 # Copyright (C) 2007-2011  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 : GEOMToolsGUI
23 #
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 # Libraries targets
27 lib_LTLIBRARIES = libGEOMToolsGUI.la
28
29 # header files 
30 salomeinclude_HEADERS =                         \
31         GEOMToolsGUI.h                          \
32         GEOM_ToolsGUI.hxx                       \
33         GEOMToolsGUI_NbIsosDlg.h                \
34         GEOMToolsGUI_DeflectionDlg.h            \
35         GEOMToolsGUI_TransparencyDlg.h          \
36         GEOMToolsGUI_DeleteDlg.h                \
37         GEOMToolsGUI_MarkerDlg.h                \
38         GEOMToolsGUI_PublishDlg.h               \
39         GEOMToolsGUI_MaterialPropertiesDlg.h
40
41 dist_libGEOMToolsGUI_la_SOURCES =               \
42         GEOMToolsGUI.cxx                        \
43         GEOMToolsGUI_1.cxx                      \
44         GEOMToolsGUI_TransparencyDlg.cxx        \
45         GEOMToolsGUI_NbIsosDlg.cxx              \
46         GEOMToolsGUI_DeflectionDlg.cxx          \
47         GEOMToolsGUI_DeleteDlg.cxx              \
48         GEOMToolsGUI_MarkerDlg.cxx              \
49         GEOMToolsGUI_PublishDlg.cxx             \
50         GEOMToolsGUI_MaterialPropertiesDlg.cxx
51
52 MOC_FILES =                                     \
53         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
54         GEOMToolsGUI_NbIsosDlg_moc.cxx          \
55         GEOMToolsGUI_DeflectionDlg_moc.cxx      \
56         GEOMToolsGUI_DeleteDlg_moc.cxx          \
57         GEOMToolsGUI_MarkerDlg_moc.cxx          \
58         GEOMToolsGUI_PublishDlg_moc.cxx         \
59         GEOMToolsGUI_MaterialPropertiesDlg_moc.cxx
60
61 nodist_libGEOMToolsGUI_la_SOURCES =             \
62         $(MOC_FILES)
63
64 # additional information to compile and link file
65
66 libGEOMToolsGUI_la_CPPFLAGS =           \
67         $(QT_INCLUDES)                  \
68         $(VTK_INCLUDES)                 \
69         $(CAS_CPPFLAGS)                 \
70         $(PYTHON_INCLUDES)              \
71         $(BOOST_CPPFLAGS)               \
72         $(KERNEL_CXXFLAGS)              \
73         $(GUI_CXXFLAGS)                 \
74         $(CORBA_CXXFLAGS)               \
75         $(CORBA_INCLUDES)               \
76         -I$(srcdir)/../OBJECT           \
77         -I$(srcdir)/../GEOMBase         \
78         -I$(srcdir)/../Material         \
79         -I$(srcdir)/../GEOMGUI          \
80         -I$(srcdir)/../GEOMClient       \
81         -I$(srcdir)/../GEOMImpl         \
82         -I$(top_builddir)/idl
83
84 libGEOMToolsGUI_la_LDFLAGS  =           \
85         ../GEOMBase/libGEOMBase.la      \
86         ../Material/libMaterial.la      \
87         ../GEOMGUI/libGEOM.la           \
88         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp -lPyConsole