1 # Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
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.
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.
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
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 # Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
22 # Package : GEOMToolsGUI
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27 lib_LTLIBRARIES = libGEOMToolsGUI.la
30 salomeinclude_HEADERS = \
33 GEOMToolsGUI_NbIsosDlg.h \
34 GEOMToolsGUI_DeflectionDlg.h \
35 GEOMToolsGUI_TransparencyDlg.h \
36 GEOMToolsGUI_DeleteDlg.h \
37 GEOMToolsGUI_MarkerDlg.h
39 dist_libGEOMToolsGUI_la_SOURCES = \
42 GEOMToolsGUI_TransparencyDlg.cxx \
43 GEOMToolsGUI_NbIsosDlg.cxx \
44 GEOMToolsGUI_DeflectionDlg.cxx \
45 GEOMToolsGUI_DeleteDlg.cxx \
46 GEOMToolsGUI_MarkerDlg.cxx
49 GEOMToolsGUI_TransparencyDlg_moc.cxx \
50 GEOMToolsGUI_NbIsosDlg_moc.cxx \
51 GEOMToolsGUI_DeflectionDlg_moc.cxx \
52 GEOMToolsGUI_DeleteDlg_moc.cxx \
53 GEOMToolsGUI_MarkerDlg_moc.cxx
55 nodist_libGEOMToolsGUI_la_SOURCES = \
58 # additional information to compile and link file
60 libGEOMToolsGUI_la_CPPFLAGS = \
70 -I$(srcdir)/../OBJECT \
71 -I$(srcdir)/../GEOMBase \
72 -I$(srcdir)/../GEOMGUI \
73 -I$(srcdir)/../GEOMClient \
74 -I$(srcdir)/../GEOMImpl \
77 libGEOMToolsGUI_la_LDFLAGS = \
78 ../GEOMBase/libGEOMBase.la \
79 ../GEOMGUI/libGEOM.la \
80 $(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp -lPyConsole