⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 Intrisyc 公司的PXA255-bootloader,源码易懂
💻 AM
字号:
##### 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -