3 # Adjust these to reflect where you've installed gnulib.
5 GNULIB_TOOL = $(GNULIB)/gnulib-tool
77 unilbrk/ulc-width-linebreaks \
95 test -e ChangeLog || touch ChangeLog
96 test -d m4 || mkdir m4
97 echo '*' > m4/.cvsignore
99 $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
100 --source-base=gl --lib=libgl --tests-base=tests \
101 --doc-base=gl/doc --aux-dir=. --import $(GNULIB_MODULES)
102 echo '*' > gl/.cvsignore
103 echo '*' > gl/m4/.cvsignore
104 libtoolize --force --automake
106 aclocal -I m4 -I gl/m4
109 automake --add-missing --copy --no-force
112 test -d m4 || mkdir m4
114 gettextize --force --no-changelog
117 for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \
118 if test $$f = src/libpspp/version.c; then continue; fi; \
119 if test $$f = src/ui/gui/psppire-marshal.c; then continue; fi; \
120 if test -e `dirname $$f`/`basename $$f .c`.q ; then continue; fi; \
122 done | sort | uniq > $@.tmp
123 if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi
129 cd _check && ../configure $(CONFIGUREFLAGS)
130 cd _check && make distcheck
134 test -d _build || mkdir _build
135 cd _build && ../configure $(CONFIGUREFLAGS)
138 test -d _debug || mkdir _debug
139 cd _debug && ../configure $(CONFIGUREFLAGS) --enable-debug
141 PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \
142 po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \
143 po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \
144 po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po \
145 po/Makevars.template po/pspp.pot
148 rm -f config.sub config.guess config.rpath
150 rm -fr autom4te.cache
152 rm -f missing mkinstalldirs
154 rm -f configure Makefile
158 rm -f $(PO_FILES) po/*.gmo
159 rm -f mdate-sh texinfo.tex
163 find . -name Makefile.in -exec rm -f {} \;
166 rm -f reloc-ldflags install-reloc
168 .PHONY: all gettextize potfiles clean