makelocal.mk
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· MK 代码 · 共 14 行
MK
14 行
# @(#)Makelocal.mk 4.1 ULTRIX 7/17/90# Make template for Makelocal.mk# Should be used to make sources within a directory and subdirectories# First thing is to include the general variables for the machine# type.include $(GMAKEVARS)install:# All vars are set above. # Include rules file that will perform operations based on those vars.include $(GMAKERULES)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?