X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=f82f4f444273bc0a79142acb2c551d029d7e03ca;hb=d8124a99ae0971ff04d47d31426192ed4bb753b7;hp=a118607cb66498a13a2bfcd8fa9c1e8f2778f163;hpb=b54a5702b6200871c8278a55d37a87e924f04eb1;p=pspp diff --git a/Smake b/Smake index a118607cb6..f82f4f4442 100644 --- a/Smake +++ b/Smake @@ -7,9 +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 \ @@ -34,6 +37,7 @@ GNULIB_MODULES = \ gettimeofday \ getopt-gnu \ gitlog-to-changelog \ + include_next \ isfinite \ isinf \ isnan \ @@ -41,9 +45,11 @@ GNULIB_MODULES = \ inttostr \ localcharset \ mbchar \ + mbiter \ memcasecmp \ memchr \ mempcpy \ + memrchr \ minmax \ mkdtemp \ mkstemp \ @@ -63,13 +69,10 @@ GNULIB_MODULES = \ stdbool \ stdint \ stpcpy \ - strcase \ strerror \ strftime \ strtod \ strtok_r \ - strtol \ - strtoul \ sys_stat \ tempname \ trunc \ @@ -77,6 +80,7 @@ GNULIB_MODULES = \ unictype/property-id-continue \ unictype/property-id-start \ unigbrk/uc-is-grapheme-break \ + unilbrk/u8-possible-linebreaks \ unistd \ unistr/u8-check \ unistr/u8-cpy \ @@ -106,22 +110,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: