Salome HOME
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
[modules/geom.git] / src / RepairGUI / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 # GEOM REPAIRGUI : 
23 # File    : Makefile.am
24 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
25 # Package : RepairGUI
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # header files 
30 salomeinclude_HEADERS =                         \
31         RepairGUI.h                             \
32         RepairGUI_SewingDlg.h                   \
33         RepairGUI_SuppressFacesDlg.h            \
34         RepairGUI_ShapeProcessDlg.h             \
35         RepairGUI_CloseContourDlg.h             \
36         RepairGUI_RemoveIntWiresDlg.h           \
37         RepairGUI_RemoveHolesDlg.h              \
38         RepairGUI_DivideEdgeDlg.h               \
39         RepairGUI_FreeBoundDlg.h                \
40         RepairGUI_FreeFacesDlg.h                \
41         RepairGUI_ChangeOrientationDlg.h        \
42         RepairGUI_GlueDlg.h                     \
43         RepairGUI_RemoveExtraEdgesDlg.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_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_RemoveExtraEdgesDlg.cxx
76
77 MOC_FILES =                                     \
78         RepairGUI_SewingDlg_moc.cxx             \
79         RepairGUI_SuppressFacesDlg_moc.cxx      \
80         RepairGUI_ShapeProcessDlg_moc.cxx       \
81         RepairGUI_CloseContourDlg_moc.cxx       \
82         RepairGUI_RemoveIntWiresDlg_moc.cxx     \
83         RepairGUI_RemoveHolesDlg_moc.cxx        \
84         RepairGUI_DivideEdgeDlg_moc.cxx         \
85         RepairGUI_FreeBoundDlg_moc.cxx          \
86         RepairGUI_FreeFacesDlg_moc.cxx          \
87         RepairGUI_ChangeOrientationDlg_moc.cxx  \
88         RepairGUI_GlueDlg_moc.cxx               \
89         RepairGUI_RemoveExtraEdgesDlg_moc.cxx
90
91 nodist_libRepairGUI_la_SOURCES =                \
92         $(MOC_FILES)
93
94 # additional information to compile and link file
95
96 libRepairGUI_la_CPPFLAGS =                      \
97         $(QT_INCLUDES)                          \
98         $(VTK_INCLUDES)                         \
99         $(CAS_CPPFLAGS)                         \
100         $(PYTHON_INCLUDES)                      \
101         $(BOOST_CPPFLAGS)                       \
102         $(KERNEL_CXXFLAGS)                      \
103         $(GUI_CXXFLAGS)                         \
104         $(CORBA_CXXFLAGS)                       \
105         $(CORBA_INCLUDES)                       \
106         -I$(srcdir)/../GEOMGUI                  \
107         -I$(srcdir)/../DlgRef                   \
108         -I$(srcdir)/../GEOMBase                 \
109         -I$(srcdir)/../OBJECT                   \
110         -I$(srcdir)/../GEOMClient               \
111         -I$(srcdir)/../GEOMImpl                 \
112         -I$(top_builddir)/src/DlgRef            \
113         -I$(top_builddir)/idl
114
115 libRepairGUI_la_LDFLAGS = \
116         ../GEOMBase/libGEOMBase.la