X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=aaf1ff90da4cf66ba579a0082e8a6db0aa473de0;hb=2e23594dbff7f9e02919819c121eb103813b7e0b;hp=c31240a12595225809d215e6168868cb7137c1da;hpb=8cd2dcd874841a5a7a64a42f76ee9d1fae5718ad;p=pspp diff --git a/Smake b/Smake index c31240a125..aaf1ff90da 100644 --- a/Smake +++ b/Smake @@ -5,21 +5,26 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ - alloca \ - alloca-opt \ assert \ byteswap \ c-ctype \ c-strtod \ + crypto/md4 \ dirname \ exit \ + fpieee \ + fprintf-posix \ full-read \ full-write \ + fseeko \ + fwriteerror \ gethostname \ getline \ getlogin_r \ getopt \ gettext-h \ + gettimeofday \ + isfinite \ intprops \ inttostr \ linebreak \ @@ -34,8 +39,14 @@ GNULIB_MODULES = \ memset \ minmax \ mkstemp \ + printf-posix \ + printf-safe \ progname \ + relocatable-prog \ + round \ snprintf \ + snprintf-posix \ + sprintf-posix \ stdarg \ stdbool \ stdint \ @@ -51,11 +62,18 @@ GNULIB_MODULES = \ strtoul \ sys_stat \ tmpfile \ + trunc \ unistd \ unlocked-io \ + vasprintf-posix \ + vfprintf-posix \ + vprintf-posix \ vsnprintf \ + vsnprintf-posix \ + vsprintf-posix \ xalloc \ xalloc-die \ + xmalloca \ xsize \ xstrndup \ xvasprintf @@ -130,5 +148,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