Salome HOME
Updated for bug 0020052 from Mantis.
[modules/geom.git] / src / RepairGUI / Makefile.am
1 #  GEOM REPAIRGUI : 
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28 #  $Header: 
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # header files 
33 salomeinclude_HEADERS =
34
35 # Libraries targets
36 lib_LTLIBRARIES = libRepairGUI.la
37
38 dist_libRepairGUI_la_SOURCES = \
39         RepairGUI.cxx \
40         RepairGUI_SewingDlg.cxx \
41         RepairGUI_SuppressFacesDlg.cxx \
42         RepairGUI_ShapeProcessDlg.cxx \
43         RepairGUI_CloseContourDlg.cxx \
44         RepairGUI_RemoveIntWiresDlg.cxx \
45         RepairGUI_RemoveHolesDlg.cxx \
46         RepairGUI_DivideEdgeDlg.cxx \
47         RepairGUI_FreeBoundDlg.cxx \
48         RepairGUI_FreeFacesDlg.cxx \
49         RepairGUI_ChangeOrientationDlg.cxx \
50         RepairGUI_GlueDlg.cxx \
51         RepairGUI_RemoveExtraEdgesDlg.cxx
52
53 MOC_FILES = \
54         RepairGUI_SewingDlg_moc.cxx \
55         RepairGUI_SuppressFacesDlg_moc.cxx \
56         RepairGUI_ShapeProcessDlg_moc.cxx \
57         RepairGUI_CloseContourDlg_moc.cxx \
58         RepairGUI_RemoveIntWiresDlg_moc.cxx \
59         RepairGUI_RemoveHolesDlg_moc.cxx \
60         RepairGUI_DivideEdgeDlg_moc.cxx  \
61         RepairGUI_FreeBoundDlg_moc.cxx \
62         RepairGUI_FreeFacesDlg_moc.cxx \
63         RepairGUI_ChangeOrientationDlg_moc.cxx \
64         RepairGUI_GlueDlg_moc.cxx \
65         RepairGUI_RemoveExtraEdgesDlg_moc.cxx
66
67 nodist_libRepairGUI_la_SOURCES= \
68         $(MOC_FILES)
69
70 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
71
72 #LIB_SERVER_IDL =  
73
74 # additionnal information to compil and link file
75
76 libRepairGUI_la_CPPFLAGS = \
77         $(QT_INCLUDES) \
78         $(VTK_INCLUDES) \
79         $(CAS_CPPFLAGS) \
80         $(PYTHON_INCLUDES) \
81         $(BOOST_CPPFLAGS) \
82         $(KERNEL_CXXFLAGS) \
83         $(GUI_CXXFLAGS) \
84         $(CORBA_CXXFLAGS) \
85         $(CORBA_INCLUDES) \
86         -I$(srcdir)/../GEOMGUI \
87         -I$(srcdir)/../DlgRef \
88         -I$(srcdir)/../GEOMBase \
89         -I$(srcdir)/../OBJECT \
90         -I$(srcdir)/../GEOMClient \
91         -I$(srcdir)/../GEOMImpl \
92         -I$(top_builddir)/idl \
93         -I$(top_builddir)/salome_adm/unix
94
95 libRepairGUI_la_LDFLAGS  = \
96         ../GEOMBase/libGEOMBase.la