makefile.am
来自「Intrisyc 公司的PXA255-bootloader,源码易懂」· AM 代码 · 共 23 行
AM
23 行
##### Add additional distribution files here!EXTRA_DIST = lib_LIBRARIES = libtools.a##### Add additional include directories here!INCLUDES = -I@LOCAL_INC_DIR@ -I@KERNEL_INC_DIR@##### Add the source files to be build here!libtools_a_SOURCES = \ cebootme.c \ cedecode.c \ crc16.c \ memtest.c \ messages.c \ parser.c \ platform.c \ string.c \ ui.c \ util.c \ uudecode.c \ xmodem.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?