Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/smesh.git] / src / SMDS / Makefile.am
1 #  SMESH SMDS : implementaion of Salome mesh data structure
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Patrick GOLDBRONN (CEA)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : SMESH
28
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # header files 
32 salomeinclude_HEADERS = \
33         SMDS_TypeOfPosition.hxx \
34         SMDSAbs_ElementType.hxx \
35         SMDS_EdgePosition.hxx \
36         SMDS_ElemIterator.hxx \
37         SMDS_FacePosition.hxx \
38         SMDS_Mesh.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_MeshEdge.cxx \
81         SMDS_MeshFace.cxx \
82         SMDS_MeshVolume.cxx \
83         SMDS_MeshElementIDFactory.cxx \
84         SMDS_MeshGroup.cxx \
85         SMDS_MeshIDFactory.cxx \
86         SMDS_Mesh.cxx \
87         SMDS_IteratorOfElements.cxx \
88         SMDS_VolumeOfFaces.cxx \
89         SMDS_VolumeOfNodes.cxx \
90         SMDS_PolyhedralVolumeOfNodes.cxx \
91         SMDS_FaceOfEdges.cxx \
92         SMDS_FaceOfNodes.cxx \
93         SMDS_PolygonalFaceOfNodes.cxx \
94         SMDS_VolumeTool.cxx \
95         SMDS_QuadraticEdge.cxx \
96         SMDS_QuadraticFaceOfNodes.cxx \
97         SMDS_QuadraticVolumeOfNodes.cxx
98
99 # additionnal information to compil and link file
100 libSMDS_la_CPPFLAGS = \
101         $(KERNEL_CXXFLAGS) \
102         $(CAS_CPPFLAGS) \
103         $(BOOST_CPPFLAGS)
104
105 libSMDS_la_LDFLAGS  = \
106         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
107         $(CAS_KERNEL)
108
109 # Executables targets
110 bin_PROGRAMS = SMDS_MemoryLimit
111 dist_SMDS_MemoryLimit_SOURCES = \
112         SMDS_MemoryLimit.cxx
113
114 SMDS_MemoryLimit_LDADD = \
115         $(KERNEL_LDFLAGS) -lSALOMELocalTrace