|
|
1.1 ! root 1: CFLAGS = -g -DX11 -DBLIT -I../../sunlib ! 2: HFILES = host.h pacman.h style.h ! 3: LIBS = ../../sunlib/libj.a -lX11 -lipc ! 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: ! 7: pacman: $(OFILES) ! 8: $(CC) $(CFLAGS) -o pacman $(OFILES) $(LIBS) ! 9: ! 10: shrink: ! 11: -rm -f *.o ! 12: ! 13: clean: shrink ! 14: -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.