3 # Adjust these to reflect where you've installed gnulib.
5 GNULIB_TOOL = $(GNULIB)/gnulib-tool
53 test -d m4 || mkdir m4
55 $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
56 --source-base=gl --lib=libgl --tests-base=tests \
57 --import $(GNULIB_MODULES)
61 test -d m4 || mkdir m4
63 gettextize -f -c --intl --no-changelog
66 for f in `find src -name \*.[qc] ! -name .\* -print \
67 | sed 's/\.[qc]$$//'`; do \
68 if test $$f = src/libpspp/version; then continue; fi; \
69 if test -e $$f.q; then echo $$f.q; else echo $$f.c; fi \
70 done | sort | uniq > $@.tmp
71 if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi
77 cd _check && ../configure $(CONFIGUREFLAGS)
78 cd _check && make distcheck
82 test -d _build || mkdir _build
83 cd _build && ../configure $(CONFIGUREFLAGS)
85 PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \
86 po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \
87 po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \
88 po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po \
92 rm -f config.sub config.guess config.rpath
96 rm -f missing mkinstalldirs
98 rm -f configure Makefile
103 rm -f mdate-sh texinfo.tex
106 find . -name Makefile.in -exec rm -f {} \;
109 .PHONY: all gettextize potfiles clean