freebsd-dev/games/atc/Makefile

19 lines
567 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
1996-06-03 01:56:05 +00:00
SRCS= extern.c grammar.c graphics.c input.c lex.c list.c log.c \
main.c tunable.c update.c
MAN6= atc.6
1996-09-05 17:16:10 +00:00
DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ll -lm -lcurses -ltermcap -lcompat
GAMES= ATC_scores Game_List Killer crossover default easy game_2
1996-06-03 01:56:05 +00:00
CLEANFILES=grammar.c y.tab.h lex.c
HIDEGAME=hidegame
1995-05-30 03:37:36 +00:00
beforeinstall:
(cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 400 \
${GAMES} ${DESTDIR}${SHAREDIR}/games/atc)
.include <bsd.prog.mk>