X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FMakefile.in;h=87f327472915d870fd56b7df05094e77545b839a;hb=eeccdfb1ef68d164a40052de06d9def6cd2c7aef;hp=9b2f65b613692e868eefb751c702571d37d88afd;hpb=2ad752b10cb247a162b27593121a7ae13173258d;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/Makefile.in b/src/StdMeshers/Makefile.in index 9b2f65b61..87f327472 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,22 @@ 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 \ + SMESH_StdMeshers.hxx EXPORT_PYSCRIPTS = @@ -73,7 +87,21 @@ 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 LIB_SERVER_IDL = @@ -84,10 +112,22 @@ 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) -LDFLAGS+= -lSMESHimpl -lMEFISTO2D $(OCC_LDPATH) -lTKAdvTools -L${KERNEL_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome \ - -lCASCatch +CXXFLAGS+= \ + $(OCC_CXXFLAGS) \ + $(KERNEL_CXXFLAGS) \ + $(GEOM_CXXFLAGS) + +LDFLAGS+= \ + -lSMESHimpl \ + -lMEFISTO2D \ + $(OCC_LDPATH) \ + -lTKAdvTools \ + $(KERNEL_LDFLAGS) \ + $(GEOM_LDFLAGS) @CONCLUDE@