X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=1709a1920d41175b553bd8439b27b54878b26791;hb=26791c51431aa1b848b6e3997d2402680513c448;hp=723e75beba0b1e6cd74fb8566229fc5ee4157f9c;hpb=0498114186f126d786cc0f3cf6686a43b8513e62;p=pspp-builds.git diff --git a/Smake b/Smake index 723e75be..1709a192 100644 --- a/Smake +++ b/Smake @@ -11,15 +11,20 @@ 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 \ @@ -35,6 +40,7 @@ GNULIB_MODULES = \ minmax \ mkstemp \ progname \ + relocatable-prog \ snprintf \ stdarg \ stdbool \ @@ -56,6 +62,7 @@ GNULIB_MODULES = \ vsnprintf \ xalloc \ xalloc-die \ + xmalloca \ xsize \ xstrndup \ xvasprintf @@ -69,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 @@ -81,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 \ @@ -128,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