|
|
1.1 root 1: # pacman/Makefile 6/10/92
2: # This Makefile halfheartedly preserves dal's original braindamaged notion
3: # of machine independence.
4: # His sources build either a PDP-11 or an IBM PC version,
5: # using links to get the right one.
6: # The pac.c also #includes other C sources, not really kosher,
7: # but for now this goes with the flow rather than cleaning it all up.
8: DESTDIR=/interim/usr/games/
9: DESTDIR386=/bin386/usr/games/
10:
11: OBJ=ibmpac.o ibmout.o
12: OBJ386=ibmpac.o
13:
14: pacman: $(OBJ)
15: cc -o $(DESTDIR)chase $(OBJ)
16:
17: pac386: $(OBJ386)
18: cc -o $(DESTDIR386)chase $(OBJ386)
19:
20: ibmpac.o: ibmpac.c term.c io.c
21: cc -c ibmpac.c
22:
23: ibmout.o: ibmout.s
24: cc -c ibmout.s
25:
26: term.c: ibm.c
27: ln -f ibm.c term.c
28:
29: io.c: ibmio.c
30: ln -f ibmio.c io.c
31:
32: ibmpac.c: pac.c
33: ln -f pac.c ibmpac.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.