makefile
来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· 代码 · 共 34 行
TXT
34 行
# File: include/Makefile# Purpose: Makefile for include directory# Author: Phil Bunce (pjb@carmel.com)# Revision History:# 981020 Start of revision historyOTHERS = Makefile assert.h cop1.h ctype.h errno.h fcntl.h lr33000.h \ lr33020.h malloc.h math.h mips.h qtc_ep.h queue.h regdef.h \ setjmp.h signal.h stdio.h string.h termio.h terms.h unistd.h \ varargs.h screen.h ether.h sonic.h memory.h atmizer.h lr33300.h \ strfmt.h string2.h pmon.h hosif.h lr4001.h lr4010.h mon.h \ imon.h trap10.h cobrcore.h dbxcore.h ernicore.h lr3000.h \ lr4002.h lr44000.h lr64008.h lr64360.h lr64363.h mipsmon.h \ utypes.h lr4101.h l9a0084.h lr4102.h lr64364.h lr64388.h \ time.h irqvec.h l65066.hTL = $(LSIPKG)/tape.lsttape msim1_tape msim10_tape: revhistory @mklst include $(OTHERS) version >> $(TL)revhistory : $(OTHERS) @newversion $(NVSW)newrev : @newversion $(NVSW)sum: @sum $(CFILES) $(ASFILES) $(OTHERS) version > sum.outpatch: revhistory @mkpatch include sum.out $(CFILES) $(ASFILES) $(OTHERS) version >> $(TL)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?