makefile.am
来自「CMU大名鼎鼎的SPHINX-3大词汇量连续语音识别系统」· AM 代码 · 共 52 行
AM
52 行
ARCH = `uname -m | sed s/i.86/i386/`_`uname -s | tr A-Z a-z`lib_LTLIBRARIES = libutil.lalibutil_la_LDFLAGS = -version-info 0:4:0libutil_la_SOURCES = \ bitvec.c \ case.c \ ckd_alloc.c \ cmd_ln.c \ err.c \ filename.c \ genrand.c \ glist.c \ hash.c \ heap.c \ io.c \ info.c \ linklist.c \ nextword.c \ profile.c \ str2words.c \ unlimit.cnoinst_HEADERS = \ bitvec.h \ case.h \ ckd_alloc.h \ cmd_ln.h \ err.h \ filename.h \ genrand.h \ glist.h \ hash.h \ heap.h \ io.h \ info.h \ linklist.h \ libutil.h \ nextword.h \ prim_type.h \ profile.h \ str2words.h \ unlimit.hINCLUDES = -I$(top_srcdir) \ -I$(top_srcdir)/include \ -I$(top_builddir)/include LIBOBJS = @LIBOBJS@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?