moved src/math/linreg.[ch] to src/math
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index c31240a12595225809d215e6168868cb7137c1da..aa05962fb63a502bbfaf5ebbc11bcd48fb1cf4b6 100644 (file)
--- a/Smake
+++ b/Smake
@@ -5,37 +5,49 @@ 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 \
        localcharset \
         mbchar \
        memcasecmp \
        memchr \
        memcmp \
-       memmem \
        memmove \
        mempcpy \
        memset \
        minmax \
        mkstemp \
+       printf-posix \
+       printf-safe \
        progname \
+       relocatable-prog \
+       round \
        snprintf \
+       snprintf-posix \
+       sprintf-posix \
        stdarg \
        stdbool \
        stdint \
@@ -50,12 +62,21 @@ GNULIB_MODULES = \
        strtol \
        strtoul \
        sys_stat \
+       tempname \
        tmpfile \
+       trunc \
+       unilbrk/ulc-width-linebreaks \
        unistd \
        unlocked-io \
+       vasprintf-posix \
+       vfprintf-posix \
+       vprintf-posix \
        vsnprintf \
+       vsnprintf-posix \
+       vsprintf-posix \
        xalloc \
        xalloc-die \
+       xmalloca \
        xsize \
        xstrndup \
        xvasprintf
@@ -130,5 +151,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