Salome HOME
IMPs 0020745 (GetVertexNearPoint and GetShapesNearPoint) and 0020851 (LimitTolerance).
[modules/geom.git] / src / RepairGUI / Makefile.am
1 #  Copyright (C) 2007-2010  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 # GEOM REPAIRGUI : 
21 # File    : Makefile.am
22 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
23 # Package : RepairGUI
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28 salomeinclude_HEADERS =                         \
29         RepairGUI.h                             \
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        \
40         RepairGUI_GlueDlg.h                     \
41         RepairGUI_LimitToleranceDlg.h           \
42         RepairGUI_RemoveExtraEdgesDlg.h
43
44 # Libraries targets
45 lib_LTLIBRARIES = libRepairGUI.la
46
47 dist_libRepairGUI_la_SOURCES =                  \
48         RepairGUI.h                             \
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        \
59         RepairGUI_GlueDlg.h                     \
60         RepairGUI_LimitToleranceDlg.h           \
61         RepairGUI_RemoveExtraEdgesDlg.h         \
62                                                 \
63         RepairGUI.cxx                           \
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
77
78 MOC_FILES =                                     \
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
92
93 nodist_libRepairGUI_la_SOURCES =                \
94         $(MOC_FILES)
95
96 # additional information to compile and link file
97
98 libRepairGUI_la_CPPFLAGS =                      \
99         $(QT_INCLUDES)                          \
100         $(VTK_INCLUDES)                         \
101         $(CAS_CPPFLAGS)                         \
102         $(PYTHON_INCLUDES)                      \
103         $(BOOST_CPPFLAGS)                       \
104         $(KERNEL_CXXFLAGS)                      \
105         $(GUI_CXXFLAGS)                         \
106         $(CORBA_CXXFLAGS)                       \
107         $(CORBA_INCLUDES)                       \
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
116
117 libRepairGUI_la_LDFLAGS = \
118         ../GEOMBase/libGEOMBase.la