1 # SMESH SMDS : implementaion of Salome mesh data structure
3 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
20 # See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
25 # Author : Patrick GOLDBRONN (CEA)
28 top_srcdir=@top_srcdir@
31 VPATH=.:@srcdir@:@top_srcdir@/idl
41 SMDS_MeshElement.cxx \
43 SMDS_EdgePosition.cxx \
44 SMDS_FacePosition.cxx \
45 SMDS_SpacePosition.cxx \
46 SMDS_VertexPosition.cxx \
51 SMDS_MeshElementIDFactory.cxx \
53 SMDS_MeshIDFactory.cxx \
55 SMDS_IteratorOfElements.cxx \
56 SMDS_VolumeOfFaces.cxx \
57 SMDS_VolumeOfNodes.cxx \
58 SMDS_PolyhedralVolumeOfNodes.cxx \
59 SMDS_FaceOfEdges.cxx \
60 SMDS_FaceOfNodes.cxx \
61 SMDS_PolygonalFaceOfNodes.cxx \
63 # SMDS_Tria3OfNodes.cxx \
64 # SMDS_HexahedronOfNodes.cxx
66 #SMDSControl_BoundaryEdges.cxx \
67 #SMDSControl_BoundaryFaces.cxx \
69 #SMDSControl_MeshBoundary.cxx \
70 #SMDSEdit_Transform.cxx \
71 #SMDS_MeshNodeIDFactory.cxx \
73 #SMDS_MeshPyramid.cxx \
74 #SMDS_MeshQuadrangle.cxx \
75 #SMDS_MeshTetrahedron.cxx \
76 #SMDS_MeshTriangle.cxx \
90 SMDS_TypeOfPosition.hxx \
91 SMDSAbs_ElementType.hxx \
92 SMDS_EdgePosition.hxx \
93 SMDS_ElemIterator.hxx \
94 SMDS_FacePosition.hxx \
97 SMDS_MeshElement.hxx \
98 SMDS_MeshElementIDFactory.hxx \
101 SMDS_MeshIDFactory.hxx \
103 SMDS_MeshObject.hxx \
104 SMDS_MeshVolume.hxx \
106 SMDS_SpacePosition.hxx \
107 SMDS_VertexPosition.hxx \
109 SMDS_IteratorOfElements.hxx \
110 SMDS_VolumeOfFaces.hxx \
111 SMDS_VolumeOfNodes.hxx \
112 SMDS_PolyhedralVolumeOfNodes.hxx \
113 SMDS_FaceOfEdges.hxx \
114 SMDS_FaceOfNodes.hxx \
115 SMDS_PolygonalFaceOfNodes.hxx \
117 # SMDS_Tria3OfNodes.hxx \
118 # SMDS_HexahedronOfNodes.hxx
120 #SMDSControl_BoundaryEdges.hxx \
121 #SMDSControl_BoundaryFaces.hxx \
123 #SMDSControl_MeshBoundary.hxx \
124 #SMDSEdit_Transform.hxx \
125 #SMDS_MeshPrism.hxx \
126 #SMDS_MeshPyramid.hxx \
127 #SMDS_MeshQuadrangle.hxx \
128 #SMDS_MeshTetrahedron.hxx \
129 #SMDS_MeshTriangle.hxx \
130 #SMDS_MeshNodeIDFactory.hxx
132 # additionnal information to compil and link file
133 CPPFLAGS += -I${KERNEL_ROOT_DIR}/include/salome $(OCC_INCLUDES) $(BOOST_CPPFLAGS)
134 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
135 LDFLAGS += -L${KERNEL_ROOT_DIR}/lib/salome $(OCC_KERNEL_LIBS)
138 # additional file to be cleaned