]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMToolsGUI/Makefile.am
Salome HOME
Mantis issue 0020626: the discretisation of the circles in the OCC viewer is too...
[modules/geom.git] / src / GEOMToolsGUI / 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 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : GEOMToolsGUI
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # Libraries targets
29 lib_LTLIBRARIES = libGEOMToolsGUI.la
30
31 # header files 
32 salomeinclude_HEADERS =                         \
33         GEOMToolsGUI.h                          \
34         GEOM_ToolsGUI.hxx                       \
35         GEOMToolsGUI_NbIsosDlg.h                \
36         GEOMToolsGUI_DeflectionDlg.h            \
37         GEOMToolsGUI_TransparencyDlg.h          \
38         GEOMToolsGUI_DeleteDlg.h                \
39         GEOMToolsGUI_MarkerDlg.h
40
41 dist_libGEOMToolsGUI_la_SOURCES =               \
42         GEOMToolsGUI.cxx                        \
43         GEOMToolsGUI_1.cxx                      \
44         GEOMToolsGUI_TransparencyDlg.cxx        \
45         GEOMToolsGUI_NbIsosDlg.cxx              \
46         GEOMToolsGUI_DeflectionDlg.cxx          \
47         GEOMToolsGUI_DeleteDlg.cxx              \
48         GEOMToolsGUI_MarkerDlg.cxx
49
50 MOC_FILES =                                     \
51         GEOMToolsGUI_TransparencyDlg_moc.cxx    \
52         GEOMToolsGUI_NbIsosDlg_moc.cxx          \
53         GEOMToolsGUI_DeflectionDlg_moc.cxx      \
54         GEOMToolsGUI_DeleteDlg_moc.cxx          \
55         GEOMToolsGUI_MarkerDlg_moc.cxx
56
57 nodist_libGEOMToolsGUI_la_SOURCES =             \
58         $(MOC_FILES)
59
60 # additional information to compile and link file
61
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
79 libGEOMToolsGUI_la_LDFLAGS  =           \
80         ../GEOMBase/libGEOMBase.la      \
81         ../GEOMGUI/libGEOM.la           \
82         $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp -lPyConsole