X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=11ab6daf2d772ba3f39bcb4b91dcbecfca7e4dc6;hb=6ef859a7962e2d98b192844b07f39017df11681b;hp=21e6a22410a6131f0c3944850eed6e075d7e9064;hpb=9f4661992f4b481c6dafa6fd53c94ecfe7b3af8c;p=pspp-builds.git diff --git a/Smake b/Smake index 21e6a224..11ab6daf 100644 --- a/Smake +++ b/Smake @@ -11,12 +11,15 @@ GNULIB_MODULES = \ c-strtod \ crypto/md4 \ dirname \ + environ \ exit \ + fatal-signal \ fpieee \ fprintf-posix \ full-read \ full-write \ fseeko \ + ftello \ fwriteerror \ gethostname \ getline \ @@ -24,15 +27,17 @@ GNULIB_MODULES = \ getopt \ gettext-h \ gettimeofday \ + gitlog-to-changelog \ + isfinite \ + isinf \ + isnan \ intprops \ inttostr \ - linebreak \ localcharset \ mbchar \ memcasecmp \ memchr \ memcmp \ - memmem \ memmove \ mempcpy \ memset \ @@ -42,6 +47,7 @@ GNULIB_MODULES = \ printf-safe \ progname \ relocatable-prog \ + round \ snprintf \ snprintf-posix \ sprintf-posix \ @@ -59,7 +65,10 @@ GNULIB_MODULES = \ strtol \ strtoul \ sys_stat \ + tempname \ tmpfile \ + trunc \ + unilbrk/ulc-width-linebreaks \ unistd \ unlocked-io \ vasprintf-posix \ @@ -76,12 +85,13 @@ GNULIB_MODULES = \ xvasprintf all: po/POTFILES.in + test -e ChangeLog || touch ChangeLog test -d m4 || mkdir m4 echo '*' > m4/.cvsignore touch m4/Makefile.am $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ - --doc-base=gl/doc --import $(GNULIB_MODULES) + --doc-base=gl/doc --aux-dir=. --import $(GNULIB_MODULES) echo '*' > gl/.cvsignore echo '*' > gl/m4/.cvsignore libtoolize --force --automake