[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / atc

File: [cvs.NetBSD.org] / src / games / atc / Makefile (download)

Revision 1.12.2.1, Sat Nov 8 05:42:56 1997 UTC (26 years, 5 months ago) by lukem
Branch: netbsd-1-3
Changes since 1.12: +6 -2 lines

pull up rev 1.13 (approved by thorpej)

#	$NetBSD: Makefile,v 1.12.2.1 1997/11/08 05:42:56 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	atc
CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT
SRCS=	extern.c grammar.c graphics.c input.c lex.c list.c log.c \
	main.c tunable.c update.c
MAN=	atc.6
LDADD=	-ll -lm -lcurses -ltermcap
DPADD=	${LIBL} ${LIBM} ${LIBTERM} ${LIBCURSES}
GAMES=	ATC_scores Game_List Killer crossover default easy game_2 \
	Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \
	game_4 novice two-corners
CLEANFILES=grammar.c y.tab.h lex.c
HIDEGAME=hidegame
FILES=${GAMES:S@^@${.CURDIR}/games/@g}
FILESDIR=/usr/share/games/atc
FILESMODE=400

y.tab.h:	grammar.c

lex.o:	y.tab.h

.include <bsd.prog.mk>