Cross Reference: Makefile
xref: /src/games/atc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/atc/
Makefile revision 1.19
1#	$NetBSD: Makefile,v 1.19 1998/09/13 15:22:59 hubertf Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	atc
5CPPFLAGS+=-DBSD -I${.CURDIR} -I. -DYY_NO_UNPUT
6SRCS=	extern.c grammar.y graphics.c input.c lex.l list.c log.c \
7	main.c tunable.c update.c
8YHEADER=1
9MAN=	atc.6
10LDADD=	-ll -lm -lcurses
11DPADD=	${LIBL} ${LIBM} ${LIBCURSES}
12GAMES=	Game_List Killer crossover default easy game_2 \
13	Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \
14	game_4 novice two-corners
15HIDEGAME=hidegame
16SETGIDGAME=yes
17FILES=${GAMES:S@^@${.CURDIR}/games/@g}
18FILESDIR=/usr/share/games/atc
19FILESMODE=440
20
21lex.o:	grammar.h
22
23.include <bsd.prog.mk>
24

Indexes created Wed Dec 10 15:09:36 GMT 2025