Salome HOME
Update copyright
[modules/geom.git] / src / ShHealOper / 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
20 #  GEOM ShHealOper : Shape Healing
21 #  File   : Makefile.in
22 #  Author : Alexander SLADKOV
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : GEOM
25 #  $Header: 
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # header files 
30 salomeinclude_HEADERS =                         \
31         ShHealOper_CloseContour.hxx             \
32         ShHealOper_EdgeDivide.hxx               \
33         ShHealOper_FillHoles.hxx                \
34         ShHealOper_RemoveFace.hxx               \
35         ShHealOper_RemoveInternalWires.hxx      \
36         ShHealOper_Sewing.hxx                   \
37         ShHealOper_ShapeProcess.hxx             \
38         ShHealOper_SpiltCurve2d.hxx             \
39         ShHealOper_SplitCurve2d.hxx             \
40         ShHealOper_SplitCurve3d.hxx             \
41         ShHealOper_ChangeOrientation.hxx        \
42         ShHealOper_Tool.hxx
43
44 # Libraries targets
45 lib_LTLIBRARIES = libShHealOper.la
46
47 dist_libShHealOper_la_SOURCES =                 \
48         ShHealOper_CloseContour.cxx             \
49         ShHealOper_EdgeDivide.cxx               \
50         ShHealOper_FillHoles.cxx                \
51         ShHealOper_RemoveFace.cxx               \
52         ShHealOper_RemoveInternalWires.cxx      \
53         ShHealOper_Sewing.cxx                   \
54         ShHealOper_ShapeProcess.cxx             \
55         ShHealOper_SplitCurve2d.cxx             \
56         ShHealOper_SplitCurve3d.cxx             \
57         ShHealOper_ChangeOrientation.cxx        \
58         ShHealOper_Tool.cxx
59
60 # additional information to compile and link file
61
62 libShHealOper_la_CPPFLAGS =     \
63         $(CAS_CPPFLAGS)         \
64         $(KERNEL_CXXFLAGS)
65
66 libShHealOper_la_LDFLAGS  =     \
67         $(STDLIB)               \
68         $(CAS_KERNEL)           \
69         $(CAS_MATH)             \
70         $(CAS_TKTopAlgo)        \
71         $(CAS_LDPATH) -lTKBool -lTKShHealing -lTKLCAF