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

Indexes created Thu Dec 11 12:09:38 GMT 2025