24 lines
386 B
Makefile
24 lines
386 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
SUBDIRS =
|
|
|
|
if DEMOSYNTH_PLUGIN
|
|
SUBDIRS += demo-synth
|
|
endif
|
|
|
|
if DEMORECOG_PLUGIN
|
|
SUBDIRS += demo-recog
|
|
endif
|
|
|
|
if CEPSTRAL_PLUGIN
|
|
SUBDIRS += mrcp-cepstral
|
|
endif
|
|
|
|
if POCKETSPHINX_PLUGIN
|
|
SUBDIRS += mrcp-pocketsphinx
|
|
endif
|
|
|
|
if FLITE_PLUGIN
|
|
SUBDIRS += mrcp-flite
|
|
endif
|