From 21d886f3ff24a8a1d26df7ec7bf76a0381850557 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 24 Feb 2008 02:43:18 +0000 Subject: Abolish the initdeck program and the weird little binary file it generates. The card deck data is now compiled in. (And it always should have been, even back when memory usage counted. It's small.) This changes the save format slightly. (I am riding the previous breakage an hour ago and not providing compat. There should be no further breakage.) --- monop/Makefile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'monop/Makefile') diff --git a/monop/Makefile b/monop/Makefile index 2a40fc1a..45eea382 100644 --- a/monop/Makefile +++ b/monop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/02/24 01:41:14 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2008/02/24 02:43:18 dholland Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -8,20 +8,5 @@ SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \ morg.c print.c prop.c rent.c roll.c spec.c trade.c MAN= monop.6 HIDEGAME=hidegame -CLEANFILES+=initdeck initdeck.lo cards.pck -.if ${MKSHARE} != "no" -FILES=cards.pck -FILESDIR=/usr/share/games -.endif - -realall: ${FILES} - -initdeck: initdeck.lo - ${_MKTARGET_LINK} - ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} - -cards.pck: initdeck - ${_MKTARGET_CREATE} - ./initdeck ${.CURDIR}/cards.inp .include -- cgit v1.2.3-56-ge451