Cross Reference: Makefile
xref: /src/games/monop/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/monop/
Makefile revision 1.28
1#	$NetBSD: Makefile,v 1.28 2007/11/17 00:10:55 dogcow Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4.include <bsd.own.mk>
5
6PROG=	monop
7SRCS=	monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \
8	morg.c print.c prop.c rent.c roll.c spec.c trade.c
9MAN=	monop.6
10HIDEGAME=hidegame
11CLEANFILES+=initdeck initdeck.lo cards.pck
12.if ${MKSHARE} != "no"
13FILES=cards.pck
14FILESDIR=/usr/share/games
15.endif
16
17.if (${MACHINE} != "sun2")
18SRCS+= malloc.c
19.endif
20
21realall: ${FILES}
22
23initdeck: initdeck.lo
24	${_MKTARGET_LINK}
25	${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
26
27cards.pck: initdeck
28	${_MKTARGET_CREATE}
29	./initdeck ${.CURDIR}/cards.inp
30
31.include <bsd.prog.mk>
32

Indexes created Sun Dec 21 23:09:34 GMT 2025