makefile

来自「操作系统源代码」· 代码 · 共 29 行

TXT
29
字号
# Makefile for lib/end.CC1	= $(CC) -cLIBRARY	= ../end.aall:	$(LIBRARY)OBJECTS	= \	$(LIBRARY)(edata.o) \	$(LIBRARY)(em_end.o) \	$(LIBRARY)(end.o) \	$(LIBRARY)(etext.o) \$(LIBRARY):	$(OBJECTS)	aal cr $@ *.o	rm *.o$(LIBRARY)(edata.o):	edata.s	$(CC1) edata.s$(LIBRARY)(em_end.o):	em_end.s	$(CC1) em_end.s$(LIBRARY)(end.o):	end.s	$(CC1) end.s$(LIBRARY)(etext.o):	etext.s	$(CC1) etext.s

⌨️ 快捷键说明

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