X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=683a8e382871f190c1a824d66f263a7a65a602c1;hb=afdf3096926b561f4e6511c10fcf73fc6796b9d2;hp=22c0f692de0638be8e8d5405da76d573837086e2;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp-builds.git diff --git a/Smake b/Smake index 22c0f692..683a8e38 100644 --- a/Smake +++ b/Smake @@ -9,14 +9,16 @@ GNULIB_MODULES = \ byteswap \ c-ctype \ c-strtod \ + clean-temp \ close \ configmake \ count-one-bits \ crc \ crypto/md4 \ + crypto/md5 \ dirname \ + dtoastr \ environ \ - exit \ fatal-signal \ fcntl \ fpieee \ @@ -27,9 +29,9 @@ GNULIB_MODULES = \ ftello \ fwriteerror \ getline \ - getopt \ gettext-h \ gettimeofday \ + getopt-gnu \ gitlog-to-changelog \ isfinite \ isinf \ @@ -40,16 +42,14 @@ GNULIB_MODULES = \ mbchar \ memcasecmp \ memchr \ - memcmp \ - memmove \ mempcpy \ - memset \ minmax \ mkdtemp \ mkstemp \ printf-posix \ printf-safe \ progname \ + read-file \ regex \ relocatable-prog \ rename \ @@ -62,7 +62,6 @@ GNULIB_MODULES = \ stdint \ stpcpy \ strcase \ - strcspn \ strerror \ strftime \ strtod \ @@ -71,13 +70,19 @@ GNULIB_MODULES = \ strtoul \ sys_stat \ tempname \ - tmpfile \ trunc \ - unilbrk/ulc-width-linebreaks \ + unictype/ctype-print \ + unictype/property-id-continue \ + unictype/property-id-start \ + unigbrk/uc-is-grapheme-break \ unistd \ + unistr/u8-check \ unistr/u8-cpy \ + unistr/u8-mbtouc \ unistr/u8-strlen \ unistr/u8-strncat \ + uniwidth/u8-strwidth \ + unitypes \ unlocked-io \ vasprintf-posix \ version-etc \ @@ -98,19 +103,21 @@ 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 + $(MAKE) -f Smake gnulib 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