Cross Reference: Makefile
xref: /src/games/monop/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/monop/
Makefile revision 1.27
1#	$NetBSD: Makefile,v 1.27 2003/11/16 14:14:18 lukem 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 malloc.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
17realall: ${FILES}
18
19initdeck: initdeck.lo
20	${_MKTARGET_LINK}
21	${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
22
23cards.pck: initdeck
24	${_MKTARGET_CREATE}
25	./initdeck ${.CURDIR}/cards.inp
26
27.include <bsd.prog.mk>
28

Indexes created Sat Dec 20 21:09:36 GMT 2025