📄 makefile.am
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -