makefile.am

来自「minigui 1.6.10 8.1开源版」· AM 代码 · 共 23 行

AM
23
字号
## Makefile.am for MiniGUI using the framebuffer console video driverINCLUDES=-I../../../include -I../../include -I../noinst_LTLIBRARIES = libvideo_fbcon.lalibvideo_fbcon_la_SOURCES = $(FBCON_SRCS)FBCON_SRCS =        \    fbvideo.h       \    fb3dfx.c        \    fb3dfx.h        \    fbmatrox.c      \    fbmatrox.h      \    fbvideo.c       \    3dfx_mmio.h     \    3dfx_regs.h     \    matrox_mmio.h   \    matrox_regs.h   \    fbneomagic.c    \    fbneomagic.h    \    neomagic_mmio.h

⌨️ 快捷键说明

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