makefile.dep
来自「Nachos是个教学用的小型操作系统」· DEP 代码 · 共 19 行
DEP
19 行
################################################################### Machine Dependencies - this file is included automatically# into the main Makefile###################################################################HOSTCFLAGS = -DHOST_IS_BIG_ENDIAN -DPowerPC -DBSD -DAIX -DApplePowerPCCPP_AS_FLAGS = -D_ASMCPP = cpp#-----------------------------------------------------------------# Do not put anything below this point - it will be destroyed by# "make depend"## DO NOT DELETE THIS LINE -- make depend uses it# DEPENDENCIES MUST END AT END OF FILE# IF YOU PUT STUFF HERE IT WILL GO AWAY# see make depend above
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?