Salome HOME
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
[modules/geom.git] / src / GEOMToolsGUI / Makefile.am
1 # Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
3
4 # This library is free software; you can redistribute it and/or 
5 # modify it under the terms of the GNU Lesser General Public 
6 # License as published by the Free Software Foundation; either 
7 # version 2.1 of the License. 
8
9 # This library is distributed in the hope that it will be useful, 
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 # Lesser General Public License for more details. 
13
14 # You should have received a copy of the GNU Lesser General Public 
15 # License along with this library; if not, write to the Free Software 
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
17
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 # File    : Makefile.am
21 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
22 # Package : GEOMToolsGUI
23 #
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # Libraries targets
28 lib_LTLIBRARIES = libGEOMToolsGUI.la
29
30 # header files 
31 salomeinclude_HEADERS =
32
33 dist_libGEOMToolsGUI_la_SOURCES =               \
34         GEOMToolsGUI.h                          \
35         GEOMToolsGUI_NbIsosDlg.h                \
36         GEOMToolsGUI_TransparencyDlg.h          \
37         GEOMToolsGUI_DeleteDlg.h                \
38                                                 \
39         GEOMToolsGUI.cxx                        \
40         GEOMToolsGUI_1.cxx                      \
41         GEOMToolsGUI_TransparencyDlg.cxx        \
42         GEOMToolsGUI_NbIsosDlg.cxx              \
43         GEOMToolsGUI_DeleteDlg.cxx
44
45 MOC_FILES =                                     \
46         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
47         GEOMToolsGUI_NbIsosDlg_moc.cxx          \
48         GEOMToolsGUI_DeleteDlg_moc.cxx
49
50 nodist_libGEOMToolsGUI_la_SOURCES =             \
51         $(MOC_FILES)
52
53 #LIB_CLIENT_IDL = SALOMEDS_Attributes.idl \
54 #                SALOME_GenericObj.idl \
55 #                SALOME_Exception.idl \
56 #                SALOME_Component.idl
57
58 #LIB_SERVER_IDL = 
59
60 # additionnal information to compile and link file
61 libGEOMToolsGUI_la_CPPFLAGS =           \
62         $(QT_INCLUDES)                  \
63         $(VTK_INCLUDES)                 \
64         $(CAS_CPPFLAGS)                 \
65         $(PYTHON_INCLUDES)              \
66         $(BOOST_CPPFLAGS)               \
67         $(KERNEL_CXXFLAGS)              \
68         $(GUI_CXXFLAGS)                 \
69         $(CORBA_CXXFLAGS)               \
70         $(CORBA_INCLUDES)               \
71         -I$(srcdir)/../OBJECT           \
72         -I$(srcdir)/../GEOMBase         \
73         -I$(srcdir)/../GEOMGUI          \
74         -I$(srcdir)/../GEOMClient       \
75         -I$(srcdir)/../GEOMImpl         \
76         -I$(top_builddir)/idl           \
77         -I$(top_builddir)/salome_adm/unix
78
79 libGEOMToolsGUI_la_LDFLAGS  =           \
80         ../GEOMBase/libGEOMBase.la      \
81         ../GEOMGUI/libGEOM.la           \
82         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp