Annotation of researchv10no/games/pacman/makefile, revision 1.1

1.1     ! root        1: CC =   cc
        !             2: CFLAGS =       -O -DNODELAY
        !             3: CFILES =       pacman.c monster.c util.c
        !             4: OFILES =       pacman.o monster.o util.o
        !             5: 
        !             6: pacr:  $(OFILES)
        !             7:        $(CC) -o pacr $(OFILES) -ltermlib -lcurses
        !             8: 
        !             9: pacman.o:      pacman.c pacdefs.h
        !            10:        $(CC) -c $(CFLAGS) $(DFLAGS) pacman.c
        !            11: 
        !            12: monster.o:     monster.c pacdefs.h
        !            13:        $(CC) -c $(CFLAGS)  $(DFLAGS) monster.c
        !            14: 
        !            15: util.o:        util.c pacdefs.h
        !            16:        $(CC) -c $(CFLAGS)  $(DFLAGS) util.c
        !            17: 
        !            18: 
        !            19: install:       pacr
        !            20:        strip pacr
        !            21:        mv pacr /usr/games/pacman
        !            22: 
        !            23: 
        !            24: clean:
        !            25:        rm -f *.o pacr
        !            26: 
        !            27: lint:  $(CFILES)
        !            28:        lint -pc $(CFILES)
        !            29: 
        !            30: list:  $(CFILES) pacdefs.h makefile
        !            31:        oprl -x makefile $(CFILES) pacdefs.h
        !            32:        oprl -x -C $(CFILES)
        !            33:        touch list

unix.superglobalmegacorp.com

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