|
|
1.1 root 1: CFLAGS = -g -DSUNTOOLS -DBSD -DBLIT -I../../sunlib
2: HFILES = host.h pacman.h style.h
3: LIBS = ../../sunlib/libsj.a -lsuntool -lsunwindow -lpixrect
4: CFILES =blt.c board.c blitfonts.c fruit.c host.c main.c monsters.c pacman.c prf.c sched.c sounds.c
5: OFILES =blt.o board.o blitfonts.o fruit.o host.o main.o monsters.o pacman.o prf.o sched.o sounds.o
6: NPROC = 2
7:
8: pacman: ${OFILES}
9: ${CC} ${CFLAGS} -o pacman ${OFILES} ${LIBS}
10:
11: shrink:
12: -rm -f *.o
13:
14: clean: shrink
15: -rm -f pacman errs core a.out
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.