makefile.am

来自「CMU大名鼎鼎的SPHINX-3大词汇量连续语音识别系统」· AM 代码 · 共 54 行

AM
54
字号
bin_PROGRAMS = livepretend \	decode \	gausubvq \	align \	astar \	dag \	allphone \	ep livepretend_SOURCES = main_livepretend.cdecode_SOURCES = decode.cdecode_anytopo_SOURCES = main_decode_anytopo.c s3_dag.calign_SOURCES = main_align.c s3_align.castar_SOURCES = main_astar.c s3_astar.cdag_SOURCES = main_dag.c s3_dag.c allphone_SOURCES = main_allphone.c s3_allphone.c gausubvq_SOURCES = gausubvq.cep_SOURCES = main_ep.cwave2feat_SOURCES = wave2feat.c cepview_SOURCES = main_cepview.cnoinst_PROGRAMS = \	wave2feat \	cepview \	decode_anytoponoinst_HEADERS = \	main_ep.h \	s3_align.h \	s3_allphone.h \	s3_dag.h# 20041205 : recent bug makes me remove this from standard compilation for a while. #	decode_anytopo LDADD = $(top_builddir)/src/libs3decoder/libs3decoder.la \	$(top_builddir)/src/libs3audio/libs3audio.la \	$(top_builddir)/src/libutil/libutil.la \	-lm @ad_libs@ # add these for solaris# -L/usr/demo/SOUND/lib/ -laudio -lnsl -lsocketINCLUDES = -I$(top_srcdir) \	-I$(top_srcdir)/src \	-I$(top_srcdir)/src/libs3decoder \       -I$(top_srcdir)/src/libs3audio \       -I$(top_builddir)/include# add for solaris# -I/usr/demo/SOUND/include

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?