Salome HOME
GEOM porting to CMake
[modules/geom.git] / src / ShHealOper / 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 ShHealOper : Shape Healing
21 #  File   : Makefile.in
22 #  Author : Alexander SLADKOV
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         ShHealOper_CloseContour.hxx             \
31         ShHealOper_EdgeDivide.hxx               \
32         ShHealOper_FillHoles.hxx                \
33         ShHealOper_RemoveFace.hxx               \
34         ShHealOper_RemoveInternalWires.hxx      \
35         ShHealOper_Sewing.hxx                   \
36         ShHealOper_ShapeProcess.hxx             \
37         ShHealOper_SpiltCurve2d.hxx             \
38         ShHealOper_SplitCurve2d.hxx             \
39         ShHealOper_SplitCurve3d.hxx             \
40         ShHealOper_ChangeOrientation.hxx        \
41         ShHealOper_Tool.hxx
42
43 # Libraries targets
44 lib_LTLIBRARIES = libShHealOper.la
45
46 dist_libShHealOper_la_SOURCES =                 \
47         ShHealOper_CloseContour.cxx             \
48         ShHealOper_EdgeDivide.cxx               \
49         ShHealOper_FillHoles.cxx                \
50         ShHealOper_RemoveFace.cxx               \
51         ShHealOper_RemoveInternalWires.cxx      \
52         ShHealOper_Sewing.cxx                   \
53         ShHealOper_ShapeProcess.cxx             \
54         ShHealOper_SplitCurve2d.cxx             \
55         ShHealOper_SplitCurve3d.cxx             \
56         ShHealOper_ChangeOrientation.cxx        \
57         ShHealOper_Tool.cxx
58
59 # additional information to compile and link file
60
61 libShHealOper_la_CPPFLAGS =     \
62         $(CAS_CPPFLAGS)         \
63         $(KERNEL_CXXFLAGS)
64
65 libShHealOper_la_LDFLAGS  =     \
66         $(STDLIB)               \
67         $(CAS_KERNEL)           \
68         $(CAS_MATH)             \
69         $(CAS_TKTopAlgo)        \
70         $(CAS_LDPATH) -lTKBool -lTKShHealing -lTKCAF -lTKLCAF