Troubleshooting:
* See http://de.gentoo-wiki.com/Mbrola
* txt2pho needs a config file
-> ~/.txt2phorc or /etc/txt2pho
committer: Markus Bröker <mbroeker@largo.homelinux.org>
TARGETS=player srcall: @for i in $(TARGETS); \ do \ make --no-print-directory -C $$i all; \ done.PHONY: clean distcleanclean: @for i in $(TARGETS); \ do \ make --no-print-directory -C $$i clean; \ done @rm -f *~ include/*~distclean: @for i in $(TARGETS); \ do \ make --no-print-directory -C $$i distclean; \ done