X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FMakefile.in;h=632e8cb95fb30d8a6f2203adfb591fa0abd20bdf;hb=52a4f79f459f6e7fc5367ea83c1fe5fb9e42b4dd;hp=385d643a5809598ad038d4b93448a4b5ff1d846b;hpb=9dbbb779fa821772ea2187c8d4a92797b66813d4;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/Makefile.in b/src/StdMeshers/Makefile.in index 385d643a5..632e8cb95 100644 --- a/src/StdMeshers/Makefile.in +++ b/src/StdMeshers/Makefile.in @@ -16,14 +16,13 @@ # 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 # # # # File : Makefile.in # Author : Julia DOROVSKIKH # Module : SMESH -# $Header$ top_srcdir=@top_srcdir@ top_builddir=../.. @@ -49,7 +48,25 @@ EXPORT_HEADERS = \ StdMeshers_Quadrangle_2D.hxx \ StdMeshers_MEFISTO_2D.hxx \ StdMeshers_Hexa_3D.hxx \ - StdMeshers_AutomaticLength.hxx + StdMeshers_AutomaticLength.hxx \ + StdMeshers_Distribution.hxx \ + StdMeshers_QuadranglePreference.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_CompositeSegment_1D.hxx \ + StdMeshers_FaceSide.hxx EXPORT_PYSCRIPTS = @@ -73,7 +90,25 @@ LIB_SRC = \ StdMeshers_MEFISTO_2D.cxx \ StdMeshers_Penta_3D.cxx \ StdMeshers_Hexa_3D.cxx \ - StdMeshers_AutomaticLength.cxx + StdMeshers_AutomaticLength.cxx \ + StdMeshers_Distribution.cxx \ + StdMeshers_QuadranglePreference.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 LIB_SERVER_IDL = @@ -84,9 +119,24 @@ BIN = BIN_SRC = # additionnal information to compil and link file -CPPFLAGS+= $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS) -CXXFLAGS+= $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome +CPPFLAGS+= \ + $(OCC_INCLUDES) \ + $(BOOST_CPPFLAGS) \ + $(KERNEL_CXXFLAGS) \ + @PLATFORM_INCLUDES@ -LDFLAGS+= -lSMESHimpl -lMEFISTO2D $(OCC_LDPATH) -lTKAdvTools -L${KERNEL_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome +CXXFLAGS+= \ + $(OCC_CXXFLAGS) \ + $(KERNEL_CXXFLAGS) \ + $(GEOM_CXXFLAGS) \ + @PLATFORM_INCLUDES@ + +LDFLAGS+= \ + -lSMESHimpl \ + -lMEFISTO2D \ + $(OCC_LDPATH) \ + -lTKAdvTools \ + $(KERNEL_LDFLAGS) \ + $(GEOM_LDFLAGS) @CONCLUDE@