X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=7905c430fe28401c4e5f454a0e4c3218d3a8f283;hb=04bc6ee1d86faf2b0d42590dd31e8a984f7f0418;hp=21e6a22410a6131f0c3944850eed6e075d7e9064;hpb=9f4661992f4b481c6dafa6fd53c94ecfe7b3af8c;p=pspp diff --git a/Smake b/Smake index 21e6a22410..7905c430fe 100644 --- a/Smake +++ b/Smake @@ -5,18 +5,22 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ + argp \ assert \ byteswap \ c-ctype \ c-strtod \ 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,7 +67,10 @@ GNULIB_MODULES = \ strtol \ strtoul \ sys_stat \ + tempname \ tmpfile \ + trunc \ + unilbrk/ulc-width-linebreaks \ unistd \ unlocked-io \ vasprintf-posix \ @@ -76,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