Cross Reference: Makefile
xref: /src/games/atc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/atc/
Makefile revision 1.1
1#	@(#)Makefile	5.7 (Berkeley) 6/27/90
2
3PROG=	atc
4CFLAGS+=-DBSD -I${.CURDIR} -I.
5SRCS=	extern.c grammar.c graphics.c input.c lex.c list.c log.c \
6	main.c tunable.c update.c
7MAN6=	atc.0
8DPADD=	${usr/lib/libl.a ${LIBM} ${LIBTERM} ${LIBCURSES} ${LIBCOMPAT}
9LDADD=	-ll -lm -lcurses -ltermcap -lcompat
10GAMES=	ATC_scores Game_List Killer crossover default easy game_2
11CLEANFILES=grammar.c y.tab.h lex.c
12HIDEGAME=hidegame
13
14beforeinstall: 
15	(cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \
16	    ${GAMES} ${DESTDIR}/usr/share/games/atc)
17
18.include <bsd.prog.mk>
19

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