makelocal.mk
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· MK 代码 · 共 117 行
MK
117 行
# @(#)Makelocal.mk 4.1 ULTRIX 7/17/90include $(GMAKEVARS)# Possible options:# make compile source for terminal tables below# make <term> compile table for a specific <term># make install move tables to ${DEST}# make link_copies make link_copies for ease of documentation# make clean remove tab*.o files lying aroundDESTLIST=${DESTROOT}/usr/src/usr.bin/nroff/term ${DESTROOT}/usr/lib/termALL= 37 lpr 300 300-12 302 302-12 382 382-12 450 450-12 833 833-12 \ itoh itoh12 nec nec12 nec-t qume qume12 xerox xerox12 \ x-ecs x-ecs12 ln01 ln03 lqp02 lqp02-12DEST= ${DESTROOT}/usr/src/usr.bin/nroff/termDESTI= ${DESTROOT}/usr/lib/termall: ${ALL}37: tab37.olpr: tablpr.o300: tab300.o code.300300-12: tab300-12.o code.300302: tab302.o code.300302-12: tab302-12.o code.300382: tab382.o code.300382-12: tab382-12.o code.300450: tab450.o code.300450-12: tab450-12.o code.300833: tab833.o code.aj833833-12: tab833-12.o code.aj833itoh: tabitoh.o code.itohitoh12: tabitoh12.o code.itohnec: tabnec.o code.necnec12: tabnec12.o code.necnec-t: tabnec-t.oqume: tabqume.oqume12: tabqume12.oxerox: tabxerox.o code.xeroxxerox12:tabxerox12.o code.xeroxx-ecs: tabx-ecs.o code.x-ecsx-ecs12:tabx-ecs12.o code.x-ecsln01: tabln01.oln03: tabln03.olqp02: tablqp02.olqp02-12: tablqp02-12.otab300-12.o: tab300-12.ctab300.o: tab300.ctab302-12.o: tab302-12.ctab302.o: tab302.ctab37.o: tab37.ctab382-12.o: tab382-12.ctab382.o: tab382.ctab450-12.o: tab450-12.ctab450.o: tab450.ctab833-12.o: tab833-12.ctab833.o: tab833.ctabitoh.o: tabitoh.ctabitoh12.o: tabitoh12.ctabln01.o: tabln01.ctabln03.o: tabln03.ctablpr.o: tablpr.ctablqp02-12.o: tablqp02-12.ctablqp02.o: tablqp02.ctabnec-t.o: tabnec-t.ctabnec.o: tabnec.ctabnec12.o: tabnec12.ctabqume.o: tabqume.ctabqume12.o: tabqume12.ctabx-ecs.o: tabx-ecs.ctabx-ecs12.o: tabx-ecs12.ctabxerox.o: tabxerox.ctabxerox12.o: tabxerox12.cinstall: @for file in ../tab*.c; do \ $(ECHO) "$(INSTALL) -c $$file ${DEST}/`basename $$file`";\ $(INSTALL) -c $$file ${DEST}/`basename $$file`;\ done @for file in ../code.*; do \ $(ECHO) "$(INSTALL) -c $$file ${DEST}/`basename $$file`";\ $(INSTALL) -c $$file ${DEST}/`basename $$file`;\ done $(INSTALL) -c ../Makefile.install ${DEST}/Makefile $(INSTALL) -c ../chartst ${DEST}/chartst $(RM) ${DEST}/tabnec-t @for file in tab*.o; do \ $(ECHO) "$(INSTALL) -c -m 755 $$file ${DESTI}/`basename $$file .o`";\ $(INSTALL) -c -m 755 $$file ${DESTI}/`basename $$file .o`;\ done $(RM) ${DESTI}/tabtn300; $(LN) ${DESTI}/tablpr ${DESTI}/tabtn300 $(RM) ${DESTI}/tabcrt; $(LN) ${DESTI}/tablpr ${DESTI}/tabcrt $(RM) ${DESTI}/tabvt100; $(LN) ${DESTI}/tablpr ${DESTI}/tabvt100 $(RM) ${DESTI}/tab300s; $(LN) ${DESTI}/tab302 ${DESTI}/tab300s $(RM) ${DESTI}/tab300s-12; $(LN) ${DESTI}/tab302-12 ${DESTI}/tab300s-12 $(RM) ${DESTI}/tabdtc; $(LN) ${DESTI}/tab302-12 ${DESTI}/tabdtc $(RM) ${DESTI}/tabdtc12; $(LN) ${DESTI}/tab302-12 ${DESTI}/tabdtc12 $(RM) ${DESTI}/tabipsi; $(LN) ${DESTI}/tab302-12 ${DESTI}/tabipsi $(RM) ${DESTI}/tabipsi12; $(LN) ${DESTI}/tab302-12 ${DESTI}/tabipsi12 $(INSTALL) -c -m 644 ../README ${DEST}/README $(INSTALL) -c -m 644 ../README ${DESTI}/READMEinclude $(GMAKERULES)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?