X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=29f93365d37297ec988fd89d9fa1a2d32b793667;hb=399bf939cf7597e9dbe1810a07ffcb5c2ed57d32;hp=d2dc497ab8067185061c5e7db83adc87de9694e5;hpb=49622888cd4954bf11544b2e43f58e523c9954b5;p=pspp-builds.git diff --git a/Smake b/Smake index d2dc497a..29f93365 100644 --- a/Smake +++ b/Smake @@ -9,14 +9,19 @@ GNULIB_MODULES = \ byteswap \ c-ctype \ c-strtod \ + close \ crypto/md4 \ dirname \ + environ \ exit \ + fatal-signal \ + fcntl \ fpieee \ fprintf-posix \ full-read \ full-write \ fseeko \ + ftello \ fwriteerror \ gethostname \ getline \ @@ -24,15 +29,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 \ @@ -41,7 +48,10 @@ GNULIB_MODULES = \ printf-posix \ printf-safe \ progname \ + regex \ relocatable-prog \ + rename \ + round \ snprintf \ snprintf-posix \ sprintf-posix \ @@ -59,8 +69,10 @@ GNULIB_MODULES = \ strtol \ strtoul \ sys_stat \ + tempname \ tmpfile \ trunc \ + unilbrk/ulc-width-linebreaks \ unistd \ unlocked-io \ vasprintf-posix \ @@ -77,12 +89,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