Salome HOME
NPAL18095: Pb. with dump python and mesh group by filter.
[modules/smesh.git] / src / StdMeshers / Makefile.in
index d81355de98dd14c9ecab388d49f8acd91b41274d..20a4e89cabe7ca34d3acf7433848f0c4ad1eee73 100644 (file)
@@ -62,7 +62,12 @@ EXPORT_HEADERS = \
        StdMeshers_Projection_3D.hxx \
        StdMeshers_RadialPrism_3D.hxx  \
        StdMeshers_ProjectionUtils.hxx \
-       StdMeshers_LayerDistribution.hxx
+       StdMeshers_LayerDistribution.hxx \
+       StdMeshers_SegmentAroundVertex_0D.hxx \
+       StdMeshers_SegmentLengthAroundVertex.hxx \
+       StdMeshers_FaceSide.hxx \
+       StdMeshers_CompositeSegment_1D.hxx \
+       StdMeshers_UseExisting_1D2D.hxx
 
 EXPORT_PYSCRIPTS =
 
@@ -100,7 +105,12 @@ LIB_SRC = \
        StdMeshers_Projection_3D.cxx \
        StdMeshers_RadialPrism_3D.cxx \
        StdMeshers_ProjectionUtils.cxx \
-       StdMeshers_LayerDistribution.cxx
+       StdMeshers_LayerDistribution.cxx \
+       StdMeshers_SegmentAroundVertex_0D.cxx \
+       StdMeshers_SegmentLengthAroundVertex.cxx \
+       StdMeshers_FaceSide.cxx \
+       StdMeshers_CompositeSegment_1D.cxx \
+       StdMeshers_UseExisting_1D2D.cxx
 
 LIB_SERVER_IDL = 
 
@@ -114,12 +124,14 @@ BIN_SRC =
 CPPFLAGS+= \
        $(OCC_INCLUDES) \
        $(BOOST_CPPFLAGS) \
-       $(KERNEL_CXXFLAGS)
+       $(KERNEL_CXXFLAGS) \
+       @PLATFORM_INCLUDES@
 
 CXXFLAGS+= \
        $(OCC_CXXFLAGS) \
        $(KERNEL_CXXFLAGS) \
-       $(GEOM_CXXFLAGS)
+       $(GEOM_CXXFLAGS) \
+       @PLATFORM_INCLUDES@
 
 LDFLAGS+= \
        -lSMESHimpl \