X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=aaeb8c0ba3b992b1336a3d27dda8f4f6c170fdff;hb=73795d4af5570440331621772d542df7922e6f5c;hp=404eb8a2f3968d9075872e51954fb37e8deaed36;hpb=1b6675f7b58799c73b2642378c35acc1bdad2df7;p=pspp-builds.git diff --git a/Smake b/Smake index 404eb8a2..aaeb8c0b 100644 --- a/Smake +++ b/Smake @@ -3,10 +3,17 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool +GNULIB_MODULES = alloca alloca-opt assert full-read full-write \ +gethostname getline getlogin_r getopt gettext memchr memcmp memmem \ +memmove memset progname readlink restrict snprintf stat-macros stdbool \ +stpcpy strcase strcspn strerror strftime strstr strtod strtok_r strtol \ +strtoul vsnprintf xalloc xalloc-die xreadlink + all: po/POTFILES.in test -d m4 || mkdir m4 touch m4/Makefile.am - $(GNULIB_TOOL) --import + $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \ + --source-base=gl --lib=libgl --import $(GNULIB_MODULES) autoreconf --install gettextize: