makefile.am

来自「针对linux休眠suspend显卡状态保存恢复的一个办法」· AM 代码 · 共 26 行

AM
26
字号
AUTOMAKE_OPTIONS = foreignsbin_PROGRAMS = vbetoolSUBDIRS = x86emuif WITH_X86EMUx86 = thunk.c x86-common.cvbetool_LDADD = x86emu/libx86emu.aelsex86 = lrmi.c x86-common.cx86lib = ""endifman_MANS = vbetool.1vbetool_SOURCES = vbetool.c $(x86)noinst_HEADERS = include/lrmi.h vbetool.hEXTRA_DIST = vbetool.1 LRMImaintainer-clean-local: 	$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configureAM_CFLAGS = -g -Wall -pedantic -std=gnu99AM_LDFLAGS = -lpci

⌨️ 快捷键说明

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