From 352d48a9cf76667dd4824326c7151df70e90d7a1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 30 Mar 2006 23:49:21 +0000 Subject: [PATCH] Reformat GNULIB_MODULES list to make it more maintainable. Add comment. --- Smake | 49 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/Smake b/Smake index 2ca1a476..49a72f32 100644 --- a/Smake +++ b/Smake @@ -1,14 +1,51 @@ # -*- makefile -*- +# Adjust these to reflect where you've installed gnulib. GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool -GNULIB_MODULES = alloca alloca-opt assert c-ctype full-read full-write \ -gethostname getline getlogin_r getopt gettext intprops memcasecmp \ -memchr memcmp memmem memmove memset progname readlink restrict \ -snprintf stat-macros stdbool stpcpy strcase strcspn strerror strftime \ -strstr strtod strtok_r strtol strtoul unistd vsnprintf xalloc \ -xalloc-die xreadlink xvasprintf +GNULIB_MODULES = \ + alloca \ + alloca-opt \ + assert \ + c-ctype \ + c-strtod \ + full-read \ + full-write \ + gethostname \ + getline \ + getlogin_r \ + getopt \ + gettext \ + intprops \ + memcasecmp \ + memchr \ + memcmp \ + memmem \ + memmove \ + memset \ + progname \ + readlink \ + restrict \ + snprintf \ + stat-macros \ + stdbool \ + stpcpy \ + strcase \ + strcspn \ + strerror \ + strftime \ + strstr \ + strtod \ + strtok_r \ + strtol \ + strtoul \ + unistd \ + vsnprintf \ + xalloc \ + xalloc-die \ + xreadlink \ + xvasprintf all: po/POTFILES.in test -d m4 || mkdir m4 -- 2.30.2