Cross Reference: Makefile
xref: /src/games/monop/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/monop/
Makefile revision 1.3
1#	@(#)Makefile	5.5 (Berkeley) 5/11/90
2
3PROG=	monop
4SRCS=	monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \
5	print.c prop.c rent.c roll.c spec.c trade.c
6MAN6=	monop.0
7HIDEGAME=hidegame
8CLEANFILES+=initdeck cards.pck
9
10all: cards.pck
11
12cards.pck: initdeck
13	./initdeck ${.CURDIR}/cards.inp
14
15initdeck: initdeck.c
16	${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
17
18beforeinstall:
19	install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
20	    ${DESTDIR}/usr/share/games
21
22.include <bsd.prog.mk>
23

Indexes created Sun Dec 21 07:09:50 GMT 2025