makelocal.mk

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

MK
65
字号
#  @(#)Makelocal.mk	4.1  ULTRIX  7/17/90## Copyright (c) 1987 Regents of the University of California.# All rights reserved.## Redistribution and use in source and binary forms are permitted# provided that the above copyright notice and this paragraph are# duplicated in all such forms and that any documentation,# advertising materials, and other materials related to such# distribution and use acknowledge that the software was developed# by the University of California, Berkeley.  The name of the# University may not be used to endorse or promote products derived# from this software without specific prior written permission.# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.##	@(#)Makefile	5.4 (Berkeley) 7/9/88#include $(GMAKEVARS)DESTLIST= ${DESTROOT}/usr/gamesCFLAGS=	-O -DUNIX -DUNIX_BSD4_2 -DCURSESLOADLIBES= -lcurses -ltermlibAOUT= rogueOBJS=	curses.o hit.o init.o inventory.o level.o machdep.o main.o \	message.o monster.o move.o object.o pack.o play.o random.o ring.o \	room.o save.o score.o spec_hit.o throw.o trap.o use.o zap.oall: rogueinstall: FRC	install -c -s -m 711 rogue ${DESTROOT}/usr/games/roguecurses.o:	curses.chit.o:		hit.cinit.o:		init.cinventory.o:	inventory.clevel.o:	level.cmachdep.o:	machdep.cmain.o:		main.cmessage.o:	message.cmonster.o:	monster.cmove.o:		move.cobject.o:	object.cpack.o:		pack.cplay.o:		play.crandom.o:	random.cring.o:		ring.croom.o:		room.csave.o:		save.cscore.o:	score.cspec_hit.o:	spec_hit.cthrow.o:	throw.ctrap.o:		trap.cuse.o:		use.czap.o:		zap.cinclude $(GMAKERULES)

⌨️ 快捷键说明

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