3 # Adjust these to reflect where you've installed gnulib.
5 GNULIB_TOOL = $(GNULIB)/gnulib-tool
73 unilbrk/ulc-width-linebreaks \
90 test -e ChangeLog || touch ChangeLog
91 test -d m4 || mkdir m4
92 echo '*' > m4/.cvsignore
94 $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
95 --source-base=gl --lib=libgl --tests-base=tests \
96 --doc-base=gl/doc --aux-dir=. --import $(GNULIB_MODULES)
97 echo '*' > gl/.cvsignore
98 echo '*' > gl/m4/.cvsignore
99 libtoolize --force --automake
101 aclocal -I m4 -I gl/m4
104 automake --add-missing --copy --no-force
107 test -d m4 || mkdir m4
109 gettextize --force --no-changelog
112 for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \
113 if test $$f = src/libpspp/version.c; then continue; fi; \
114 if test -e `dirname $$f`/`basename $$f .c`.q ; then continue; fi; \
116 done | sort | uniq > $@.tmp
117 if test ! -e $@ || ! cmp -s $@.tmp $@; then mv $@.tmp $@; fi
123 cd _check && ../configure $(CONFIGUREFLAGS)
124 cd _check && make distcheck
128 test -d _build || mkdir _build
129 cd _build && ../configure $(CONFIGUREFLAGS)
132 test -d _debug || mkdir _debug
133 cd _debug && ../configure $(CONFIGUREFLAGS) --enable-debug
135 PO_FILES = po/ChangeLog po/Makefile po/Makefile.in po/Makefile.in.in \
136 po/POTFILES po/POTFILES.in po/Rules-quot po/boldquot.sed \
137 po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \
138 po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po \
139 po/Makevars.template po/pspp.pot
142 rm -f config.sub config.guess config.rpath
144 rm -fr autom4te.cache
146 rm -f missing mkinstalldirs
148 rm -f configure Makefile
152 rm -f $(PO_FILES) po/*.gmo
153 rm -f mdate-sh texinfo.tex
157 find . -name Makefile.in -exec rm -f {} \;
160 rm -f reloc-ldflags install-reloc
162 .PHONY: all gettextize potfiles clean