Cross Reference: Makefile
xref: /src/games/robots/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/robots/
Makefile revision 1.4
11.3Smycroft#	from: @(#)Makefile	5.10 (Berkeley) 5/11/90
21.4Scgd#	$Id: Makefile,v 1.4 1994/12/22 09:35:56 cgd Exp $
31.1Scgd
41.1ScgdPROG=	robots
51.1ScgdCFLAGS+=-DMAX_PER_UID=5
61.1ScgdSRCS=	extern.c init_field.c main.c make_level.c move.c move_robs.c \
71.1Scgd	play_level.c query.c rnd_pos.c score.c flush_in.c
81.4ScgdMAN=	robots.6
91.2ScgdDPADD=	${LIBCURSES} ${LIBTERM}
101.2ScgdLDADD=	-lcurses -ltermlib
111.1ScgdHIDEGAME=hidegame
121.1Scgd
131.1Scgdbeforeinstall:
141.1Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
151.1Scgd	    ${DESTDIR}/var/games/robots_roll
161.1Scgd
171.1Scgd.include <bsd.prog.mk>
18

Indexes created Fri Dec 12 19:09:41 GMT 2025