/[pspp]/pspp/Smake
ViewVC logotype

Diff of /pspp/Smake

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

revision 1.15 by blp, Sat Sep 17 18:02:42 2005 UTC revision 1.16 by blp, Mon Sep 19 17:25:19 2005 UTC
# Line 13  all: po/POTFILES.in Line 13  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 --no-changelog --m4-base=gl/m4 \          $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
16                  --source-base=gl --lib=libgl --import $(GNULIB_MODULES)                  --source-base=gl --lib=libgl --tests-base=tests \
17                    --import $(GNULIB_MODULES)
18          autoreconf --install          autoreconf --install
19    
20  gettextize:  gettextize:
# Line 29  po/POTFILES.in: Line 30  po/POTFILES.in:
30          if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi          if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi
31          rm -f $@.tmp          rm -f $@.tmp
32    
33    check: all
34            rm -rf _check
35            mkdir _check
36            cd _check && ../configure $(CONFIGUREFLAGS)
37            cd _check && make distcheck
38            rm -rf _check
39    
40  PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in    \  PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in    \
41  po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed                \  po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed                \
42  po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header                 \  po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header                 \

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

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