Cross Reference: Makefile
xref: /src/games/atc/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/atc/
Makefile revision 1.11
11.11Schristos#	$NetBSD: Makefile,v 1.11 1997/03/24 22:15:37 christos Exp $
21.9Scgd#	@(#)Makefile	8.1 (Berkeley) 5/31/93
31.1Scgd
41.1ScgdPROG=	atc
51.1ScgdCFLAGS+=-DBSD -I${.CURDIR} -I.
61.1ScgdSRCS=	extern.c grammar.c graphics.c input.c lex.c list.c log.c \
71.1Scgd	main.c tunable.c update.c
81.8SpkMAN=	atc.6
91.2ScgdLDADD=	-ll -lm -lcurses -ltermcap
101.5SjtcDPADD=	${LIBL} ${LIBM} ${LIBTERM} ${LIBCURSES}
111.7SphilGAMES=	ATC_scores Game_List Killer crossover default easy game_2 \
121.7Sphil	Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \
131.7Sphil	game_4 novice two-corners
141.1ScgdCLEANFILES=grammar.c y.tab.h lex.c
151.1ScgdHIDEGAME=hidegame
161.11SchristosFILES=${GAMES:S@^@${.CURDIR}/games/@g}
171.11SchristosFILESDIR=/usr/share/games/atc
181.11SchristosFILESMODE=400
191.1Scgd
201.1Scgd.include <bsd.prog.mk>
21

Indexes created Tue Dec 09 16:09:29 GMT 2025