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