📄 makefile.am
字号:
BUILT_SOURCES = autoconf.hincludedir = @includedir@/pgserverinclude_HEADERS = \ appmgr.h \ autoconf.h \ common.h \ divtree.h \ g_error.h \ g_malloc.h \ handle.h \ inlstring.h \ input.h \ pgnet.h \ render.h \ svrtheme.h \ timer.h \ video.h \ widget.h \ configfile.h \ hotspot.h \ textbox.h \ sdlgl.h \ fbkeys.h \ svrwt.h \ pgstring.h \ paragraph.h \ terminal.h \ textedit.h \ llist.h \ font.h \ types.h \ font_bdf.h \ init.h \ os.h \ os_posix.h \ x11.hCONFIG_CLEAN_FILES = autoconf.hautoconf.h: $(CONFIG_FILE) $(top_builddir)/config.status \ $(top_srcdir)/config.in $(top_srcdir)/configscript/Configure sed "s/.*//g" $(top_srcdir)/config.in | \ sh $(top_srcdir)/configscript/Configure \ $(top_srcdir)/config.in @CONFIG_FILE@ > /dev/null rm -f .config autoconf.h && mv .config.h autoconf.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -