Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / GEOMToolsGUI / 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 : 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         GEOMToolsGUI_LineWidthDlg.h
41
42 dist_libGEOMToolsGUI_la_SOURCES =               \
43         GEOMToolsGUI.cxx                        \
44         GEOMToolsGUI_1.cxx                      \
45         GEOMToolsGUI_TransparencyDlg.cxx        \
46         GEOMToolsGUI_NbIsosDlg.cxx              \
47         GEOMToolsGUI_DeflectionDlg.cxx          \
48         GEOMToolsGUI_DeleteDlg.cxx              \
49         GEOMToolsGUI_MarkerDlg.cxx              \
50         GEOMToolsGUI_PublishDlg.cxx             \
51         GEOMToolsGUI_MaterialPropertiesDlg.cxx  \
52         GEOMToolsGUI_LineWidthDlg.cxx
53
54 MOC_FILES =                                     \
55         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
56         GEOMToolsGUI_NbIsosDlg_moc.cxx          \
57         GEOMToolsGUI_DeflectionDlg_moc.cxx      \
58         GEOMToolsGUI_DeleteDlg_moc.cxx          \
59         GEOMToolsGUI_MarkerDlg_moc.cxx          \
60         GEOMToolsGUI_PublishDlg_moc.cxx         \
61         GEOMToolsGUI_MaterialPropertiesDlg_moc.cxx \
62         GEOMToolsGUI_LineWidthDlg_moc.cxx
63
64 nodist_libGEOMToolsGUI_la_SOURCES =             \
65         $(MOC_FILES)
66
67 # additional information to compile and link file
68
69 libGEOMToolsGUI_la_CPPFLAGS =           \
70         $(QT_INCLUDES)                  \
71         $(VTK_INCLUDES)                 \
72         $(CAS_CPPFLAGS)                 \
73         $(PYTHON_INCLUDES)              \
74         $(BOOST_CPPFLAGS)               \
75         $(KERNEL_CXXFLAGS)              \
76         $(GUI_CXXFLAGS)                 \
77         $(CORBA_CXXFLAGS)               \
78         $(CORBA_INCLUDES)               \
79         -I$(srcdir)/../OBJECT           \
80         -I$(srcdir)/../GEOMBase         \
81         -I$(srcdir)/../Material         \
82         -I$(srcdir)/../GEOMGUI          \
83         -I$(srcdir)/../GEOMClient       \
84         -I$(srcdir)/../GEOMImpl         \
85         -I$(top_builddir)/idl
86
87 libGEOMToolsGUI_la_LDFLAGS  =           \
88         ../GEOMBase/libGEOMBase.la      \
89         ../Material/libMaterial.la      \
90         ../GEOMGUI/libGEOM.la           \
91         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp -lPyConsole