Salome HOME
6e9c46474c8b8cc74b9ebd9760c5ff22087b8744
[modules/geom.git] / 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 # File    : Makefile.am
23 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
24 # Package : RepairGUI
25 #
26
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # header files 
30 salomeinclude_HEADERS =
31
32 # Libraries targets
33 lib_LTLIBRARIES = libRepairGUI.la
34
35 dist_libRepairGUI_la_SOURCES =                  \
36         RepairGUI.h                             \
37         RepairGUI_SewingDlg.h                   \
38         RepairGUI_SuppressFacesDlg.h            \
39         RepairGUI_ShapeProcessDlg.h             \
40         RepairGUI_CloseContourDlg.h             \
41         RepairGUI_RemoveIntWiresDlg.h           \
42         RepairGUI_RemoveHolesDlg.h              \
43         RepairGUI_DivideEdgeDlg.h               \
44         RepairGUI_FreeBoundDlg.h                \
45         RepairGUI_FreeFacesDlg.h                \
46         RepairGUI_ChangeOrientationDlg.h        \
47         RepairGUI_GlueDlg.h                     \
48         RepairGUI_RemoveExtraEdgesDlg.h         \
49                                                 \
50         RepairGUI.cxx                           \
51         RepairGUI_SewingDlg.cxx                 \
52         RepairGUI_SuppressFacesDlg.cxx          \
53         RepairGUI_ShapeProcessDlg.cxx           \
54         RepairGUI_CloseContourDlg.cxx           \
55         RepairGUI_RemoveIntWiresDlg.cxx         \
56         RepairGUI_RemoveHolesDlg.cxx            \
57         RepairGUI_DivideEdgeDlg.cxx             \
58         RepairGUI_FreeBoundDlg.cxx              \
59         RepairGUI_FreeFacesDlg.cxx              \
60         RepairGUI_ChangeOrientationDlg.cxx      \
61         RepairGUI_GlueDlg.cxx                   \
62         RepairGUI_RemoveExtraEdgesDlg.cxx
63
64 MOC_FILES = \
65         RepairGUI_SewingDlg_moc.cxx             \
66         RepairGUI_SuppressFacesDlg_moc.cxx      \
67         RepairGUI_ShapeProcessDlg_moc.cxx       \
68         RepairGUI_CloseContourDlg_moc.cxx       \
69         RepairGUI_RemoveIntWiresDlg_moc.cxx     \
70         RepairGUI_RemoveHolesDlg_moc.cxx        \
71         RepairGUI_DivideEdgeDlg_moc.cxx         \
72         RepairGUI_FreeBoundDlg_moc.cxx          \
73         RepairGUI_FreeFacesDlg_moc.cxx          \
74         RepairGUI_ChangeOrientationDlg_moc.cxx  \
75         RepairGUI_GlueDlg_moc.cxx               \
76         RepairGUI_RemoveExtraEdgesDlg_moc.cxx
77
78 nodist_libRepairGUI_la_SOURCES = \
79         $(MOC_FILES)
80
81 #LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
82
83 #LIB_SERVER_IDL =  
84
85 # additionnal information to compil and link file
86
87 libRepairGUI_la_CPPFLAGS = \
88         $(QT_INCLUDES)                          \
89         $(VTK_INCLUDES)                         \
90         $(CAS_CPPFLAGS)                         \
91         $(PYTHON_INCLUDES)                      \
92         $(BOOST_CPPFLAGS)                       \
93         $(KERNEL_CXXFLAGS)                      \
94         $(GUI_CXXFLAGS)                         \
95         $(CORBA_CXXFLAGS)                       \
96         $(CORBA_INCLUDES)                       \
97         -I$(srcdir)/../GEOMGUI                  \
98         -I$(srcdir)/../DlgRef                   \
99         -I$(srcdir)/../GEOMBase                 \
100         -I$(srcdir)/../OBJECT                   \
101         -I$(srcdir)/../GEOMClient               \
102         -I$(srcdir)/../GEOMImpl                 \
103         -I$(top_builddir)/src/DlgRef            \
104         -I$(top_builddir)/idl                   \
105         -I$(top_builddir)/salome_adm/unix
106
107 libRepairGUI_la_LDFLAGS = \
108         ../GEOMBase/libGEOMBase.la