3 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
25 # Author : Damien COQUERET (OCC)
26 # Modified by : Alexander BORODIN (OCN) - autotools usage
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
32 salomeinclude_HEADERS =
35 lib_LTLIBRARIES = libPrimitiveGUI.la
37 dist_libPrimitiveGUI_la_SOURCES = \
39 PrimitiveGUI_BoxDlg.cxx \
40 PrimitiveGUI_CylinderDlg.cxx \
41 PrimitiveGUI_SphereDlg.cxx \
42 PrimitiveGUI_TorusDlg.cxx \
43 PrimitiveGUI_ConeDlg.cxx
46 PrimitiveGUI_BoxDlg_moc.cxx \
47 PrimitiveGUI_CylinderDlg_moc.cxx \
48 PrimitiveGUI_SphereDlg_moc.cxx \
49 PrimitiveGUI_TorusDlg_moc.cxx \
50 PrimitiveGUI_ConeDlg_moc.cxx
52 nodist_libPrimitiveGUI_la_SOURCES= \
55 #LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.idl
59 # additionnal information to compil and link file
61 libPrimitiveGUI_la_CPPFLAGS = \
71 -I$(srcdir)/../GEOMGUI \
72 -I$(srcdir)/../DlgRef \
73 -I$(srcdir)/../GEOMBase \
74 -I$(srcdir)/../OBJECT \
75 -I$(srcdir)/../GEOMClient \
76 -I$(srcdir)/../GEOMImpl \
77 -I$(srcdir)/../GEOMFiltersSelection \
78 -I$(top_builddir)/idl \
79 -I$(top_builddir)/salome_adm/unix
81 libPrimitiveGUI_la_LDFLAGS = \
82 ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
83 ../GEOMBase/libGEOMBase.la