From 76e827758b42639bf703fbfb336de7cadc0e91db Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 25 Jan 2010 17:25:40 +0100 Subject: [PATCH] regenerated makefile --- scilab/modules/mpi/Makefile.in | 3 ++- scilab/modules/xcos/Makefile.in | 15 ++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/scilab/modules/mpi/Makefile.in b/scilab/modules/mpi/Makefile.in index 0ca59b2..4ae6201 100644 --- a/scilab/modules/mpi/Makefile.in +++ b/scilab/modules/mpi/Makefile.in @@ -91,7 +91,8 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ $(top_srcdir)/m4/fftw.m4 $(top_srcdir)/m4/fortran.m4 \ $(top_srcdir)/m4/giws.m4 $(top_srcdir)/m4/hdf5.m4 \ - $(top_srcdir)/m4/intel_compiler.m4 $(top_srcdir)/m4/java.m4 \ + $(top_srcdir)/m4/intel_compiler.m4 \ + $(top_srcdir)/m4/java-thirdparty.m4 $(top_srcdir)/m4/java.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/libsmath.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ diff --git a/scilab/modules/xcos/Makefile.in b/scilab/modules/xcos/Makefile.in index aadec74..dd12403 100644 --- a/scilab/modules/xcos/Makefile.in +++ b/scilab/modules/xcos/Makefile.in @@ -77,11 +77,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/ocaml.m4 $(top_srcdir)/m4/pcre.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/pvm.m4 \ - $(top_srcdir)/m4/relocatable.m4 $(top_srcdir)/m4/swig.m4 \ - $(top_srcdir)/m4/symlinks.m4 $(top_srcdir)/m4/tcltk.m4 \ - $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/m4/mpi.m4 $(top_srcdir)/m4/ocaml.m4 \ + $(top_srcdir)/m4/pcre.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/pvm.m4 $(top_srcdir)/m4/relocatable.m4 \ + $(top_srcdir)/m4/swig.m4 $(top_srcdir)/m4/symlinks.m4 \ + $(top_srcdir)/m4/tcltk.m4 $(top_srcdir)/m4/umfpack.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -281,6 +282,7 @@ MATIO_CFLAGS = @MATIO_CFLAGS@ MATIO_ENABLE = @MATIO_ENABLE@ MATIO_LIBS = @MATIO_LIBS@ MKDIR_P = @MKDIR_P@ +MPI_ENABLE = @MPI_ENABLE@ MSGCAT = @MSGCAT@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ @@ -294,6 +296,9 @@ OCAMLDEP = @OCAMLDEP@ OCAMLLEX = @OCAMLLEX@ OCAMLOPT = @OCAMLOPT@ OCAMLYACC = @OCAMLYACC@ +OPENMPI_CC = @OPENMPI_CC@ +OPENMPI_FLAGS = @OPENMPI_FLAGS@ +OPENMPI_LIBS = @OPENMPI_LIBS@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ -- 1.7.9.5