pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp Smake


From: Ben Pfaff
Subject: [Pspp-cvs] pspp Smake
Date: Thu, 30 Mar 2006 23:49:21 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/03/30 23:49:21

Modified files:
        .              : Smake 

Log message:
        Reformat GNULIB_MODULES list to make it more maintainable.
        Add comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/Smake.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: pspp/Smake
diff -u pspp/Smake:1.23 pspp/Smake:1.24
--- pspp/Smake:1.23     Tue Mar 21 00:33:05 2006
+++ pspp/Smake  Thu Mar 30 23:49:21 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]