1 # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
3 # Copyright (C) 2003-2007 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
23 # Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31 salomeinclude_HEADERS = \
34 BasicGUI_CircleDlg.h \
36 BasicGUI_EllipseDlg.h \
38 BasicGUI_MarkerDlg.h \
41 BasicGUI_VectorDlg.h \
42 BasicGUI_WorkingPlaneDlg.h
46 lib_LTLIBRARIES = libBasicGUI.la
49 dist_libBasicGUI_la_SOURCES = \
51 BasicGUI_PointDlg.cxx \
52 BasicGUI_LineDlg.cxx \
53 BasicGUI_CircleDlg.cxx \
54 BasicGUI_EllipseDlg.cxx \
56 BasicGUI_VectorDlg.cxx \
57 BasicGUI_PlaneDlg.cxx \
58 BasicGUI_WorkingPlaneDlg.cxx \
59 BasicGUI_CurveDlg.cxx \
60 BasicGUI_MarkerDlg.cxx
63 BasicGUI_PointDlg_moc.cxx \
64 BasicGUI_LineDlg_moc.cxx \
65 BasicGUI_CircleDlg_moc.cxx \
66 BasicGUI_EllipseDlg_moc.cxx \
67 BasicGUI_ArcDlg_moc.cxx \
68 BasicGUI_VectorDlg_moc.cxx \
69 BasicGUI_PlaneDlg_moc.cxx \
70 BasicGUI_WorkingPlaneDlg_moc.cxx \
71 BasicGUI_CurveDlg_moc.cxx \
72 BasicGUI_MarkerDlg_moc.cxx
74 nodist_libBasicGUI_la_SOURCES = \
77 # additional information to compile and link file
79 libBasicGUI_la_CPPFLAGS = \
89 -I$(srcdir)/../OBJECT \
90 -I$(srcdir)/../DlgRef \
91 -I$(srcdir)/../GEOMGUI \
92 -I$(srcdir)/../GEOMFiltersSelection \
93 -I$(srcdir)/../GEOMBase \
94 -I$(srcdir)/../GEOMImpl \
95 -I$(srcdir)/../GEOMClient \
96 -I$(top_builddir)/src/DlgRef \
97 -I$(top_builddir)/idl \
98 -I$(top_builddir)/salome_adm/unix
101 libBasicGUI_la_LDFLAGS = \
102 ../GEOMFiltersSelection/libGEOMFiltersSelection.la \
103 ../GEOMBase/libGEOMBase.la \
104 ../GEOMGUI/libGEOM.la \
105 $(CAS_LDFLAGS) -lTKGeomBase \
106 $(GUI_LDFLAGS) -lsuit