Salome HOME
Update GUI documentation for bugs 16559
[modules/geom.git] / src / GEOMToolsGUI / Makefile.am
1 #  GEOM GEOMTOOLSGUI : 
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header: 
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # Libraries targets
33 lib_LTLIBRARIES = libGEOMToolsGUI.la
34
35 # header files 
36 salomeinclude_HEADERS =
37
38 dist_libGEOMToolsGUI_la_SOURCES = \
39         GEOMToolsGUI.cxx \
40         GEOMToolsGUI_1.cxx \
41         GEOMToolsGUI_TransparencyDlg.cxx \
42         GEOMToolsGUI_NbIsosDlg.cxx
43
44 MOC_FILES = \
45         GEOMToolsGUI_TransparencyDlg_moc.cxx \
46         GEOMToolsGUI_NbIsosDlg_moc.cxx
47
48 nodist_libGEOMToolsGUI_la_SOURCES= \
49         $(MOC_FILES)
50
51 #LIB_CLIENT_IDL = SALOMEDS_Attributes.idl \
52 #                SALOME_GenericObj.idl \
53 #                SALOME_Exception.idl \
54 #                SALOME_Component.idl
55
56 #LIB_SERVER_IDL = 
57
58 # additionnal information to compile and link file
59 libGEOMToolsGUI_la_CPPFLAGS = \
60         $(QT_INCLUDES) \
61         $(VTK_INCLUDES) \
62         $(CAS_CPPFLAGS) \
63         $(PYTHON_INCLUDES) \
64         $(BOOST_CPPFLAGS) \
65         $(KERNEL_CXXFLAGS) \
66         $(GUI_CXXFLAGS) \
67         $(CORBA_CXXFLAGS) \
68         $(CORBA_INCLUDES) \
69         -I$(srcdir)/../OBJECT \
70         -I$(srcdir)/../GEOMBase \
71         -I$(srcdir)/../GEOMGUI \
72         -I$(srcdir)/../GEOMClient \
73         -I$(srcdir)/../GEOMImpl \
74         -I$(top_builddir)/idl \
75         -I$(top_builddir)/salome_adm/unix
76
77 libGEOMToolsGUI_la_LDFLAGS  = \
78         ../GEOMBase/libGEOMBase.la \
79         ../GEOMGUI/libGEOM.la \
80         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp