Salome HOME
Merge from BR_V5_DEV 16Feb09
[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_MeshEdge.hxx \
39         SMDS_MeshElement.hxx \
40         SMDS_MeshElementIDFactory.hxx \
41         SMDS_MeshFace.hxx \
42         SMDS_MeshGroup.hxx \
43         SMDS_MeshIDFactory.hxx \
44         SMDS_MeshNode.hxx \
45         SMDS_MeshObject.hxx \
46         SMDS_MeshVolume.hxx \
47         SMDS_Position.hxx \
48         SMDS_SpacePosition.hxx \
49         SMDS_VertexPosition.hxx \
50         SMDS_Iterator.hxx \
51         SMDS_IteratorOfElements.hxx \
52         SMDS_VolumeOfFaces.hxx \
53         SMDS_VolumeOfNodes.hxx \
54         SMDS_PolyhedralVolumeOfNodes.hxx \
55         SMDS_FaceOfEdges.hxx \
56         SMDS_FaceOfNodes.hxx \
57         SMDS_PolygonalFaceOfNodes.hxx \
58         SMDS_VolumeTool.hxx \
59         SMDS_QuadraticEdge.hxx \
60         SMDS_QuadraticFaceOfNodes.hxx \
61         SMDS_QuadraticVolumeOfNodes.hxx \
62         SMDS_SetIterator.hxx \
63         SMESH_SMDS.hxx \
64         SMDS_MeshInfo.hxx
65
66
67 # Libraries targets
68
69 lib_LTLIBRARIES = libSMDS.la
70 dist_libSMDS_la_SOURCES = \
71         SMDS_MeshObject.cxx \
72         SMDS_MeshElement.cxx \
73         SMDS_Position.cxx \
74         SMDS_EdgePosition.cxx \
75         SMDS_FacePosition.cxx \
76         SMDS_SpacePosition.cxx \
77         SMDS_VertexPosition.cxx \
78         SMDS_MeshNode.cxx \
79         SMDS_MeshEdge.cxx \
80         SMDS_MeshFace.cxx \
81         SMDS_MeshVolume.cxx \
82         SMDS_MeshElementIDFactory.cxx \
83         SMDS_MeshGroup.cxx \
84         SMDS_MeshIDFactory.cxx \
85         SMDS_Mesh.cxx \
86         SMDS_IteratorOfElements.cxx \
87         SMDS_VolumeOfFaces.cxx \
88         SMDS_VolumeOfNodes.cxx \
89         SMDS_PolyhedralVolumeOfNodes.cxx \
90         SMDS_FaceOfEdges.cxx \
91         SMDS_FaceOfNodes.cxx \
92         SMDS_PolygonalFaceOfNodes.cxx \
93         SMDS_VolumeTool.cxx \
94         SMDS_QuadraticEdge.cxx \
95         SMDS_QuadraticFaceOfNodes.cxx \
96         SMDS_QuadraticVolumeOfNodes.cxx
97
98 # additionnal information to compil and link file
99 libSMDS_la_CPPFLAGS = \
100         $(KERNEL_CXXFLAGS) \
101         $(CAS_CPPFLAGS) \
102         $(BOOST_CPPFLAGS)
103
104 libSMDS_la_LDFLAGS  = \
105         $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
106         $(CAS_KERNEL)
107
108 # Executables targets
109 bin_PROGRAMS = SMDS_MemoryLimit
110 dist_SMDS_MemoryLimit_SOURCES = \
111         SMDS_MemoryLimit.cxx
112
113 SMDS_MemoryLimit_LDADD = \
114         $(KERNEL_LDFLAGS) -lSALOMELocalTrace