X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=edb247e8fb417626d2e1b4f90cc0631169e597d7;hb=9f087e7aa4cdff1d5d46d5e188c0017a9d2d0029;hp=8c068c0163ddb417155e3e606cd6560f41d43767;hpb=018c7e17f96e0852fc80d0d4ef59df00f3cc8a28;p=pspp-builds.git diff --git a/Smake b/Smake index 8c068c01..edb247e8 100644 --- a/Smake +++ b/Smake @@ -5,22 +5,24 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ - alloca \ - alloca-opt \ assert \ 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 \ @@ -58,6 +60,7 @@ GNULIB_MODULES = \ vsnprintf \ xalloc \ xalloc-die \ + xmalloca \ xsize \ xstrndup \ xvasprintf @@ -132,5 +135,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