## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc
doc_DATA = AUTHORS README
sysconf_DATA = multispeech.conf
EXTRA_DIST = multispeech.conf.in
CLEANFILES = multispeech.conf
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure \
COPYING depcomp INSTALL install-sh Makefile.in missing sysconfig.h.in \
ltmain.sh m4/libtool.m4 m4/lt*.m4 *~
%.conf: %.conf.in
sed -e "s|<sysconfdir>|$(sysconfdir)|g" -e "s|<datadir>|$(datadir)|g" $< > $@
|