Salome HOME
Bug 0020413: Dump file has many GetMainShape instructions.
[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 #  GEOM GEOMTOOLSGUI : 
23 #  File   : Makefile.in
24 #  Author : Damien COQUERET (OCC)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header: 
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # Libraries targets
32 lib_LTLIBRARIES = libGEOMToolsGUI.la
33
34 # header files 
35 salomeinclude_HEADERS =
36
37 dist_libGEOMToolsGUI_la_SOURCES = \
38         GEOM_ToolsGUI.hxx                       \
39         GEOMToolsGUI.h                          \
40         GEOMToolsGUI_NbIsosDlg.h                \
41         GEOMToolsGUI_TransparencyDlg.h          \
42         GEOMToolsGUI_DeleteDlg.h                \
43                                                 \
44         GEOMToolsGUI.cxx                        \
45         GEOMToolsGUI_1.cxx                      \
46         GEOMToolsGUI_TransparencyDlg.cxx        \
47         GEOMToolsGUI_NbIsosDlg.cxx              \
48         GEOMToolsGUI_DeleteDlg.cxx
49
50 MOC_FILES = \
51         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
52         GEOMToolsGUI_NbIsosDlg_moc.cxx          \
53         GEOMToolsGUI_DeleteDlg_moc.cxx
54
55 nodist_libGEOMToolsGUI_la_SOURCES= \
56         $(MOC_FILES)
57
58 #LIB_CLIENT_IDL = SALOMEDS_Attributes.idl \
59 #                SALOME_GenericObj.idl \
60 #                SALOME_Exception.idl \
61 #                SALOME_Component.idl
62
63 #LIB_SERVER_IDL = 
64
65 # additionnal information to compile and link file
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)/../GEOMGUI \
79         -I$(srcdir)/../GEOMClient \
80         -I$(srcdir)/../GEOMImpl \
81         -I$(top_builddir)/idl \
82         -I$(top_builddir)/salome_adm/unix
83
84 libGEOMToolsGUI_la_LDFLAGS  = \
85         ../GEOMBase/libGEOMBase.la \
86         ../GEOMGUI/libGEOM.la \
87         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp