diff options
author | jofret | 2009-06-10 06:33:56 +0000 |
---|---|---|
committer | jofret | 2009-06-10 06:33:56 +0000 |
commit | 1e516457e938875dcab40b60d1c7f768e02be7c8 (patch) | |
tree | 802a5e8b335b6b4b60640ef142ba0798410a8e4f /src/c/statisticsFunctions/Makefile.in | |
parent | 611015afac8063f186be44b384cd33eeb05d9f9d (diff) | |
download | scilab2c-1e516457e938875dcab40b60d1c7f768e02be7c8.tar.gz scilab2c-1e516457e938875dcab40b60d1c7f768e02be7c8.tar.bz2 scilab2c-1e516457e938875dcab40b60d1c7f768e02be7c8.zip |
Regenerate Makefile
Diffstat (limited to 'src/c/statisticsFunctions/Makefile.in')
-rw-r--r-- | src/c/statisticsFunctions/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/c/statisticsFunctions/Makefile.in b/src/c/statisticsFunctions/Makefile.in index 3ebbd38c..44fda9b9 100644 --- a/src/c/statisticsFunctions/Makefile.in +++ b/src/c/statisticsFunctions/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.10.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -104,6 +104,7 @@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ @@ -171,6 +172,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = mean \ @@ -187,8 +189,8 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ @@ -294,7 +296,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ - $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS |