]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMToolsGUI/Makefile.am
Salome HOME
*** empty log message ***
[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                                                 \
38         GEOMToolsGUI.cxx                        \
39         GEOMToolsGUI_1.cxx                      \
40         GEOMToolsGUI_TransparencyDlg.cxx        \
41         GEOMToolsGUI_NbIsosDlg.cxx
42
43 MOC_FILES =                                     \
44         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
45         GEOMToolsGUI_NbIsosDlg_moc.cxx
46
47 nodist_libGEOMToolsGUI_la_SOURCES =             \
48         $(MOC_FILES)
49
50 #LIB_CLIENT_IDL = SALOMEDS_Attributes.idl \
51 #                SALOME_GenericObj.idl \
52 #                SALOME_Exception.idl \
53 #                SALOME_Component.idl
54
55 #LIB_SERVER_IDL = 
56
57 # additionnal information to compile and link file
58 libGEOMToolsGUI_la_CPPFLAGS =           \
59         $(QT_INCLUDES)                  \
60         $(VTK_INCLUDES)                 \
61         $(CAS_CPPFLAGS)                 \
62         $(PYTHON_INCLUDES)              \
63         $(BOOST_CPPFLAGS)               \
64         $(KERNEL_CXXFLAGS)              \
65         $(GUI_CXXFLAGS)                 \
66         $(CORBA_CXXFLAGS)               \
67         $(CORBA_INCLUDES)               \
68         -I$(srcdir)/../OBJECT           \
69         -I$(srcdir)/../GEOMBase         \
70         -I$(srcdir)/../GEOMGUI          \
71         -I$(srcdir)/../GEOMClient       \
72         -I$(srcdir)/../GEOMImpl         \
73         -I$(top_builddir)/idl           \
74         -I$(top_builddir)/salome_adm/unix
75
76 libGEOMToolsGUI_la_LDFLAGS  =           \
77         ../GEOMBase/libGEOMBase.la      \
78         ../GEOMGUI/libGEOM.la           \
79         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp