File: Makefile.am

package info (click to toggle)
multispeech 4.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,672 kB
  • sloc: cpp: 6,617; sh: 4,384; perl: 164; makefile: 91
file content (15 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 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" $< > $@