📄 makefile.am
字号:
#### $Id: Makefile.am,v 1.6 2002/12/17 14:27:19 ralf Exp $##PGM = $(ARCH)/console.relC_FILES = console.c i8042vga.c i8042.c ns16550cfg.c z85c30cfg.c vga.cC_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))OBJS = $(C_O_FILES)include $(top_srcdir)/../../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../../automake/lib.am## (OPTIONAL) Add local stuff here using +=#$(PGM): $(OBJS) $(make-rel)# the .rel file built here will be put into libbsp.a by ../wrapup/Makefileall-local: $(ARCH) $(OBJS) $(PGM).PRECIOUS: $(PGM)EXTRA_DIST = config.c console.c console.h debugio.c i8042.c i8042_p.h \ i8042vga.c i8042vga.h ns16550cfg.c ns16550cfg.h vga.c vga_p.h \ z85c30cfg.c z85c30cfg.hinclude $(top_srcdir)/../../../../../../automake/local.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -