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