Salome HOME
Update copyright information
[modules/geom.git] / src / DisplayGUI / 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 DISPLAYGUI : 
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 # header files 
32 salomeinclude_HEADERS = \
33         DisplayGUI.h
34
35 # Libraries targets
36 lib_LTLIBRARIES = libDisplayGUI.la
37
38 dist_libDisplayGUI_la_SOURCES = DisplayGUI.cxx
39
40 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
41
42 #LIB_SERVER_IDL = 
43
44 # additionnal information to compil and link file
45
46 libDisplayGUI_la_CPPFLAGS = \
47         $(QT_INCLUDES) \
48         $(VTK_INCLUDES) \
49         $(CAS_CPPFLAGS) \
50         $(PYTHON_INCLUDES) \
51         $(BOOST_CPPFLAGS) \
52         $(KERNEL_CXXFLAGS) \
53         $(GUI_CXXFLAGS) \
54         $(CORBA_CXXFLAGS) \
55         $(CORBA_INCLUDES) \
56         -I$(srcdir)/../GEOMGUI \
57         -I$(srcdir)/../GEOMBase \
58         -I$(srcdir)/../OBJECT \
59         -I$(srcdir)/../GEOMImpl \
60         -I$(srcdir)/../GEOMClient \
61         -I$(top_builddir)/idl \
62         -I$(top_builddir)/salome_adm/unix
63
64 libDisplayGUI_la_LDFLAGS = \
65         ../GEOMGUI/libGEOM.la \
66         ../GEOMToolsGUI/libGEOMToolsGUI.la \
67         $(GUI_LDFLAGS) -lsuit -lSVTK -lSOCC -lSalomePrs -lSalomeApp \
68         $(VTK_LIBS) \
69         $(QT_MT_LIBS)