X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=43536f9de053fc7f7eb0e49dc127c699ab7a0d42;hb=2da08e801be698df268f35ac6e21cc8a345ba1fb;hp=1fe1b4c2cb57433a5b2bb2f900146169fa8d4152;hpb=89cc65d7523e45ec0ecf40da1fe1e4ab5ad8eac8;p=pspp-builds.git diff --git a/Smake b/Smake index 1fe1b4c2..43536f9d 100644 --- a/Smake +++ b/Smake @@ -5,25 +5,32 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ - alloca \ - alloca-opt \ assert \ byteswap \ c-ctype \ c-strtod \ + crypto/md4 \ dirname \ exit \ + fatal-signal \ + fpieee \ + fprintf-posix \ full-read \ full-write \ + fseeko \ + fwriteerror \ gethostname \ getline \ getlogin_r \ getopt \ - gettext \ + gettext-h \ + gettimeofday \ + isfinite \ intprops \ inttostr \ linebreak \ localcharset \ + mbchar \ memcasecmp \ memchr \ memcmp \ @@ -31,9 +38,16 @@ GNULIB_MODULES = \ memmove \ mempcpy \ memset \ + minmax \ mkstemp \ + printf-posix \ + printf-safe \ progname \ + relocatable-prog \ + round \ snprintf \ + snprintf-posix \ + sprintf-posix \ stdarg \ stdbool \ stdint \ @@ -48,12 +62,20 @@ GNULIB_MODULES = \ strtol \ strtoul \ sys_stat \ + tempname \ tmpfile \ + trunc \ unistd \ unlocked-io \ + vasprintf-posix \ + vfprintf-posix \ + vprintf-posix \ vsnprintf \ + vsnprintf-posix \ + vsprintf-posix \ xalloc \ xalloc-die \ + xmalloca \ xsize \ xstrndup \ xvasprintf @@ -67,8 +89,6 @@ all: po/POTFILES.in --doc-base=gl/doc --import $(GNULIB_MODULES) echo '*' > gl/.cvsignore echo '*' > gl/m4/.cvsignore - test -d intl || mkdir intl - echo '*' > intl/.cvsignore libtoolize --force --automake autopoint --force aclocal -I m4 -I gl/m4 @@ -79,7 +99,7 @@ all: po/POTFILES.in gettextize: test -d m4 || mkdir m4 touch m4/Makefile.am - gettextize -f -c --intl --no-changelog + gettextize --force --no-changelog po/POTFILES.in: for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \ @@ -126,8 +146,10 @@ clean: rm -f mdate-sh texinfo.tex rm -f doc/stamp-vti rm -f config.h.in~ + rm -f config.h.in find . -name Makefile.in -exec rm -f {} \; rm -f compile rm -f ltmain.sh + rm -f reloc-ldflags install-reloc .PHONY: all gettextize potfiles clean