1 # GEOM NMTTools : partition algorithm
3 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
25 # Author : Julia DOROVSKIKH
26 # Modified by : Alexander BORODIN (OCN) - autotools usage
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
33 salomeinclude_HEADERS = \
34 Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx \
35 Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx \
36 Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx \
37 Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx \
38 Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx \
39 Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx \
40 Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx \
41 NMTTools_CheckerSI.hxx \
42 NMTTools_CommonBlockAPI.hxx \
43 NMTTools_CommonBlock.hxx \
44 NMTTools_CommonBlockPool.hxx \
45 NMTTools_CoupleOfShape.hxx \
46 NMTTools_DEProcessor.hxx \
47 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx \
48 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx \
49 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx \
50 NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx \
51 NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx \
52 NMTTools_IndexedDataMapOfShapePaveBlock.hxx \
53 NMTTools_IteratorOfCoupleOfShape.hxx \
54 NMTTools_ListIteratorOfListOfCommonBlock.hxx \
55 NMTTools_ListIteratorOfListOfCoupleOfShape.hxx \
56 NMTTools_ListNodeOfListOfCommonBlock.hxx \
57 NMTTools_ListNodeOfListOfCoupleOfShape.hxx \
58 NMTTools_ListOfCommonBlock.hxx \
59 NMTTools_ListOfCoupleOfShape.hxx \
60 NMTTools_PaveFiller.hxx \
61 NMTTools_PPaveFiller.hxx \
63 Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx \
64 Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx \
65 NMTTools_DataMapIteratorOfDataMapOfIntegerListOfPaveBlock.hxx \
66 NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx \
67 NMTTools_DataMapOfIntegerListOfPaveBlock.hxx \
68 NMTTools_MapIteratorOfMapOfPaveBlock.hxx \
69 NMTTools_MapOfPaveBlock.hxx \
70 NMTTools_StdMapNodeOfMapOfPaveBlock.hxx
73 lib_LTLIBRARIES = libNMTTools.la
75 dist_libNMTTools_la_SOURCES = \
76 NMTTools_CheckerSI.cxx \
77 NMTTools_CheckerSI_1.cxx \
78 NMTTools_CommonBlockAPI.cxx \
79 NMTTools_CommonBlock.cxx \
80 NMTTools_CommonBlockPool_0.cxx \
81 NMTTools_CoupleOfShape.cxx \
82 NMTTools_DEProcessor.cxx \
83 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_0.cxx \
84 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
85 NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_0.cxx \
86 NMTTools_IndexedDataMapOfIndexedMapOfInteger_0.cxx \
87 NMTTools_IndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
88 NMTTools_IndexedDataMapOfShapePaveBlock_0.cxx \
89 NMTTools_IteratorOfCoupleOfShape.cxx \
90 NMTTools_ListIteratorOfListOfCommonBlock_0.cxx \
91 NMTTools_ListIteratorOfListOfCoupleOfShape_0.cxx \
92 NMTTools_ListNodeOfListOfCommonBlock_0.cxx \
93 NMTTools_ListNodeOfListOfCoupleOfShape_0.cxx \
94 NMTTools_ListOfCommonBlock_0.cxx \
95 NMTTools_ListOfCoupleOfShape_0.cxx \
96 NMTTools_PaveFiller_0.cxx \
97 NMTTools_PaveFiller_1.cxx \
98 NMTTools_PaveFiller_2.cxx \
99 NMTTools_PaveFiller_3.cxx \
100 NMTTools_PaveFiller_4.cxx \
101 NMTTools_PaveFiller_5.cxx \
102 NMTTools_PaveFiller_6.cxx \
103 NMTTools_PaveFiller_7.cxx \
104 NMTTools_PaveFiller_8.cxx \
105 NMTTools_PaveFiller_9.cxx \
106 NMTTools_PaveFiller.cxx \
108 NMTTools_DataMapIteratorOfDataMapOfIntegerListOfPaveBlock_0.cxx \
109 NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock_0.cxx \
110 NMTTools_DataMapOfIntegerListOfPaveBlock_0.cxx \
111 NMTTools_MapIteratorOfMapOfPaveBlock_0.cxx \
112 NMTTools_MapOfPaveBlock_0.cxx \
113 NMTTools_StdMapNodeOfMapOfPaveBlock_0.cxx
115 # additionnal information to compil and link file
117 libNMTTools_la_CPPFLAGS = \
122 libNMTTools_la_LDFLAGS = \
123 ../NMTDS/libNMTDS.la \
125 $(CAS_LDPATH) -lTKBool -lTKBO \