Salome HOME
Fix installation of TUI documentation in accordance with meshpy.py renaming to smesh.py
[modules/smesh.git] / src / SMDS / Makefile.in
index 963d204f20db418ad00d8651ccb5be3c31d84a18..d64abd6fe753a254ba54839f98d59ef05d8c88b4 100644 (file)
@@ -56,7 +56,10 @@ LIB_SRC = \
        SMDS_VolumeOfFaces.cxx \
        SMDS_VolumeOfNodes.cxx \
        SMDS_FaceOfEdges.cxx \
-       SMDS_FaceOfNodes.cxx
+       SMDS_FaceOfNodes.cxx \
+       SMDS_VolumeTool.cxx
+#      SMDS_Tria3OfNodes.cxx \
+#      SMDS_HexahedronOfNodes.cxx
 
 #SMDSControl_BoundaryEdges.cxx \
 #SMDSControl_BoundaryFaces.cxx \
@@ -85,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 \
@@ -104,7 +108,10 @@ EXPORT_HEADERS= \
        SMDS_VolumeOfFaces.hxx \
        SMDS_VolumeOfNodes.hxx \
        SMDS_FaceOfEdges.hxx \
-       SMDS_FaceOfNodes.hxx
+       SMDS_FaceOfNodes.hxx \
+       SMDS_VolumeTool.hxx
+#      SMDS_Tria3OfNodes.hxx \
+#      SMDS_HexahedronOfNodes.hxx
 
 #SMDSControl_BoundaryEdges.hxx \
 #SMDSControl_BoundaryFaces.hxx \
@@ -119,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