Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / NMTTools / 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 NMTTools : 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         NMTTools_CheckerSI.hxx \
31         NMTTools_CommonBlockAPI.hxx \
32         NMTTools_CommonBlock.hxx \
33         NMTTools_CommonBlockPool.hxx \
34         NMTTools_CoupleOfShape.hxx \
35         NMTTools_DataMapIteratorOfDataMapOfIntegerFaceInfo.hxx \
36         NMTTools_DataMapIteratorOfDataMapOfIntegerListOfPaveBlock.hxx \
37         NMTTools_DataMapOfIntegerFaceInfo.hxx \
38         NMTTools_DataMapOfIntegerListOfPaveBlock.hxx \
39         NMTTools_DEProcessor.hxx \
40         NMTTools_FaceInfo.hxx \
41         NMTTools_FaceInfo.lxx \
42         NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx \
43         NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx \
44         NMTTools_IndexedDataMapOfShapePaveBlock.hxx \
45         NMTTools_ListIteratorOfListOfCommonBlock.hxx \
46         NMTTools_ListIteratorOfListOfCoupleOfShape.hxx \
47         NMTTools_ListOfCommonBlock.hxx \
48         NMTTools_ListOfCoupleOfShape.hxx \
49         NMTTools_MapIteratorOfMapOfPaveBlock.hxx \
50         NMTTools_MapOfPaveBlock.hxx \
51         NMTTools_PaveFiller.hxx \
52         NMTTools_PPaveFiller.hxx \
53         NMTTools_Tools.hxx
54
55 # Libraries targets
56 lib_LTLIBRARIES = libNMTTools.la
57
58 dist_libNMTTools_la_SOURCES = \
59         NMTTools_CheckerSI.cxx \
60         NMTTools_CheckerSI_1.cxx \
61         NMTTools_CommonBlockAPI.cxx \
62         NMTTools_CommonBlock.cxx \
63         NMTTools_CommonBlockPool.cxx \
64         NMTTools_CoupleOfShape.cxx \
65         NMTTools_DEProcessor.cxx \
66         NMTTools_FaceInfo.cxx \
67         NMTTools_PaveFiller_0.cxx \
68         NMTTools_PaveFiller_1.cxx \
69         NMTTools_PaveFiller_2.cxx \
70         NMTTools_PaveFiller_3.cxx \
71         NMTTools_PaveFiller_4.cxx \
72         NMTTools_PaveFiller_5.cxx \
73         NMTTools_PaveFiller_6.cxx \
74         NMTTools_PaveFiller_7.cxx \
75         NMTTools_PaveFiller_8.cxx \
76         NMTTools_PaveFiller_9.cxx \
77         NMTTools_PaveFiller.cxx \
78         NMTTools_Tools.cxx
79
80 # additional information to compile and link file
81
82 libNMTTools_la_CPPFLAGS =       \
83         $(CAS_CPPFLAGS)         \
84         $(KERNEL_CXXFLAGS)      \
85         -I$(srcdir)/../NMTDS
86
87 libNMTTools_la_LDFLAGS  =               \
88         ../NMTDS/libNMTDS.la            \
89         $(STDLIB)                       \
90         $(CAS_LDPATH) -lTKBool -lTKBO   \
91         $(KERNEL_LDFLAGS)
92
93 CDL_FILES =             \
94         NMTTools.cdl
95
96 EXTRA_DIST +=           \
97         $(CDL_FILES)    \
98         FILES