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