Cross Reference: Makefile
xref: /src/games/robots/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/robots/
Makefile revision 1.1
11.1Scgd#	@(#)Makefile	5.10 (Berkeley) 5/11/90
21.1Scgd
31.1ScgdPROG=	robots
41.1ScgdCFLAGS+=-DMAX_PER_UID=5
51.1ScgdSRCS=	extern.c init_field.c main.c make_level.c move.c move_robs.c \
61.1Scgd	play_level.c query.c rnd_pos.c score.c flush_in.c
71.1ScgdMAN6=	robots.0
81.1ScgdDPADD=	${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
91.1ScgdLDADD=	-lcurses -ltermlib -lcompat
101.1ScgdHIDEGAME=hidegame
111.1Scgd
121.1Scgdbeforeinstall:
131.1Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
141.1Scgd	    ${DESTDIR}/var/games/robots_roll
151.1Scgd
161.1Scgd.include <bsd.prog.mk>
17

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