Salome HOME
Mantis issue 0021191: GlueEdges and GlueFaces problem with tolerance 1. A fix by...
[modules/geom.git] / src / NMTTools / Makefile.am
1 # Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
19 #  GEOM NMTTools : partition algorithm
20 #  File   : Makefile.in
21 #  Author : Julia DOROVSKIKH
22 #  Modified by : Alexander BORODIN (OCN) - autotools usage
23 #  Module : GEOM
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files
28 salomeinclude_HEADERS = \
29         Handle_NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo.hxx \
30         Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx \
31         Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx \
32         Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx \
33         Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx \
34         Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx \
35         Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx \
36         Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx \
37         NMTTools_CheckerSI.hxx \
38         NMTTools_CheckerSI.ixx \
39         NMTTools_CheckerSI.jxx \
40         NMTTools_CommonBlockAPI.hxx \
41         NMTTools_CommonBlockAPI.ixx \
42         NMTTools_CommonBlockAPI.jxx \
43         NMTTools_CommonBlock.hxx \
44         NMTTools_CommonBlock.ixx \
45         NMTTools_CommonBlock.jxx \
46         NMTTools_CommonBlockPool.hxx \
47         NMTTools_CoupleOfShape.hxx \
48         NMTTools_CoupleOfShape.ixx \
49         NMTTools_CoupleOfShape.jxx \
50         NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo.hxx \
51         NMTTools_DataMapIteratorOfDataMapOfIntegerListOfPaveBlock.hxx \
52         NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo.hxx \
53         NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx \
54         NMTTools_DataMapOfIntegerFaceInfo.hxx \
55         NMTTools_DataMapOfIntegerListOfPaveBlock.hxx \
56         NMTTools_DEProcessor.hxx \
57         NMTTools_DEProcessor.ixx \
58         NMTTools_DEProcessor.jxx \
59         NMTTools_FaceInfo.hxx \
60         NMTTools_FaceInfo.ixx \
61         NMTTools_FaceInfo.jxx \
62         NMTTools_FaceInfo.lxx \
63         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx \
64         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx \
65         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx \
66         NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx \
67         NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx \
68         NMTTools_IndexedDataMapOfShapePaveBlock.hxx \
69         NMTTools_ListIteratorOfListOfCommonBlock.hxx \
70         NMTTools_ListIteratorOfListOfCoupleOfShape.hxx \
71         NMTTools_ListNodeOfListOfCommonBlock.hxx \
72         NMTTools_ListNodeOfListOfCoupleOfShape.hxx \
73         NMTTools_ListOfCommonBlock.hxx \
74         NMTTools_ListOfCoupleOfShape.hxx \
75         NMTTools_MapIteratorOfMapOfPaveBlock.hxx \
76         NMTTools_MapOfPaveBlock.hxx \
77         NMTTools_PaveFiller.hxx \
78         NMTTools_PaveFiller.ixx \
79         NMTTools_PaveFiller.jxx \
80         NMTTools_PPaveFiller.hxx \
81         NMTTools_Tools.hxx \
82         NMTTools_Tools.ixx \
83         NMTTools_Tools.jxx \
84         NMTTools_StdMapNodeOfMapOfPaveBlock.hxx
85
86 # Libraries targets
87 lib_LTLIBRARIES = libNMTTools.la
88
89 dist_libNMTTools_la_SOURCES = \
90         NMTTools_CheckerSI.cxx \
91         NMTTools_CheckerSI_1.cxx \
92         NMTTools_CommonBlockAPI.cxx \
93         NMTTools_CommonBlock.cxx \
94         NMTTools_CommonBlockPool_0.cxx \
95         NMTTools_CoupleOfShape.cxx \
96         NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo_0.cxx \
97         NMTTools_DataMapIteratorOfDataMapOfIntegerListOfPaveBlock_0.cxx \
98         NMTTools_DataMapNodeOfDataMapOfIntegerFaceInfo_0.cxx \
99         NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock_0.cxx \
100         NMTTools_DataMapOfIntegerFaceInfo_0.cxx \
101         NMTTools_DataMapOfIntegerListOfPaveBlock_0.cxx \
102         NMTTools_DEProcessor.cxx \
103         NMTTools_FaceInfo.cxx \
104         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_0.cxx \
105         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
106         NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_0.cxx \
107         NMTTools_IndexedDataMapOfIndexedMapOfInteger_0.cxx \
108         NMTTools_IndexedDataMapOfShapeIndexedMapOfShape_0.cxx \
109         NMTTools_IndexedDataMapOfShapePaveBlock_0.cxx \
110         NMTTools_ListIteratorOfListOfCommonBlock_0.cxx \
111         NMTTools_ListIteratorOfListOfCoupleOfShape_0.cxx \
112         NMTTools_ListNodeOfListOfCommonBlock_0.cxx \
113         NMTTools_ListNodeOfListOfCoupleOfShape_0.cxx \
114         NMTTools_ListOfCommonBlock_0.cxx \
115         NMTTools_ListOfCoupleOfShape_0.cxx \
116         NMTTools_MapIteratorOfMapOfPaveBlock_0.cxx \
117         NMTTools_MapOfPaveBlock_0.cxx \
118         NMTTools_PaveFiller_0.cxx \
119         NMTTools_PaveFiller_1.cxx \
120         NMTTools_PaveFiller_2.cxx \
121         NMTTools_PaveFiller_3.cxx \
122         NMTTools_PaveFiller_4.cxx \
123         NMTTools_PaveFiller_5.cxx \
124         NMTTools_PaveFiller_6.cxx \
125         NMTTools_PaveFiller_7.cxx \
126         NMTTools_PaveFiller_8.cxx \
127         NMTTools_PaveFiller_9.cxx \
128         NMTTools_PaveFiller.cxx \
129         NMTTools_Tools.cxx \
130         NMTTools_StdMapNodeOfMapOfPaveBlock_0.cxx
131
132 # additional information to compile and link file
133
134 libNMTTools_la_CPPFLAGS =       \
135         $(CAS_CPPFLAGS)         \
136         $(KERNEL_CXXFLAGS)      \
137         -I$(srcdir)/../NMTDS
138
139 libNMTTools_la_LDFLAGS  =               \
140         ../NMTDS/libNMTDS.la            \
141         $(STDLIB)                       \
142         $(CAS_LDPATH) -lTKBool -lTKBO   \
143         $(KERNEL_LDFLAGS)
144
145 CDL_FILES =                                     \
146         NMTTools.cdl                            \
147         NMTTools_CheckerSI.cdl                  \
148         NMTTools_CommonBlock.cdl                \
149         NMTTools_CommonBlockAPI.cdl             \
150         NMTTools_CoupleOfShape.cdl              \
151         NMTTools_DEProcessor.cdl                \
152         NMTTools_FaceInfo.cdl                   \
153         NMTTools_PaveFiller.cdl                 \
154         NMTTools_Tools.cdl
155
156 EXTRA_DIST += $(CDL_FILES)