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