Salome HOME
8f3ffbbd492cb6fddb8b02518c6ddd97ac0d8bf0
[modules/geom.git] / src / GEOMToolsGUI / Makefile.am
1 #  Copyright (C) 2007-2010  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
39 dist_libGEOMToolsGUI_la_SOURCES =               \
40         GEOMToolsGUI.cxx                        \
41         GEOMToolsGUI_1.cxx                      \
42         GEOMToolsGUI_TransparencyDlg.cxx        \
43         GEOMToolsGUI_NbIsosDlg.cxx              \
44         GEOMToolsGUI_DeflectionDlg.cxx          \
45         GEOMToolsGUI_DeleteDlg.cxx              \
46         GEOMToolsGUI_MarkerDlg.cxx
47
48 MOC_FILES =                                     \
49         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
50         GEOMToolsGUI_NbIsosDlg_moc.cxx          \
51         GEOMToolsGUI_DeflectionDlg_moc.cxx      \
52         GEOMToolsGUI_DeleteDlg_moc.cxx          \
53         GEOMToolsGUI_MarkerDlg_moc.cxx
54
55 nodist_libGEOMToolsGUI_la_SOURCES =             \
56         $(MOC_FILES)
57
58 # additional information to compile and link file
59
60 libGEOMToolsGUI_la_CPPFLAGS =           \
61         $(QT_INCLUDES)                  \
62         $(VTK_INCLUDES)                 \
63         $(CAS_CPPFLAGS)                 \
64         $(PYTHON_INCLUDES)              \
65         $(BOOST_CPPFLAGS)               \
66         $(KERNEL_CXXFLAGS)              \
67         $(GUI_CXXFLAGS)                 \
68         $(CORBA_CXXFLAGS)               \
69         $(CORBA_INCLUDES)               \
70         -I$(srcdir)/../OBJECT           \
71         -I$(srcdir)/../GEOMBase         \
72         -I$(srcdir)/../GEOMGUI          \
73         -I$(srcdir)/../GEOMClient       \
74         -I$(srcdir)/../GEOMImpl         \
75         -I$(top_builddir)/idl
76
77 libGEOMToolsGUI_la_LDFLAGS  =           \
78         ../GEOMBase/libGEOMBase.la      \
79         ../GEOMGUI/libGEOM.la           \
80         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp -lPyConsole