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
22 # Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28 salomeinclude_HEADERS = \
30 RepairGUI_SewingDlg.h \
31 RepairGUI_SuppressFacesDlg.h \
32 RepairGUI_ShapeProcessDlg.h \
33 RepairGUI_CloseContourDlg.h \
34 RepairGUI_RemoveIntWiresDlg.h \
35 RepairGUI_RemoveHolesDlg.h \
36 RepairGUI_DivideEdgeDlg.h \
37 RepairGUI_FreeBoundDlg.h \
38 RepairGUI_FreeFacesDlg.h \
39 RepairGUI_ChangeOrientationDlg.h \
41 RepairGUI_LimitToleranceDlg.h \
42 RepairGUI_RemoveExtraEdgesDlg.h
45 lib_LTLIBRARIES = libRepairGUI.la
47 dist_libRepairGUI_la_SOURCES = \
49 RepairGUI_SewingDlg.h \
50 RepairGUI_SuppressFacesDlg.h \
51 RepairGUI_ShapeProcessDlg.h \
52 RepairGUI_CloseContourDlg.h \
53 RepairGUI_RemoveIntWiresDlg.h \
54 RepairGUI_RemoveHolesDlg.h \
55 RepairGUI_DivideEdgeDlg.h \
56 RepairGUI_FreeBoundDlg.h \
57 RepairGUI_FreeFacesDlg.h \
58 RepairGUI_ChangeOrientationDlg.h \
60 RepairGUI_LimitToleranceDlg.h \
61 RepairGUI_RemoveExtraEdgesDlg.h \
64 RepairGUI_SewingDlg.cxx \
65 RepairGUI_SuppressFacesDlg.cxx \
66 RepairGUI_ShapeProcessDlg.cxx \
67 RepairGUI_CloseContourDlg.cxx \
68 RepairGUI_RemoveIntWiresDlg.cxx \
69 RepairGUI_RemoveHolesDlg.cxx \
70 RepairGUI_DivideEdgeDlg.cxx \
71 RepairGUI_FreeBoundDlg.cxx \
72 RepairGUI_FreeFacesDlg.cxx \
73 RepairGUI_ChangeOrientationDlg.cxx \
74 RepairGUI_GlueDlg.cxx \
75 RepairGUI_LimitToleranceDlg.cxx \
76 RepairGUI_RemoveExtraEdgesDlg.cxx
79 RepairGUI_SewingDlg_moc.cxx \
80 RepairGUI_SuppressFacesDlg_moc.cxx \
81 RepairGUI_ShapeProcessDlg_moc.cxx \
82 RepairGUI_CloseContourDlg_moc.cxx \
83 RepairGUI_RemoveIntWiresDlg_moc.cxx \
84 RepairGUI_RemoveHolesDlg_moc.cxx \
85 RepairGUI_DivideEdgeDlg_moc.cxx \
86 RepairGUI_FreeBoundDlg_moc.cxx \
87 RepairGUI_FreeFacesDlg_moc.cxx \
88 RepairGUI_ChangeOrientationDlg_moc.cxx \
89 RepairGUI_GlueDlg_moc.cxx \
90 RepairGUI_LimitToleranceDlg_moc.cxx \
91 RepairGUI_RemoveExtraEdgesDlg_moc.cxx
93 nodist_libRepairGUI_la_SOURCES = \
96 # additional information to compile and link file
98 libRepairGUI_la_CPPFLAGS = \
108 -I$(srcdir)/../GEOMGUI \
109 -I$(srcdir)/../DlgRef \
110 -I$(srcdir)/../GEOMBase \
111 -I$(srcdir)/../OBJECT \
112 -I$(srcdir)/../GEOMClient \
113 -I$(srcdir)/../GEOMImpl \
114 -I$(top_builddir)/src/DlgRef \
115 -I$(top_builddir)/idl
117 libRepairGUI_la_LDFLAGS = \
118 ../GEOMBase/libGEOMBase.la