X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=Smake;h=61235efd90c19a39113e1c85633fddb6befe1975;hp=d70093247eb150a4b9bd95e79f5c487b043c90f3;hb=refs%2Fheads%2Flexer;hpb=7acb13b811a5c727ef7421e6f44cb5ddcad0df23 diff --git a/Smake b/Smake index d70093247e..61235efd90 100644 --- a/Smake +++ b/Smake @@ -7,14 +7,20 @@ GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ assert \ byteswap \ + c-strcase \ + c-strcasestr \ c-ctype \ c-strtod \ + clean-temp \ close \ + configmake \ count-one-bits \ + crc \ crypto/md4 \ + crypto/md5 \ dirname \ + dtoastr \ environ \ - exit \ fatal-signal \ fcntl \ fpieee \ @@ -25,10 +31,11 @@ GNULIB_MODULES = \ ftello \ fwriteerror \ getline \ - getopt \ - gettext-h \ + gettext \ gettimeofday \ + getopt-gnu \ gitlog-to-changelog \ + include_next \ isfinite \ isinf \ isnan \ @@ -36,17 +43,19 @@ GNULIB_MODULES = \ inttostr \ localcharset \ mbchar \ + mbiter \ memcasecmp \ memchr \ - memcmp \ - memmove \ mempcpy \ - memset \ + memrchr \ minmax \ + mkdtemp \ mkstemp \ printf-posix \ printf-safe \ progname \ + rawmemchr \ + read-file \ regex \ relocatable-prog \ rename \ @@ -58,23 +67,30 @@ GNULIB_MODULES = \ stdbool \ stdint \ stpcpy \ - strcase \ - strcspn \ strerror \ strftime \ strtod \ strtok_r \ - strtol \ - 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 \ + unilbrk/u8-possible-linebreaks \ unistd \ + unistr/u8-check \ unistr/u8-cpy \ + unistr/u8-mblen \ + unistr/u8-mbtouc \ + unistr/u8-mbtoucr \ unistr/u8-strlen \ + unistr/u8-strmbtouc \ unistr/u8-strncat \ + unistr/u8-uctomb \ + uniwidth/u8-strwidth \ + unitypes \ unlocked-io \ vasprintf-posix \ version-etc \ @@ -92,21 +108,32 @@ GNULIB_MODULES = \ xstrndup \ xvasprintf -all: +all: prep_ph + $(MAKE) -f Smake Makefile.in configure + +.PHONY: prep_ph +prep_ph: 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 \ + $(GNULIB_TOOL) --add-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 \ + --libtool $(GNULIB_MODULES) libtoolize --force --automake + +aclocal.m4: aclocal -I m4 -I gl/m4 + +configure: configure.ac aclocal.m4 autoconf + +config.h.in: configure.ac autoheader - automake --add-missing --copy --no-force + +Makefile.in: Makefile.am config.h.in aclocal.m4 + automake --add-missing --copy --no-force --include-deps + gettextize: test -d m4 || mkdir m4 @@ -136,7 +163,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