forked from Mirrors/freeswitch
28 lines
455 B
Makefile
28 lines
455 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
SUBDIRS =
|
|
|
|
if DEMOSYNTH_PLUGIN
|
|
SUBDIRS += demo-synth
|
|
endif
|
|
|
|
if DEMORECOG_PLUGIN
|
|
SUBDIRS += demo-recog
|
|
endif
|
|
|
|
if DEMOVERIFIER_PLUGIN
|
|
SUBDIRS += demo-verifier
|
|
endif
|
|
|
|
if RECORDER_PLUGIN
|
|
SUBDIRS += mrcp-recorder
|
|
endif
|
|
|
|
if POCKETSPHINX_PLUGIN
|
|
SUBDIRS += mrcp-pocketsphinx
|
|
endif
|
|
|
|
if FLITE_PLUGIN
|
|
SUBDIRS += mrcp-flite
|
|
endif
|