Salome HOME
PAL10015. Add GEOMAlgo_FinderShapeOnQuad
[modules/geom.git] / src / GEOMAlgo / Makefile.in
1 #  GEOM GEOMAlgo : tools for Glue Faces algorithm
2 #
3 #  Copyright (C) 2004  CEA
4
5 #  This library is free software; you can redistribute it and/or 
6 #  modify it under the terms of the GNU Lesser General Public 
7 #  License as published by the Free Software Foundation; either 
8 #  version 2.1 of the License. 
9
10 #  This library is distributed in the hope that it will be useful, 
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 #  Lesser General Public License for more details. 
14
15 #  You should have received a copy of the GNU Lesser General Public 
16 #  License along with this library; if not, write to the Free Software 
17 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18
19 #  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Julia DOROVSKIKH
25 #  Module : GEOM
26 #  $Header$
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@
32
33
34 @COMMENCE@
35
36 # Libraries targets
37 LIB = libGEOMAlgo.la
38 LIB_SRC = \
39         BlockFix.cxx \
40         BlockFix_BlockFixAPI.cxx \
41         BlockFix_CheckTool.cxx \
42         BlockFix_PeriodicSurfaceModifier.cxx \
43         BlockFix_SphereSpaceModifier.cxx \
44         BlockFix_UnionEdges.cxx \
45         BlockFix_UnionFaces.cxx \
46         GEOMAlgo_Algo.cxx \
47         GEOMAlgo_CoupleOfShapes.cxx \
48         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_0.cxx \
49         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_0.cxx \
50         GEOMAlgo_DataMapOfPassKeyInteger_0.cxx \
51         GEOMAlgo_FinderShapeOn1.cxx \
52         GEOMAlgo_FinderShapeOnQuad.cxx \
53         GEOMAlgo_GlueAnalyser.cxx \
54         GEOMAlgo_Gluer.cxx \
55         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
56         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
57         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx \
58         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_0.cxx \
59         GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx \
60         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
61         GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx \
62         GEOMAlgo_IndexedDataMapOfShapeState_0.cxx \
63         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes_0.cxx \
64         GEOMAlgo_ListIteratorOfListOfPnt_0.cxx \
65         GEOMAlgo_ListNodeOfListOfCoupleOfShapes_0.cxx \
66         GEOMAlgo_ListNodeOfListOfPnt_0.cxx \
67         GEOMAlgo_ListOfCoupleOfShapes_0.cxx \
68         GEOMAlgo_ListOfPnt_0.cxx \
69         GEOMAlgo_PassKey.cxx \
70         GEOMAlgo_PassKeyMapHasher.cxx \
71         GEOMAlgo_PassKeyShape.cxx \
72         GEOMAlgo_ShapeAlgo.cxx \
73         GEOMAlgo_StateCollector.cxx \
74         GEOMAlgo_SurfaceTools.cxx \
75         GEOMAlgo_Tools.cxx
76
77 LIB_CLIENT_IDL = 
78 LIB_SERVER_IDL = 
79
80 # header files 
81 EXPORT_HEADERS = \
82         BlockFix_BlockFixAPI.hxx \
83         BlockFix_BlockFixAPI.lxx \
84         BlockFix_CheckTool.hxx \
85         Handle_BlockFix_BlockFixAPI.hxx \
86         GEOMAlgo_Algo.hxx \
87         GEOMAlgo_CoupleOfShapes.hxx \
88         GEOMAlgo_GlueAnalyser.hxx \
89         GEOMAlgo_Gluer.hxx \
90         GEOMAlgo_FinderShapeOn1.hxx \
91         GEOMAlgo_FinderShapeOnQuad.hxx \
92         GEOMAlgo_IndexedDataMapOfShapeState.hxx \
93         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx \
94         GEOMAlgo_ListOfCoupleOfShapes.hxx \
95         GEOMAlgo_ShapeAlgo.hxx \
96         GEOMAlgo_State.hxx \
97         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx \
98         Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx
99
100 # idl files
101 EXPORT_IDLS=
102
103
104 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
105 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
106 LDFLAGS += $(CAS_LDPATH) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome
107
108 %_moc.cxx: %.h
109         $(MOC) $< -o $@
110
111 @CONCLUDE@