X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=014208b25b5241390e8c2a775659bceacfaab0fb;hb=ab94b96a546c01fef1f15f9d842fb5e5eee9376e;hp=e8ffdd5705b2802df79ef79b6ccf90b075a521c0;hpb=cb586666724d5fcbdb658ce471b85484f0a7babe;p=pspp-builds.git diff --git a/Smake b/Smake index e8ffdd57..014208b2 100644 --- a/Smake +++ b/Smake @@ -5,17 +5,18 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ - argp \ assert \ byteswap \ c-ctype \ c-strtod \ + clean-temp \ close \ + configmake \ count-one-bits \ + crc \ crypto/md4 \ dirname \ environ \ - exit \ fatal-signal \ fcntl \ fpieee \ @@ -25,12 +26,10 @@ GNULIB_MODULES = \ fseeko \ ftello \ fwriteerror \ - gethostname \ getline \ - getlogin_r \ - getopt \ gettext-h \ gettimeofday \ + getopt-gnu \ gitlog-to-changelog \ isfinite \ isinf \ @@ -41,11 +40,9 @@ GNULIB_MODULES = \ mbchar \ memcasecmp \ memchr \ - memcmp \ - memmove \ mempcpy \ - memset \ minmax \ + mkdtemp \ mkstemp \ printf-posix \ printf-safe \ @@ -62,25 +59,28 @@ GNULIB_MODULES = \ stdint \ stpcpy \ strcase \ - strcspn \ strerror \ strftime \ - strsep \ strtod \ strtok_r \ strtol \ strtoul \ sys_stat \ tempname \ - tmpfile \ trunc \ unilbrk/ulc-width-linebreaks \ unistd \ + unictype/property-id-continue \ + unictype/property-id-start \ unistr/u8-cpy \ + unistr/u8-mbtouc \ unistr/u8-strlen \ unistr/u8-strncat \ + unitypes \ unlocked-io \ vasprintf-posix \ + version-etc \ + version-etc-fsf \ vfprintf-posix \ vprintf-posix \ vsnprintf \ @@ -97,19 +97,24 @@ GNULIB_MODULES = \ all: 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 --aux-dir=. --import $(GNULIB_MODULES) - echo '*' > gl/.cvsignore - echo '*' > gl/m4/.cvsignore + --doc-base=gl/doc --aux-dir=build-aux --import \ + --libtool $(GNULIB_MODULES) libtoolize --force --automake aclocal -I m4 -I gl/m4 autoconf autoheader automake --add-missing --copy --no-force +gnulib: + $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \ + --source-base=gl --lib=libgl --tests-base=tests \ + --doc-base=gl/doc --aux-dir=build-aux --import \ + --libtool $(GNULIB_MODULES) + + gettextize: test -d m4 || mkdir m4 touch m4/Makefile.am @@ -138,7 +143,6 @@ po/Makevars.template po/pspp.pot clean: rm -f config.sub config.guess config.rpath - rm -f ABOUT-NLS rm -fr autom4te.cache rm -f aclocal.m4 rm -f missing mkinstalldirs