/[pspp]/pspp/Smake
ViewVC logotype

Diff of /pspp/Smake

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by blp, Sun Aug 7 04:56:17 2005 UTC revision 1.15 by blp, Sat Sep 17 18:02:42 2005 UTC
# Line 3  Line 3 
3  GNULIB = ../gnulib  GNULIB = ../gnulib
4  GNULIB_TOOL = $(GNULIB)/gnulib-tool  GNULIB_TOOL = $(GNULIB)/gnulib-tool
5    
6    GNULIB_MODULES = alloca alloca-opt assert full-read full-write          \
7    gethostname getline getlogin_r getopt gettext memchr memcmp memmem      \
8    memmove memset progname readlink restrict snprintf stat-macros stdbool  \
9    stpcpy strcase strcspn strerror strftime strstr strtod strtok_r strtol  \
10    strtoul vsnprintf xalloc xalloc-die xreadlink
11    
12  all: po/POTFILES.in  all: po/POTFILES.in
13          test -d m4 || mkdir m4          test -d m4 || mkdir m4
14          touch m4/Makefile.am          touch m4/Makefile.am
15          $(GNULIB_TOOL) --import          $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
16                    --source-base=gl --lib=libgl --import $(GNULIB_MODULES)
17          autoreconf --install          autoreconf --install
18    
19  gettextize:  gettextize:

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26