1 1.28 dogcow # $NetBSD: Makefile,v 1.28 2007/11/17 00:10:55 dogcow Exp $ 2 1.12 cgd # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 cgd 4 1.20 lukem .include <bsd.own.mk> 5 1.20 lukem 6 1.1 cgd PROG= monop 7 1.28 dogcow SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \ 8 1.23 christos morg.c print.c prop.c rent.c roll.c spec.c trade.c 9 1.11 cgd MAN= monop.6 10 1.1 cgd HIDEGAME=hidegame 11 1.27 lukem CLEANFILES+=initdeck initdeck.lo cards.pck 12 1.20 lukem .if ${MKSHARE} != "no" 13 1.14 christos FILES=cards.pck 14 1.14 christos FILESDIR=/usr/share/games 15 1.19 lukem .endif 16 1.1 cgd 17 1.28 dogcow .if (${MACHINE} != "sun2") 18 1.28 dogcow SRCS+= malloc.c 19 1.28 dogcow .endif 20 1.28 dogcow 21 1.21 lukem realall: ${FILES} 22 1.18 wrstuden 23 1.27 lukem initdeck: initdeck.lo 24 1.26 lukem ${_MKTARGET_LINK} 25 1.27 lukem ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} 26 1.6 mycroft 27 1.1 cgd cards.pck: initdeck 28 1.26 lukem ${_MKTARGET_CREATE} 29 1.22 thorpej ./initdeck ${.CURDIR}/cards.inp 30 1.1 cgd 31 1.1 cgd .include <bsd.prog.mk> 32