Salome HOME
Fix global links to local for correct work on any station
[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
52 MOC_FILES = \
53         RepairGUI_SewingDlg_moc.cxx \
54         RepairGUI_SuppressFacesDlg_moc.cxx \
55         RepairGUI_ShapeProcessDlg_moc.cxx \
56         RepairGUI_CloseContourDlg_moc.cxx \
57         RepairGUI_RemoveIntWiresDlg_moc.cxx \
58         RepairGUI_RemoveHolesDlg_moc.cxx \
59         RepairGUI_DivideEdgeDlg_moc.cxx  \
60         RepairGUI_FreeBoundDlg_moc.cxx \
61         RepairGUI_FreeFacesDlg_moc.cxx \
62         RepairGUI_ChangeOrientationDlg_moc.cxx \
63         RepairGUI_GlueDlg_moc.cxx     
64
65 nodist_libRepairGUI_la_SOURCES= \
66         $(MOC_FILES)
67
68 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
69
70 #LIB_SERVER_IDL =  
71
72 # additionnal information to compil and link file
73
74 libRepairGUI_la_CPPFLAGS = \
75         $(QT_INCLUDES) \
76         $(VTK_INCLUDES) \
77         $(CAS_CPPFLAGS) \
78         $(PYTHON_INCLUDES) \
79         $(BOOST_CPPFLAGS) \
80         $(KERNEL_CXXFLAGS) \
81         $(GUI_CXXFLAGS) \
82         $(CORBA_CXXFLAGS) \
83         $(CORBA_INCLUDES) \
84         -I$(srcdir)/../GEOMGUI \
85         -I$(srcdir)/../DlgRef \
86         -I$(srcdir)/../GEOMBase \
87         -I$(srcdir)/../OBJECT \
88         -I$(srcdir)/../GEOMClient \
89         -I$(srcdir)/../GEOMImpl \
90         -I$(top_builddir)/idl \
91         -I$(top_builddir)/salome_adm/unix
92
93 libRepairGUI_la_LDFLAGS  = \
94         ../GEOMBase/libGEOMBase.la