📄 makefile
字号:
# @(#)Makefile 8.1 (Berkeley) 6/16/93# Makefile for pmax links, tags file.include "../kern/Make.tags.inc"all: @echo "make links or tags only"DIRS= conf dev dist include pmax ultrixlinks:: -for i in ${DIRS}; do \ (cd $$i && { rm -f tags; ln -s ${SYSTAGS} tags; }) donePMAX= /sys/pmax/dev/*.[ch] /sys/pmax/include/*.[ch] \ /sys/pmax/pmax/*.[ch] /sys/pmax/ultrix/*.[ch]APMAX= /sys/pmax/pmax/*.stags:: -ctags -wdt ${COMM} ${PMAX} egrep "^LEAF(.*)|^[AN]LEAF(.*)|^NON_LEAF(.*)" ${APMAX} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> tags sort -o tags tags chown bin.wsrc tags chmod 444 tags
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -