Salome HOME
Merge from V5_1_4_BR 07/05/2010
[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_RemoveExtraEdgesDlg.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_RemoveExtraEdgesDlg.h         \
60                                                 \
61         RepairGUI.cxx                           \
62         RepairGUI_SewingDlg.cxx                 \
63         RepairGUI_SuppressFacesDlg.cxx          \
64         RepairGUI_ShapeProcessDlg.cxx           \
65         RepairGUI_CloseContourDlg.cxx           \
66         RepairGUI_RemoveIntWiresDlg.cxx         \
67         RepairGUI_RemoveHolesDlg.cxx            \
68         RepairGUI_DivideEdgeDlg.cxx             \
69         RepairGUI_FreeBoundDlg.cxx              \
70         RepairGUI_FreeFacesDlg.cxx              \
71         RepairGUI_ChangeOrientationDlg.cxx      \
72         RepairGUI_GlueDlg.cxx                   \
73         RepairGUI_RemoveExtraEdgesDlg.cxx
74
75 MOC_FILES =                                     \
76         RepairGUI_SewingDlg_moc.cxx             \
77         RepairGUI_SuppressFacesDlg_moc.cxx      \
78         RepairGUI_ShapeProcessDlg_moc.cxx       \
79         RepairGUI_CloseContourDlg_moc.cxx       \
80         RepairGUI_RemoveIntWiresDlg_moc.cxx     \
81         RepairGUI_RemoveHolesDlg_moc.cxx        \
82         RepairGUI_DivideEdgeDlg_moc.cxx         \
83         RepairGUI_FreeBoundDlg_moc.cxx          \
84         RepairGUI_FreeFacesDlg_moc.cxx          \
85         RepairGUI_ChangeOrientationDlg_moc.cxx  \
86         RepairGUI_GlueDlg_moc.cxx               \
87         RepairGUI_RemoveExtraEdgesDlg_moc.cxx
88
89 nodist_libRepairGUI_la_SOURCES =                \
90         $(MOC_FILES)
91
92 # additional information to compile and link file
93
94 libRepairGUI_la_CPPFLAGS =                      \
95         $(QT_INCLUDES)                          \
96         $(VTK_INCLUDES)                         \
97         $(CAS_CPPFLAGS)                         \
98         $(PYTHON_INCLUDES)                      \
99         $(BOOST_CPPFLAGS)                       \
100         $(KERNEL_CXXFLAGS)                      \
101         $(GUI_CXXFLAGS)                         \
102         $(CORBA_CXXFLAGS)                       \
103         $(CORBA_INCLUDES)                       \
104         -I$(srcdir)/../GEOMGUI                  \
105         -I$(srcdir)/../DlgRef                   \
106         -I$(srcdir)/../GEOMBase                 \
107         -I$(srcdir)/../OBJECT                   \
108         -I$(srcdir)/../GEOMClient               \
109         -I$(srcdir)/../GEOMImpl                 \
110         -I$(top_builddir)/src/DlgRef            \
111         -I$(top_builddir)/idl
112
113 libRepairGUI_la_LDFLAGS = \
114         ../GEOMBase/libGEOMBase.la