X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=6d41a6a3c3a83b7bc6cde6c205cfd60186f43067;hb=bda57108154cc05a58915933d9c24e609ee08710;hp=4559ad4a88f20668a5771d3d5f064d82f26f5af2;hpb=efad80c9e538d0be3cfd766fd2db20e958b684da;p=pspp-builds.git diff --git a/Smake b/Smake index 4559ad4a..6d41a6a3 100644 --- a/Smake +++ b/Smake @@ -5,26 +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 \ + ftello \ + fwriteerror \ gethostname \ getline \ getlogin_r \ getopt \ - gettext \ + gettext-h \ + gettimeofday \ + isfinite \ intprops \ inttostr \ linebreak \ localcharset \ - minmax \ mbchar \ memcasecmp \ memchr \ @@ -35,8 +41,14 @@ GNULIB_MODULES = \ memset \ minmax \ mkstemp \ + printf-posix \ + printf-safe \ progname \ + relocatable-prog \ + round \ snprintf \ + snprintf-posix \ + sprintf-posix \ stdarg \ stdbool \ stdint \ @@ -51,12 +63,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 @@ -70,8 +90,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 @@ -82,7 +100,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 \ @@ -133,5 +151,6 @@ clean: 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