16 lines
254 B
Makefile
16 lines
254 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
|