3 # Adjust these to reflect where you've installed gnulib.
5 GNULIB_TOOL = $(GNULIB)/gnulib-tool
65 test -d m4 || mkdir m4
66 echo '*' > m4/.cvsignore
68 $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
69 --source-base=gl --lib=libgl --tests-base=tests \
70 --doc-base=gl/doc --import $(GNULIB_MODULES)
71 echo '*' > gl/.cvsignore
72 echo '*' > gl/m4/.cvsignore
73 libtoolize --force --automake
75 aclocal -I m4 -I gl/m4
78 automake --add-missing --copy --no-force
81 test -d m4 || mkdir m4
83 gettextize --force --no-changelog
86 for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \
87 if test $$f = src/libpspp/version.c; then continue; fi; \
88 if test -e `dirname $$f`/`basename $$f .c`.q ; then continue; fi; \
90 done | sort | uniq > $@.tmp
91 if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi
97 cd _check && ../configure $(CONFIGUREFLAGS)
98 cd _check && make distcheck
102 test -d _build || mkdir _build
103 cd _build && ../configure $(CONFIGUREFLAGS)
106 test -d _debug || mkdir _debug
107 cd _debug && ../configure $(CONFIGUREFLAGS) --enable-debug
109 PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \
110 po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \
111 po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \
112 po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po \
113 po/Makevars.template po/pspp.pot
116 rm -f config.sub config.guess config.rpath
118 rm -fr autom4te.cache
120 rm -f missing mkinstalldirs
122 rm -f configure Makefile
126 rm -f $(PO_FILES) po/*.gmo
127 rm -f mdate-sh texinfo.tex
131 find . -name Makefile.in -exec rm -f {} \;
135 .PHONY: all gettextize potfiles clean