X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FMakefile.in;h=d64abd6fe753a254ba54839f98d59ef05d8c88b4;hb=3da89ab0533629f38d5c96c07967fd391196fd5e;hp=5c3e9abd99e88dcbc3f7451c80aa0836b6caa951;hpb=e0b529896b95749166851a7fc9bb83d7f52b43cf;p=modules%2Fsmesh.git diff --git a/src/SMDS/Makefile.in b/src/SMDS/Makefile.in index 5c3e9abd9..d64abd6fe 100644 --- a/src/SMDS/Makefile.in +++ b/src/SMDS/Makefile.in @@ -57,8 +57,9 @@ LIB_SRC = \ SMDS_VolumeOfNodes.cxx \ SMDS_FaceOfEdges.cxx \ SMDS_FaceOfNodes.cxx \ - SMDS_Tria3OfNodes.cxx \ - SMDS_HexahedronOfNodes.cxx + SMDS_VolumeTool.cxx +# SMDS_Tria3OfNodes.cxx \ +# SMDS_HexahedronOfNodes.cxx #SMDSControl_BoundaryEdges.cxx \ #SMDSControl_BoundaryFaces.cxx \ @@ -87,6 +88,7 @@ EXPORT_HEADERS= \ SMDS_TypeOfPosition.hxx \ SMDSAbs_ElementType.hxx \ SMDS_EdgePosition.hxx \ + SMDS_ElemIterator.hxx \ SMDS_FacePosition.hxx \ SMDS_Mesh.hxx \ SMDS_MeshEdge.hxx \ @@ -107,8 +109,9 @@ EXPORT_HEADERS= \ SMDS_VolumeOfNodes.hxx \ SMDS_FaceOfEdges.hxx \ SMDS_FaceOfNodes.hxx \ - SMDS_Tria3OfNodes.hxx \ - SMDS_HexahedronOfNodes.hxx + SMDS_VolumeTool.hxx +# SMDS_Tria3OfNodes.hxx \ +# SMDS_HexahedronOfNodes.hxx #SMDSControl_BoundaryEdges.hxx \ #SMDSControl_BoundaryFaces.hxx \ @@ -123,9 +126,9 @@ EXPORT_HEADERS= \ #SMDS_MeshNodeIDFactory.hxx # additionnal information to compil and link file -CPPFLAGS += -I${KERNEL_ROOT_DIR}/include/salome +CPPFLAGS += -I${KERNEL_ROOT_DIR}/include/salome $(OCC_INCLUDES) $(BOOST_CPPFLAGS) CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -LDFLAGS += -L${KERNEL_ROOT_DIR}/lib/salome +LDFLAGS += -L${KERNEL_ROOT_DIR}/lib/salome $(OCC_KERNEL_LIBS) # additional file to be cleaned