X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=1709a1920d41175b553bd8439b27b54878b26791;hb=7ee429e606ed6e711cf8ddd10143e6e9e6bd0dd0;hp=c31240a12595225809d215e6168868cb7137c1da;hpb=8cd2dcd874841a5a7a64a42f76ee9d1fae5718ad;p=pspp-builds.git diff --git a/Smake b/Smake index c31240a1..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-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 @@ -130,5 +137,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