]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - adventure/Makefile
sprinkle some more const
[bsdgames-darwin.git] / adventure / Makefile
1 # $NetBSD: Makefile,v 1.13 2003/11/16 14:14:18 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/12/93
3
4 PROG= adventure
5 SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
6 MAN= adventure.6
7 HIDEGAME=hidegame
8 CLEANFILES+=setup setup.lo data.c
9
10 data.c: glorkz setup
11 ${_MKTARGET_CREATE}
12 ./setup ${.CURDIR}/glorkz > data.c
13
14 setup.lo: hdr.h
15 setup: setup.lo
16 ${_MKTARGET_LINK}
17 ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
18
19 .include <bsd.prog.mk>