X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=1709a1920d41175b553bd8439b27b54878b26791;hb=60401d43dd6915c6eaa0fc6cf01fd361dcc323d1;hp=74202e999efb4e2302890cbc94c54bb017a8a8f3;hpb=ac0bf135a197ff174ef3ea5e12db8cf93ec6523c;p=pspp-builds.git diff --git a/Smake b/Smake index 74202e99..1709a192 100644 --- a/Smake +++ b/Smake @@ -11,18 +11,25 @@ GNULIB_MODULES = \ byteswap \ c-ctype \ c-strtod \ + crypto/md4 \ + dirname \ exit \ + fpieee \ full-read \ full-write \ + fseeko \ + fwriteerror \ gethostname \ getline \ getlogin_r \ getopt \ - gettext \ + gettext-h \ + gettimeofday \ intprops \ inttostr \ linebreak \ localcharset \ + mbchar \ memcasecmp \ memchr \ memcmp \ @@ -30,10 +37,11 @@ GNULIB_MODULES = \ memmove \ mempcpy \ memset \ + minmax \ + mkstemp \ progname \ - readlink \ + relocatable-prog \ snprintf \ - stat-macros \ stdarg \ stdbool \ stdint \ @@ -43,17 +51,18 @@ GNULIB_MODULES = \ strerror \ strftime \ strsep \ - strstr \ strtod \ strtok_r \ strtol \ strtoul \ + sys_stat \ + tmpfile \ unistd \ unlocked-io \ vsnprintf \ xalloc \ xalloc-die \ - xreadlink \ + xmalloca \ xsize \ xstrndup \ xvasprintf @@ -67,8 +76,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 +86,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 +133,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