|
|
1.1 root 1: # Copyright 1985, Massachusetts Institute of Technology.
2:
3: DESTDIR=
4: CONFDIR= /usr/new
5: INCLUDES= -I../../include
6:
7: CFLAGS = -O $(INCLUDES)
8: XLIB = ../../Xlib/libX.a
9: OBJS = maze.o
10:
11: all: maze
12:
13: maze: $(OBJS)
14: $(CC) $(CFLAGS) -o maze $(OBJS) $(XLIB)
15:
16: install: all
17: install -c -s -m 755 maze $(DESTDIR)$(CONFDIR)
18:
19: clean:
20: rm -f maze *.o *.bak *~ \#*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.