Annotation of researchv9/jtools/src/demo/pacman/mkx11, revision 1.1

1.1     ! root        1: CFLAGS = -g -DX11 -DBSD -DBLIT -I../../sunlib
        !             2: HFILES = host.h pacman.h style.h
        !             3: LIBS   = ../../sunlib/libj.a -lX11
        !             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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.