X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=ac6f4daa850df01aab86d49c117d5eb10dc6eaeb;hb=13e7983c183d6448d09cd8ed9644351b676af4d3;hp=70385708ea9b5b25b379c27bec07dd232bcebc1c;hpb=8b3c0b9af1e323e9e30bd9017f7ab70c1602b7c6;p=pspp-builds.git diff --git a/Smake b/Smake index 70385708..ac6f4daa 100644 --- a/Smake +++ b/Smake @@ -20,6 +20,7 @@ GNULIB_MODULES = \ getopt \ gettext \ intprops \ + inttostr \ linebreak \ localcharset \ memcasecmp \ @@ -27,6 +28,7 @@ GNULIB_MODULES = \ memcmp \ memmem \ memmove \ + mempcpy \ memset \ progname \ readlink \ @@ -47,6 +49,7 @@ GNULIB_MODULES = \ strtol \ strtoul \ unistd \ + unlocked-io \ vsnprintf \ xalloc \ xalloc-die \ @@ -57,6 +60,7 @@ GNULIB_MODULES = \ all: po/POTFILES.in test -d m4 || mkdir m4 + echo '*' > m4/.cvsignore touch m4/Makefile.am $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \