X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=72fdce676cff8ed174bd374a9df123c6f0b90d4e;hb=ae24e51223fb3359eea897dacc405798e7e09524;hp=acd93102be0632c517e739bfa116cbe2c8e5a5eb;hpb=054ad6cd8f792f10d517b7b314b086bd2807689e;p=pspp diff --git a/Smake b/Smake index acd93102be..72fdce676c 100644 --- a/Smake +++ b/Smake @@ -7,10 +7,12 @@ GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ assert \ byteswap \ + c-snprintf \ c-strcase \ c-strcasestr \ c-ctype \ c-strtod \ + c-xvasprintf \ clean-temp \ close \ configmake \ @@ -46,11 +48,13 @@ GNULIB_MODULES = \ mbiter \ memcasecmp \ memchr \ + memchr2 \ mempcpy \ memrchr \ minmax \ mkdtemp \ mkstemp \ + pipe2 \ printf-posix \ printf-safe \ progname \ @@ -60,6 +64,7 @@ GNULIB_MODULES = \ relocatable-prog \ rename \ round \ + select \ snprintf \ snprintf-posix \ sprintf-posix \ @@ -74,11 +79,15 @@ GNULIB_MODULES = \ sys_stat \ tempname \ trunc \ + unicase/u8-casecmp \ + unicase/u8-casefold \ + unicase/u8-tolower \ + unicase/u8-toupper \ unictype/ctype-print \ - unictype/property-id-continue \ - unictype/property-id-start \ + unictype/category-of \ unigbrk/uc-is-grapheme-break \ unilbrk/u8-possible-linebreaks \ + uninorm/nfkd \ unistd \ unistr/u8-check \ unistr/u8-cpy \ @@ -108,22 +117,31 @@ 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 touch m4/Makefile.am - $(MAKE) -f Smake 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 \ + --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 -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) +Makefile.in: Makefile.am config.h.in aclocal.m4 + automake --add-missing --copy --no-force --include-deps gettextize: