Salome HOME
Update mail address
[modules/geom.git] / src / NMTTools / Makefile.in
1 #  GEOM NMTTools : partition algorithm
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 : Julia DOROVSKIKH
26 #  Module : GEOM
27 #  $Header$
28
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@
33
34
35 @COMMENCE@
36
37 # Libraries targets
38 LIB = libNMTTools.la
39 LIB_SRC = \
40         NMTTools_CommonBlock.cxx \
41         NMTTools_CommonBlockAPI.cxx \
42         NMTTools_CommonBlockPool_0.cxx \
43         NMTTools_CoupleOfShape.cxx \
44         NMTTools_DEProcessor.cxx \
45         NMTTools_DSFiller.cxx \
46         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_0.cxx \
47         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
48         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_0.cxx \
49         NMTTools_IndexedDataMapOfIndexedMapOfInteger_0.cxx \
50         NMTTools_IndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
51         NMTTools_IndexedDataMapOfShapePaveBlock_0.cxx \
52         NMTTools_IteratorOfCoupleOfShape.cxx \
53         NMTTools_ListIteratorOfListOfCommonBlock_0.cxx \
54         NMTTools_ListIteratorOfListOfCoupleOfShape_0.cxx \
55         NMTTools_ListNodeOfListOfCommonBlock_0.cxx \
56         NMTTools_ListNodeOfListOfCoupleOfShape_0.cxx \
57         NMTTools_ListOfCommonBlock_0.cxx \
58         NMTTools_ListOfCoupleOfShape_0.cxx \
59         NMTTools_PaveFiller.cxx \
60         NMTTools_PaveFiller_0.cxx \
61         NMTTools_PaveFiller_1.cxx \
62         NMTTools_PaveFiller_2.cxx \
63         NMTTools_PaveFiller_3.cxx \
64         NMTTools_PaveFiller_4.cxx \
65         NMTTools_PaveFiller_5.cxx \
66         NMTTools_PaveFiller_6.cxx \
67         NMTTools_PaveFiller_7.cxx \
68         NMTTools_PaveFiller_8.cxx \
69         NMTTools_PaveFiller_9.cxx \
70         NMTTools_PCurveMaker.cxx \
71         NMTTools_Tools.cxx
72
73 LIB_CLIENT_IDL = 
74 LIB_SERVER_IDL = 
75
76 # header files 
77 EXPORT_HEADERS = \
78         NMTTools_PDSFiller.hxx \
79         NMTTools_DSFiller.hxx \
80         NMTTools_PPaveFiller.hxx \
81         NMTTools_PaveFiller.hxx \
82         NMTTools_ListOfCoupleOfShape.hxx \
83         NMTTools_Tools.hxx \
84         NMTTools_CoupleOfShape.hxx \
85         NMTTools_ListIteratorOfListOfCoupleOfShape.hxx \
86         NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx \
87         NMTTools_IteratorOfCoupleOfShape.hxx \
88         NMTTools_CommonBlockPool.hxx \
89         Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx \
90         Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx
91
92 # idl files
93 EXPORT_IDLS=
94
95
96 CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS)
97 CXXFLAGS += $(OCC_CXXFLAGS) $(KERNEL_CXXFLAGS)
98 LDFLAGS += $(CAS_LDPATH) -lTKBool -lTKBO -lNMTDS $(KERNEL_LDFLAGS)
99
100 %_moc.cxx: %.h
101         $(MOC) $< -o $@
102
103 @CONCLUDE@