Salome HOME
PAL8395: Improve CheckCompoundOfBlocks and RemoveExtraEdges. Improvement done by...
[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         GEOMAlgo_Algo.cxx \
40         GEOMAlgo_CoupleOfShapes.cxx \
41         GEOMAlgo_GlueAnalyser.cxx \
42         GEOMAlgo_Gluer.cxx \
43         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
44         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_0.cxx \
45         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx \
46         GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx \
47         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape_0.cxx \
48         GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx \
49         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes_0.cxx \
50         GEOMAlgo_ListNodeOfListOfCoupleOfShapes_0.cxx \
51         GEOMAlgo_ListOfCoupleOfShapes_0.cxx \
52         GEOMAlgo_PassKey.cxx \
53         GEOMAlgo_PassKeyMapHasher.cxx \
54         GEOMAlgo_ShapeAlgo.cxx \
55         GEOMAlgo_Tools.cxx \
56         BlockFix.cxx \
57         BlockFix_BlockFixAPI.cxx \
58         BlockFix_CheckTool.cxx \
59         BlockFix_PeriodicSurfaceModifier.cxx \
60         BlockFix_SphereSpaceModifier.cxx \
61         BlockFix_UnionEdges.cxx \
62         BlockFix_UnionFaces.cxx \
63         GEOMAlgo_FinderShapeOn.cxx \
64         GEOMAlgo_ShapeSolid.cxx \
65         GEOMAlgo_ShellSolid.cxx \
66         GEOMAlgo_VertexSolid.cxx \
67         GEOMAlgo_WireSolid.cxx \
68         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_0.cxx \
69         GEOMAlgo_IndexedDataMapOfShapeState_0.cxx \
70         GEOMAlgo_SolidSolid.cxx \
71         GEOMAlgo_SurfaceTools.cxx
72
73 LIB_CLIENT_IDL = 
74 LIB_SERVER_IDL = 
75
76 # header files 
77 EXPORT_HEADERS = \
78         GEOMAlgo_Gluer.hxx \
79         GEOMAlgo_ShapeAlgo.hxx \
80         GEOMAlgo_Algo.hxx \
81         GEOMAlgo_GlueAnalyser.hxx \
82         GEOMAlgo_CoupleOfShapes.hxx \
83         GEOMAlgo_ListOfCoupleOfShapes.hxx \
84         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx \
85         Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx \
86         BlockFix_BlockFixAPI.hxx \
87         BlockFix_BlockFixAPI.lxx \
88         BlockFix_CheckTool.hxx \
89         Handle_BlockFix_BlockFixAPI.hxx \
90         GEOMAlgo_State.hxx \
91         GEOMAlgo_FinderShapeOn.hxx \
92         GEOMAlgo_IndexedDataMapOfShapeState.hxx \
93         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx
94
95 # idl files
96 EXPORT_IDLS=
97
98
99 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
100 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
101 LDFLAGS += $(CAS_LDPATH) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome
102
103 %_moc.cxx: %.h
104         $(MOC) $< -o $@
105
106 @CONCLUDE@