Salome HOME
0022179: [CEA 800] Suppress common edges on two continuous faces without using Remove...
[modules/geom.git] / src / RepairGUI / Makefile.am
1 # Copyright (C) 2007-2013  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 # File    : Makefile.am
21 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
22 # Package : RepairGUI
23
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 # header files 
27 salomeinclude_HEADERS =                         \
28         RepairGUI.h                             \
29         RepairGUI_SewingDlg.h                   \
30         RepairGUI_SuppressFacesDlg.h            \
31         RepairGUI_ShapeProcessDlg.h             \
32         RepairGUI_CloseContourDlg.h             \
33         RepairGUI_RemoveIntWiresDlg.h           \
34         RepairGUI_RemoveHolesDlg.h              \
35         RepairGUI_DivideEdgeDlg.h               \
36         RepairGUI_FreeBoundDlg.h                \
37         RepairGUI_FreeFacesDlg.h                \
38         RepairGUI_ChangeOrientationDlg.h        \
39         RepairGUI_GlueDlg.h                     \
40         RepairGUI_LimitToleranceDlg.h           \
41         RepairGUI_RemoveExtraEdgesDlg.h         \
42         RepairGUI_UnionFacesDlg.h               \
43         RepairGUI_FuseEdgesDlg.h
44
45 # Libraries targets
46 lib_LTLIBRARIES = libRepairGUI.la
47
48 dist_libRepairGUI_la_SOURCES =                  \
49         RepairGUI.h                             \
50         RepairGUI_SewingDlg.h                   \
51         RepairGUI_SuppressFacesDlg.h            \
52         RepairGUI_ShapeProcessDlg.h             \
53         RepairGUI_CloseContourDlg.h             \
54         RepairGUI_RemoveIntWiresDlg.h           \
55         RepairGUI_RemoveHolesDlg.h              \
56         RepairGUI_DivideEdgeDlg.h               \
57         RepairGUI_FreeBoundDlg.h                \
58         RepairGUI_FreeFacesDlg.h                \
59         RepairGUI_ChangeOrientationDlg.h        \
60         RepairGUI_GlueDlg.h                     \
61         RepairGUI_LimitToleranceDlg.h           \
62         RepairGUI_RemoveExtraEdgesDlg.h         \
63         RepairGUI_UnionFacesDlg.h               \
64         RepairGUI_FuseEdgesDlg.h                \
65                                                 \
66         RepairGUI.cxx                           \
67         RepairGUI_SewingDlg.cxx                 \
68         RepairGUI_SuppressFacesDlg.cxx          \
69         RepairGUI_ShapeProcessDlg.cxx           \
70         RepairGUI_CloseContourDlg.cxx           \
71         RepairGUI_RemoveIntWiresDlg.cxx         \
72         RepairGUI_RemoveHolesDlg.cxx            \
73         RepairGUI_DivideEdgeDlg.cxx             \
74         RepairGUI_FreeBoundDlg.cxx              \
75         RepairGUI_FreeFacesDlg.cxx              \
76         RepairGUI_ChangeOrientationDlg.cxx      \
77         RepairGUI_GlueDlg.cxx                   \
78         RepairGUI_LimitToleranceDlg.cxx         \
79         RepairGUI_RemoveExtraEdgesDlg.cxx       \
80         RepairGUI_UnionFacesDlg.cxx             \
81         RepairGUI_FuseEdgesDlg.cxx
82
83 MOC_FILES =                                     \
84         RepairGUI_SewingDlg_moc.cxx             \
85         RepairGUI_SuppressFacesDlg_moc.cxx      \
86         RepairGUI_ShapeProcessDlg_moc.cxx       \
87         RepairGUI_CloseContourDlg_moc.cxx       \
88         RepairGUI_RemoveIntWiresDlg_moc.cxx     \
89         RepairGUI_RemoveHolesDlg_moc.cxx        \
90         RepairGUI_DivideEdgeDlg_moc.cxx         \
91         RepairGUI_FreeBoundDlg_moc.cxx          \
92         RepairGUI_FreeFacesDlg_moc.cxx          \
93         RepairGUI_ChangeOrientationDlg_moc.cxx  \
94         RepairGUI_GlueDlg_moc.cxx               \
95         RepairGUI_LimitToleranceDlg_moc.cxx     \
96         RepairGUI_RemoveExtraEdgesDlg_moc.cxx   \
97         RepairGUI_UnionFacesDlg_moc.cxx     \
98         RepairGUI_FuseEdgesDlg_moc.cxx
99
100 nodist_libRepairGUI_la_SOURCES =                \
101         $(MOC_FILES)
102
103 # additional information to compile and link file
104
105 libRepairGUI_la_CPPFLAGS =                      \
106         $(QT_INCLUDES)                          \
107         $(VTK_INCLUDES)                         \
108         $(CAS_CPPFLAGS)                         \
109         $(PYTHON_INCLUDES)                      \
110         $(BOOST_CPPFLAGS)                       \
111         $(KERNEL_CXXFLAGS)                      \
112         $(GUI_CXXFLAGS)                         \
113         $(CORBA_CXXFLAGS)                       \
114         $(CORBA_INCLUDES)                       \
115         -I$(srcdir)/../GEOMGUI                  \
116         -I$(srcdir)/../DlgRef                   \
117         -I$(srcdir)/../GEOMBase                 \
118         -I$(srcdir)/../OBJECT                   \
119         -I$(srcdir)/../GEOMClient               \
120         -I$(srcdir)/../GEOMImpl                 \
121         -I$(top_builddir)/src/DlgRef            \
122         -I$(top_builddir)/idl
123
124 libRepairGUI_la_LDFLAGS = \
125         ../GEOMBase/libGEOMBase.la