Cross Reference: Makefile
xref: /src/games/atc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/atc/
Makefile revision 1.20
1#	$NetBSD: Makefile,v 1.20 1998/09/29 07:33:20 lukem 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
17.if !defined(NOSHARE)
18FILES=${GAMES:S@^@${.CURDIR}/games/@g}
19FILESDIR=/usr/share/games/atc
20FILESMODE=440
21.endif
22
23lex.o:	grammar.h
24
25.include <bsd.prog.mk>
26

Indexes created Thu Dec 11 15:09:36 GMT 2025