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