3 # Adjust these to reflect where you've installed gnulib.
5 GNULIB_TOOL = $(GNULIB)/gnulib-tool
56 test -d m4 || mkdir m4
58 $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
59 --source-base=gl --lib=libgl --tests-base=tests \
60 --import $(GNULIB_MODULES)
62 aclocal -I m4 -I gl/m4
65 automake --add-missing --copy --no-force
68 test -d m4 || mkdir m4
70 gettextize -f -c --intl --no-changelog
73 for f in `find src -name \*.[qc] ! -name .\* -print \
74 | sed 's/\.[qc]$$//'`; do \
75 if test $$f = src/libpspp/version; then continue; fi; \
76 if test -e $$f.q; then echo $$f.q; else echo $$f.c; fi \
77 done | sort | uniq > $@.tmp
78 if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi
84 cd _check && ../configure $(CONFIGUREFLAGS)
85 cd _check && make distcheck
89 test -d _build || mkdir _build
90 cd _build && ../configure $(CONFIGUREFLAGS)
92 PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \
93 po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \
94 po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \
95 po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po \
99 rm -f config.sub config.guess config.rpath
101 rm -fr autom4te.cache
103 rm -f missing mkinstalldirs
105 rm -f configure Makefile
110 rm -f mdate-sh texinfo.tex
113 find . -name Makefile.in -exec rm -f {} \;
116 .PHONY: all gettextize potfiles clean