|
|
1.1 root 1: #
2: # Copyright (c) 1980 Regents of the University of California.
3: # All rights reserved. The Berkeley software License Agreement
4: # specifies the terms and conditions for redistribution.
5: #
6: # @(#)Makefile 5.3 (Berkeley) 6/23/85
7: #
8: OBJS= main.obj machdep.o
9:
10: GAMESDIR= $(DESTDIR)/usr/games
11: SCOREFILE= $(DESTDIR)/usr/games/lib/rogue_roll
12: DEFS= -DSCOREFILE='"$(SCOREFILE)"'
13: CFLAGS= -O $(DEFS)
14:
15: NROFF= nroff
16: TROFF= ditroff
17:
18: rogue: $(OBJS)
19: $(CC) $(CFLAGS) -o rogue $(OBJS) -lcurses -ltermlib
20:
21: install: rogue
22: install -s -o daemon -m 4711 rogue $(GAMESDIR)
23: install -c -o daemon -m 644 /dev/null $(SCOREFILE)
24:
25: clean:
26: rm -f rogue machdep.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.