X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FMakefile.in;h=87f327472915d870fd56b7df05094e77545b839a;hp=b38a5dcbf5ab8da3239f441c0b2cc5bee748a62e;hb=9d11375af40826e967ab2c3bcb77d1f9d439c90c;hpb=4ff5bd61540272713e48de1eee75625028c32155 diff --git a/src/StdMeshers/Makefile.in b/src/StdMeshers/Makefile.in index b38a5dcbf..87f327472 100644 --- a/src/StdMeshers/Makefile.in +++ b/src/StdMeshers/Makefile.in @@ -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,8 +51,19 @@ EXPORT_HEADERS = \ StdMeshers_AutomaticLength.hxx \ StdMeshers_Distribution.hxx \ StdMeshers_QuadranglePreference.hxx \ - StdMeshers_Helper.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 \ + SMESH_StdMeshers.hxx EXPORT_PYSCRIPTS = @@ -79,8 +90,18 @@ LIB_SRC = \ StdMeshers_AutomaticLength.cxx \ StdMeshers_Distribution.cxx \ StdMeshers_QuadranglePreference.cxx \ - StdMeshers_Helper.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 LIB_SERVER_IDL = @@ -94,19 +115,19 @@ BIN_SRC = CPPFLAGS+= \ $(OCC_INCLUDES) \ $(BOOST_CPPFLAGS) \ - -I${KERNEL_ROOT_DIR}/include/salome + $(KERNEL_CXXFLAGS) CXXFLAGS+= \ $(OCC_CXXFLAGS) \ - -I${KERNEL_ROOT_DIR}/include/salome \ - -I${GEOM_ROOT_DIR}/include/salome + $(KERNEL_CXXFLAGS) \ + $(GEOM_CXXFLAGS) LDFLAGS+= \ -lSMESHimpl \ -lMEFISTO2D \ $(OCC_LDPATH) \ -lTKAdvTools \ - -L${KERNEL_ROOT_DIR}/lib/salome \ - -L${GEOM_ROOT_DIR}/lib/salome + $(KERNEL_LDFLAGS) \ + $(GEOM_LDFLAGS) @CONCLUDE@