Salome HOME
Merge from V6_main 01/04/2013
[modules/geom.git] / src / NMTDS / Makefile.am
1 # Copyright (C) 2007-2013  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
20 #  GEOM NMTAlgo : partition algorithm
21 #  File   : Makefile.in
22 #  Author : Julia DOROVSKIKH
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : GEOM
25
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS = \
30         NMTDS_BndSphere.hxx \
31         NMTDS_BndSphere.lxx \
32         NMTDS_BndSphereTree.hxx \
33         NMTDS_BoxBndTree.hxx \
34         NMTDS_CArray1OfIndexRange.hxx \
35         NMTDS_DataMapIteratorOfDataMapOfIntegerMapOfInteger.hxx \
36         NMTDS_DataMapOfIntegerMapOfInteger.hxx \
37         NMTDS_IndexedDataMapOfIntegerShape.hxx \
38         NMTDS_IndexedDataMapOfShapeBndSphere.hxx \
39         NMTDS_IndexedDataMapOfShapeBox.hxx \
40         NMTDS_IndexRange.hxx \
41         NMTDS_InterfPool.hxx \
42         NMTDS_InterfType.hxx \
43         NMTDS_IteratorCheckerSI.hxx \
44         NMTDS_Iterator.hxx \
45         NMTDS_ListIteratorOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx \
46         NMTDS_ListIteratorOfListOfPairBoolean.hxx \
47         NMTDS_ListIteratorOfListOfPair.hxx \
48         NMTDS_ListIteratorOfListOfPassKeyBoolean.hxx \
49         NMTDS_ListIteratorOfListOfPassKey.hxx \
50         NMTDS_ListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx \
51         NMTDS_ListOfPairBoolean.hxx \
52         NMTDS_ListOfPair.hxx \
53         NMTDS_ListOfPassKeyBoolean.hxx \
54         NMTDS_ListOfPassKey.hxx \
55         NMTDS_MapIteratorOfMapOfPairBoolean.hxx \
56         NMTDS_MapIteratorOfMapOfPassKeyBoolean.hxx \
57         NMTDS_MapIteratorOfMapOfPassKey.hxx \
58         NMTDS_MapOfPairBoolean.hxx \
59         NMTDS_MapOfPassKeyBoolean.hxx  \
60         NMTDS_MapOfPassKey.hxx \
61         NMTDS_PairBoolean.hxx \
62         NMTDS_Pair.hxx \
63         NMTDS_PairMapHasher.hxx \
64         NMTDS_PassKeyBoolean.hxx \
65         NMTDS_PassKey.hxx \
66         NMTDS_PassKeyMapHasher.hxx \
67         NMTDS_PassKeyShape.hxx \
68         NMTDS_PassKeyShapeMapHasher.hxx \
69         NMTDS_PInterfPool.hxx \
70         NMTDS_PIterator.hxx \
71         NMTDS_PShapesDataStructure.hxx \
72         NMTDS_ShapesDataStructure.hxx \
73         NMTDS_Tools.hxx
74
75 # Libraries targets
76 lib_LTLIBRARIES = libNMTDS.la
77
78 dist_libNMTDS_la_SOURCES = \
79         NMTDS_BndSphere.cxx \
80         NMTDS_BndSphereTree.cxx \
81         NMTDS_BoxBndTree.cxx \
82         NMTDS_CArray1OfIndexRange.cxx \
83         NMTDS_IndexRange.cxx \
84         NMTDS_InterfPool.cxx \
85         NMTDS_IteratorCheckerSI.cxx \
86         NMTDS_Iterator.cxx \
87         NMTDS_PairBoolean.cxx \
88         NMTDS_Pair.cxx \
89         NMTDS_PairMapHasher.cxx \
90         NMTDS_PassKeyBoolean.cxx \
91         NMTDS_PassKey.cxx \
92         NMTDS_PassKeyMapHasher.cxx \
93         NMTDS_PassKeyShape.cxx \
94         NMTDS_PassKeyShapeMapHasher.cxx \
95         NMTDS_ShapesDataStructure.cxx \
96         NMTDS_Tools.cxx
97
98 # additional information to compile and link file
99
100 libNMTDS_la_CPPFLAGS =          \
101         $(CAS_CPPFLAGS)         \
102         $(KERNEL_CXXFLAGS)
103
104 libNMTDS_la_LDFLAGS  =          \
105         $(STDLIB)               \
106         $(CAS_LDPATH) -lTKBool -lTKBO
107
108 # extra dist files
109 CDL_FILES = NMTDS.cdl
110
111 EXTRA_DIST +=           \
112         $(CDL_FILES)    \
113         FILES