]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/StdMeshers/Makefile.in
Salome HOME
PAL17694 (New Tool About Hexahedral Meshing)
[modules/smesh.git] / src / StdMeshers / Makefile.in
index a53d53fd2f84d92a7eeee18efe6b417c8c4dbe1c..20a4e89cabe7ca34d3acf7433848f0c4ad1eee73 100644 (file)
@@ -16,7 +16,7 @@
 #  License along with this library; if not, write to the Free Software 
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 # 
-#  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -51,7 +51,23 @@ EXPORT_HEADERS = \
        StdMeshers_AutomaticLength.hxx \
        StdMeshers_Distribution.hxx \
        StdMeshers_QuadranglePreference.hxx \
-       StdMeshers_QuadraticMesh.hxx
+       StdMeshers_QuadraticMesh.hxx \
+       StdMeshers_NumberOfLayers.hxx \
+       StdMeshers_Prism_3D.hxx \
+       StdMeshers_ProjectionSource1D.hxx \
+       StdMeshers_ProjectionSource2D.hxx \
+       StdMeshers_ProjectionSource3D.hxx \
+       StdMeshers_Projection_1D.hxx \
+       StdMeshers_Projection_2D.hxx \
+       StdMeshers_Projection_3D.hxx \
+       StdMeshers_RadialPrism_3D.hxx  \
+       StdMeshers_ProjectionUtils.hxx \
+       StdMeshers_LayerDistribution.hxx \
+       StdMeshers_SegmentAroundVertex_0D.hxx \
+       StdMeshers_SegmentLengthAroundVertex.hxx \
+       StdMeshers_FaceSide.hxx \
+       StdMeshers_CompositeSegment_1D.hxx \
+       StdMeshers_UseExisting_1D2D.hxx
 
 EXPORT_PYSCRIPTS =
 
@@ -78,7 +94,23 @@ LIB_SRC = \
        StdMeshers_AutomaticLength.cxx \
        StdMeshers_Distribution.cxx \
        StdMeshers_QuadranglePreference.cxx \
-       StdMeshers_QuadraticMesh.cxx
+       StdMeshers_QuadraticMesh.cxx \
+       StdMeshers_NumberOfLayers.cxx \
+       StdMeshers_Prism_3D.cxx \
+       StdMeshers_ProjectionSource1D.cxx \
+       StdMeshers_ProjectionSource2D.cxx \
+       StdMeshers_ProjectionSource3D.cxx \
+       StdMeshers_Projection_1D.cxx \
+       StdMeshers_Projection_2D.cxx \
+       StdMeshers_Projection_3D.cxx \
+       StdMeshers_RadialPrism_3D.cxx \
+       StdMeshers_ProjectionUtils.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 = 
 
@@ -92,19 +124,21 @@ BIN_SRC =
 CPPFLAGS+= \
        $(OCC_INCLUDES) \
        $(BOOST_CPPFLAGS) \
-       -I${KERNEL_ROOT_DIR}/include/salome
+       $(KERNEL_CXXFLAGS) \
+       @PLATFORM_INCLUDES@
 
 CXXFLAGS+= \
        $(OCC_CXXFLAGS) \
-       -I${KERNEL_ROOT_DIR}/include/salome \
-       -I${GEOM_ROOT_DIR}/include/salome
+       $(KERNEL_CXXFLAGS) \
+       $(GEOM_CXXFLAGS) \
+       @PLATFORM_INCLUDES@
 
 LDFLAGS+= \
        -lSMESHimpl \
        -lMEFISTO2D \
        $(OCC_LDPATH) \
        -lTKAdvTools \
-       -L${KERNEL_ROOT_DIR}/lib/salome \
-       -L${GEOM_ROOT_DIR}/lib/salome
+       $(KERNEL_LDFLAGS) \
+       $(GEOM_LDFLAGS)
 
 @CONCLUDE@