Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTDS / Makefile.am
1
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 NMTAlgo : 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         NMTDS_BndSphere.hxx \
30         NMTDS_BndSphere.lxx \
31         NMTDS_BndSphereTree.hxx \
32         NMTDS_BoxBndTree.hxx \
33         NMTDS_CArray1OfIndexRange.hxx \
34         NMTDS_DataMapIteratorOfDataMapOfIntegerMapOfInteger.hxx \
35         NMTDS_DataMapOfIntegerMapOfInteger.hxx \
36         NMTDS_IndexedDataMapOfIntegerShape.hxx \
37         NMTDS_IndexedDataMapOfShapeBndSphere.hxx \
38         NMTDS_IndexedDataMapOfShapeBox.hxx \
39         NMTDS_IndexRange.hxx \
40         NMTDS_InterfPool.hxx \
41         NMTDS_InterfType.hxx \
42         NMTDS_IteratorCheckerSI.hxx \
43         NMTDS_Iterator.hxx \
44         NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx \
45         NMTDS_ListIteratorOfListOfPairBoolean.hxx \
46         NMTDS_ListIteratorOfListOfPair.hxx \
47         NMTDS_ListIteratorOfListOfPassKeyBoolean.hxx \
48         NMTDS_ListIteratorOfListOfPassKey.hxx \
49         NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx \
50         NMTDS_ListOfPairBoolean.hxx \
51         NMTDS_ListOfPair.hxx \
52         NMTDS_ListOfPassKeyBoolean.hxx \
53         NMTDS_ListOfPassKey.hxx \
54         NMTDS_MapIteratorOfMapOfPairBoolean.hxx \
55         NMTDS_MapIteratorOfMapOfPassKeyBoolean.hxx \
56         NMTDS_MapIteratorOfMapOfPassKey.hxx \
57         NMTDS_MapOfPairBoolean.hxx \
58         NMTDS_MapOfPassKeyBoolean.hxx  \
59         NMTDS_MapOfPassKey.hxx \
60         NMTDS_PairBoolean.hxx \
61         NMTDS_Pair.hxx \
62         NMTDS_PairMapHasher.hxx \
63         NMTDS_PassKeyBoolean.hxx \
64         NMTDS_PassKey.hxx \
65         NMTDS_PassKeyMapHasher.hxx \
66         NMTDS_PassKeyShape.hxx \
67         NMTDS_PassKeyShapeMapHasher.hxx \
68         NMTDS_PInterfPool.hxx \
69         NMTDS_PIterator.hxx \
70         NMTDS_PShapesDataStructure.hxx \
71         NMTDS_ShapesDataStructure.hxx \
72         NMTDS_Tools.hxx
73
74 # Libraries targets
75 lib_LTLIBRARIES = libNMTDS.la
76
77 dist_libNMTDS_la_SOURCES = \
78         NMTDS_BndSphere.cxx \
79         NMTDS_BndSphereTree.cxx \
80         NMTDS_BoxBndTree.cxx \
81         NMTDS_CArray1OfIndexRange.cxx \
82         NMTDS_IndexRange.cxx \
83         NMTDS_InterfPool.cxx \
84         NMTDS_IteratorCheckerSI.cxx \
85         NMTDS_Iterator.cxx \
86         NMTDS_PairBoolean.cxx \
87         NMTDS_Pair.cxx \
88         NMTDS_PairMapHasher.cxx \
89         NMTDS_PassKeyBoolean.cxx \
90         NMTDS_PassKey.cxx \
91         NMTDS_PassKeyMapHasher.cxx \
92         NMTDS_PassKeyShape.cxx \
93         NMTDS_PassKeyShapeMapHasher.cxx \
94         NMTDS_ShapesDataStructure.cxx \
95         NMTDS_Tools.cxx
96
97 # additional information to compile and link file
98
99 libNMTDS_la_CPPFLAGS =          \
100         $(CAS_CPPFLAGS)         \
101         $(KERNEL_CXXFLAGS)
102
103 libNMTDS_la_LDFLAGS  =          \
104         $(STDLIB)               \
105         $(CAS_LDPATH) -lTKBool -lTKBO
106
107 # extra dist files
108 CDL_FILES = NMTDS.cdl
109
110 EXTRA_DIST +=           \
111         $(CDL_FILES)    \
112         FILES