Salome HOME
GEOM porting to CMake
[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_RemoveWebsDlg.h               \
42         RepairGUI_RemoveExtraEdgesDlg.h         \
43         RepairGUI_UnionFacesDlg.h               \
44         RepairGUI_FuseEdgesDlg.h
45
46 # Libraries targets
47 lib_LTLIBRARIES = libRepairGUI.la
48
49 dist_libRepairGUI_la_SOURCES =                  \
50         RepairGUI.h                             \
51         RepairGUI_SewingDlg.h                   \
52         RepairGUI_SuppressFacesDlg.h            \
53         RepairGUI_ShapeProcessDlg.h             \
54         RepairGUI_CloseContourDlg.h             \
55         RepairGUI_RemoveIntWiresDlg.h           \
56         RepairGUI_RemoveHolesDlg.h              \
57         RepairGUI_DivideEdgeDlg.h               \
58         RepairGUI_FreeBoundDlg.h                \
59         RepairGUI_FreeFacesDlg.h                \
60         RepairGUI_ChangeOrientationDlg.h        \
61         RepairGUI_GlueDlg.h                     \
62         RepairGUI_LimitToleranceDlg.h           \
63         RepairGUI_RemoveWebsDlg.h               \
64         RepairGUI_RemoveExtraEdgesDlg.h         \
65         RepairGUI_UnionFacesDlg.h               \
66         RepairGUI_FuseEdgesDlg.h                \
67                                                 \
68         RepairGUI.cxx                           \
69         RepairGUI_SewingDlg.cxx                 \
70         RepairGUI_SuppressFacesDlg.cxx          \
71         RepairGUI_ShapeProcessDlg.cxx           \
72         RepairGUI_CloseContourDlg.cxx           \
73         RepairGUI_RemoveIntWiresDlg.cxx         \
74         RepairGUI_RemoveHolesDlg.cxx            \
75         RepairGUI_DivideEdgeDlg.cxx             \
76         RepairGUI_FreeBoundDlg.cxx              \
77         RepairGUI_FreeFacesDlg.cxx              \
78         RepairGUI_ChangeOrientationDlg.cxx      \
79         RepairGUI_GlueDlg.cxx                   \
80         RepairGUI_LimitToleranceDlg.cxx         \
81         RepairGUI_RemoveWebsDlg.cxx             \
82         RepairGUI_RemoveExtraEdgesDlg.cxx       \
83         RepairGUI_UnionFacesDlg.cxx             \
84         RepairGUI_FuseEdgesDlg.cxx
85
86 MOC_FILES =                                     \
87         RepairGUI_SewingDlg_moc.cxx             \
88         RepairGUI_SuppressFacesDlg_moc.cxx      \
89         RepairGUI_ShapeProcessDlg_moc.cxx       \
90         RepairGUI_CloseContourDlg_moc.cxx       \
91         RepairGUI_RemoveIntWiresDlg_moc.cxx     \
92         RepairGUI_RemoveHolesDlg_moc.cxx        \
93         RepairGUI_DivideEdgeDlg_moc.cxx         \
94         RepairGUI_FreeBoundDlg_moc.cxx          \
95         RepairGUI_FreeFacesDlg_moc.cxx          \
96         RepairGUI_ChangeOrientationDlg_moc.cxx  \
97         RepairGUI_GlueDlg_moc.cxx               \
98         RepairGUI_LimitToleranceDlg_moc.cxx     \
99         RepairGUI_RemoveWebsDlg_moc.cxx         \
100         RepairGUI_RemoveExtraEdgesDlg_moc.cxx   \
101         RepairGUI_UnionFacesDlg_moc.cxx         \
102         RepairGUI_FuseEdgesDlg_moc.cxx
103
104 nodist_libRepairGUI_la_SOURCES =                \
105         $(MOC_FILES)
106
107 # additional information to compile and link file
108
109 libRepairGUI_la_CPPFLAGS =                      \
110         $(QT_INCLUDES)                          \
111         $(VTK_INCLUDES)                         \
112         $(CAS_CPPFLAGS)                         \
113         $(PYTHON_INCLUDES)                      \
114         $(BOOST_CPPFLAGS)                       \
115         $(KERNEL_CXXFLAGS)                      \
116         $(GUI_CXXFLAGS)                         \
117         $(CORBA_CXXFLAGS)                       \
118         $(CORBA_INCLUDES)                       \
119         -I$(srcdir)/../GEOMGUI                  \
120         -I$(srcdir)/../DlgRef                   \
121         -I$(srcdir)/../GEOMBase                 \
122         -I$(srcdir)/../OBJECT                   \
123         -I$(srcdir)/../GEOMClient               \
124         -I$(srcdir)/../GEOMImpl                 \
125         -I$(top_builddir)/src/DlgRef            \
126         -I$(top_builddir)/idl
127
128 libRepairGUI_la_LDFLAGS = \
129         ../GEOMBase/libGEOMBase.la