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

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: NPROC  = 2
        !             7: 
        !             8: pacman:        ${OFILES}
        !             9:        ${CC} ${CFLAGS} -o pacman ${OFILES} ${LIBS}
        !            10:        strip -s pacman
        !            11: 
        !            12: shrink:
        !            13:        -rm -f *.o
        !            14: 
        !            15: clean: shrink
        !            16:        -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.