makelocal.mk

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· MK 代码 · 共 32 行

MK
32
字号
# @(#)Makelocal.mk	4.6	(ULTRIX)	1/3/91#include $(GMAKEVARS)DB_FILES= ../oitem.db ../sitem.db ../sseg.db ../hdr.db ../fddi.db \	../kn230.db ../xbi_plus.db ../xma2.db ../mariah.db ../summary.db \	../kn02ba.db ../xja.db ../vectors.db \	../aqclk.db ../aqbi.db ../aqscan.db ../aqpcs.db ../aqpcst.db \	../aqhese.db ../aqsyn.db ../aq.db ../aqmckspu.db ../aqmck.db \	../xbia.db ../xvib.db ../version.db all: uerfdbc dsd_build uerf.bindata uerf.bin: os_dsd.h std_dsd.h	dsd_buildos_dsd.h std_dsd.h ultrix_dsd.bin: $(DB_FILES)	uerfdbc -a -j $(DB_FILES)dsd_build.o: ultrix_dsd.bin os_dsd.h std_dsd.h generic_dsd.hdsd_build:	dsd_build.o		${CC} dsd_build.o -o dsd_builduerfdbc:	uerfdbc.o		${CC} uerfdbc.o -o uerfdbcuerfdbc.o: uerfdbc.cdsd_build.o: dsd_build.cinclude $(GMAKERULES)

⌨️ 快捷键说明

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