From bcced3608bdd120315d4ed1d9b9478f7caa4a2f1 Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 21 Oct 1994 21:19:39 +0000 Subject: phantasia(6), from 44lite --- phantasia/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 phantasia/Makefile (limited to 'phantasia/Makefile') diff --git a/phantasia/Makefile b/phantasia/Makefile new file mode 100644 index 00000000..2c39e47c --- /dev/null +++ b/phantasia/Makefile @@ -0,0 +1,30 @@ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 + +PROG= phantasia +SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c +DPADD= ${LIBM} ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT} +LDADD= -lm -lcurses -ltermlib -lcompat +HIDEGAME=hidegame +MAN6= phantasia.0 +CLEANFILES+=map setup setup.o + +all: setup phantasia ${MAN6} + +setup: phantglobs.o setup.o monsters.asc ${LIBM} + ${CC} phantglobs.o setup.o -o ${.TARGET} -lm + +beforeinstall: + ./setup -m ${.CURDIR}/monsters.asc + chown games.bin /var/games/phantasia/* + +# Make Phantasia map. Change the map commands reflect your installation. +# PLOTDEVICE is used for plotting the map. Change as appropriate. + +map: map.c + ${CC} -O ${.CURDIR}/map.c -lplot -o ${.TARGET} + ./map | plot > /dev/tty + +phantasia.0: phantasia.6 + tbl ${.CURDIR}/phantasia.6 | nroff -man > ${.TARGET} + +.include -- cgit v1.2.3-56-ge451