Salome HOME
correct previous integration (Porting to Python 2.6)
[modules/smesh.git] / src / SMDS / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  SMESH SMDS : implementaion of Salome mesh data structure
23 #  File   : Makefile.in
24 #  Author : Patrick GOLDBRONN (CEA)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : SMESH
27 #
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 # header files 
31 salomeinclude_HEADERS = \
32         SMDS_TypeOfPosition.hxx \
33         SMDSAbs_ElementType.hxx \
34         SMDS_EdgePosition.hxx \
35         SMDS_ElemIterator.hxx \
36         SMDS_FacePosition.hxx \
37         SMDS_Mesh.hxx \
38         SMDS_Mesh0DElement.hxx \
39         SMDS_MeshEdge.hxx \
40         SMDS_MeshElement.hxx \
41         SMDS_MeshElementIDFactory.hxx \
42         SMDS_MeshFace.hxx \
43         SMDS_MeshGroup.hxx \
44         SMDS_MeshIDFactory.hxx \
45         SMDS_MeshNode.hxx \
46         SMDS_MeshObject.hxx \
47         SMDS_MeshVolume.hxx \
48         SMDS_Position.hxx \
49         SMDS_SpacePosition.hxx \
50         SMDS_VertexPosition.hxx \
51         SMDS_Iterator.hxx \
52         SMDS_IteratorOfElements.hxx \
53         SMDS_VolumeOfFaces.hxx \
54         SMDS_VolumeOfNodes.hxx \
55         SMDS_PolyhedralVolumeOfNodes.hxx \
56         SMDS_FaceOfEdges.hxx \
57         SMDS_FaceOfNodes.hxx \
58         SMDS_PolygonalFaceOfNodes.hxx \
59         SMDS_VolumeTool.hxx \
60         SMDS_QuadraticEdge.hxx \
61         SMDS_QuadraticFaceOfNodes.hxx \
62         SMDS_QuadraticVolumeOfNodes.hxx \
63         SMDS_SetIterator.hxx \
64         SMESH_SMDS.hxx \
65         SMDS_MeshInfo.hxx
66
67
68 # Libraries targets
69
70 lib_LTLIBRARIES = libSMDS.la
71 dist_libSMDS_la_SOURCES = \
72         SMDS_MeshObject.cxx \
73         SMDS_MeshElement.cxx \
74         SMDS_Position.cxx \
75         SMDS_EdgePosition.cxx \
76         SMDS_FacePosition.cxx \
77         SMDS_SpacePosition.cxx \
78         SMDS_VertexPosition.cxx \
79         SMDS_MeshNode.cxx \
80         SMDS_Mesh0DElement.cxx \
81         SMDS_MeshEdge.cxx \
82         SMDS_MeshFace.cxx \
83         SMDS_MeshVolume.cxx \
84         SMDS_MeshElementIDFactory.cxx \
85         SMDS_MeshGroup.cxx \
86         SMDS_MeshIDFactory.cxx \
87         SMDS_Mesh.cxx \
88         SMDS_IteratorOfElements.cxx \
89         SMDS_VolumeOfFaces.cxx \
90         SMDS_VolumeOfNodes.cxx \
91         SMDS_PolyhedralVolumeOfNodes.cxx \
92         SMDS_FaceOfEdges.cxx \
93         SMDS_FaceOfNodes.cxx \
94         SMDS_PolygonalFaceOfNodes.cxx \
95         SMDS_VolumeTool.cxx \
96         SMDS_QuadraticEdge.cxx \
97         SMDS_QuadraticFaceOfNodes.cxx \
98         SMDS_QuadraticVolumeOfNodes.cxx
99
100 # additionnal information to compil and link file
101 libSMDS_la_CPPFLAGS = \
102         $(KERNEL_CXXFLAGS) \
103         $(CAS_CPPFLAGS) \
104         $(BOOST_CPPFLAGS)
105
106 libSMDS_la_LDFLAGS  = \
107         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
108         $(CAS_KERNEL)
109
110 # Executables targets
111 bin_PROGRAMS = SMDS_MemoryLimit
112 dist_SMDS_MemoryLimit_SOURCES = \
113         SMDS_MemoryLimit.cxx
114
115 SMDS_MemoryLimit_LDADD = \
116         $(KERNEL_LDFLAGS) -lSALOMELocalTrace