3 # Adjust these to reflect where you've installed gnulib.
5 GNULIB_TOOL = $(GNULIB)/gnulib-tool
60 test -d m4 || mkdir m4
62 $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
63 --source-base=gl --lib=libgl --tests-base=tests \
64 --doc-base=gl/doc --import $(GNULIB_MODULES)
66 aclocal -I m4 -I gl/m4
69 automake --add-missing --copy --no-force
72 test -d m4 || mkdir m4
74 gettextize -f -c --intl --no-changelog
77 for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \
78 if test $$f = src/libpspp/version.c; then continue; fi; \
79 if test -e `dirname $$f`/`basename $$f .c`.q ; then continue; fi; \
81 done | sort | uniq > $@.tmp
82 if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi
88 cd _check && ../configure $(CONFIGUREFLAGS)
89 cd _check && make distcheck
93 test -d _build || mkdir _build
94 cd _build && ../configure $(CONFIGUREFLAGS)
96 PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \
97 po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \
98 po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \
99 po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po \
100 po/Makevars.template po/pspp.pot
103 rm -f config.sub config.guess config.rpath
105 rm -fr autom4te.cache
107 rm -f missing mkinstalldirs
109 rm -f configure Makefile
113 rm -f $(PO_FILES) po/*.gmo
114 rm -f mdate-sh texinfo.tex
117 find . -name Makefile.in -exec rm -f {} \;
120 .PHONY: all gettextize potfiles clean