X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=02d82f63be64d333b8d52c63a2ce1a0fdaa8dd79;hb=ed24f50cccaeba2326df63281c2a042d07116d14;hp=8c068c0163ddb417155e3e606cd6560f41d43767;hpb=018c7e17f96e0852fc80d0d4ef59df00f3cc8a28;p=pspp-builds.git diff --git a/Smake b/Smake index 8c068c01..02d82f63 100644 --- a/Smake +++ b/Smake @@ -5,22 +5,29 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ - alloca \ - alloca-opt \ assert \ byteswap \ c-ctype \ c-strtod \ + crypto/md4 \ dirname \ + environ \ exit \ + fatal-signal \ fpieee \ + fprintf-posix \ full-read \ full-write \ + fseeko \ + ftello \ + fwriteerror \ gethostname \ getline \ getlogin_r \ getopt \ gettext-h \ + gettimeofday \ + isfinite \ intprops \ inttostr \ linebreak \ @@ -35,9 +42,14 @@ GNULIB_MODULES = \ memset \ minmax \ mkstemp \ + printf-posix \ + printf-safe \ progname \ relocatable-prog \ + round \ snprintf \ + snprintf-posix \ + sprintf-posix \ stdarg \ stdbool \ stdint \ @@ -52,12 +64,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 @@ -132,5 +152,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