File: Makefile.am

package info (click to toggle)
speech-dispatcher 0.8-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,872 kB
  • ctags: 2,505
  • sloc: ansic: 20,071; sh: 11,401; python: 1,237; lisp: 579; makefile: 319
file content (18 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

dist_moduleconf_DATA = cicero.conf espeak.conf festival.conf flite.conf \
                       ibmtts.conf ivona.conf dtk-generic.conf \
                       epos-generic.conf espeak-generic.conf \
                       espeak-mbrola-generic.conf llia_phon-generic.conf \
                       swift-generic.conf

dist_moduleconforig_DATA = cicero.conf espeak.conf festival.conf flite.conf \
                           ibmtts.conf ivona.conf dtk-generic.conf \
                           epos-generic.conf espeak-generic.conf \
                           espeak-mbrola-generic.conf llia_phon-generic.conf \
                           swift-generic.conf

if pico_support
dist_moduleconf_DATA += pico.conf
dist_moduleconforig_DATA += pico.conf
endif