Annotation of researchv10no/games/mille/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    4.1     12/24/82
        !             2: #
        !             3: HEADERS=mille.h
        !             4: CFILES=        comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
        !             5:        roll.c save.c types.c varpush.c
        !             6: OBJS=  comp.o end.o extern.o init.o mille.o misc.o move.o print.o \
        !             7:        roll.o save.o types.o varpush.o
        !             8: LIBS=  -lcurses -ltermlib
        !             9: CFLAGS=        -O -DSTANDOUT
        !            10: .SUFFIXES: .po .i
        !            11: 
        !            12: mille: ${OBJS}
        !            13:        ${CC} ${CFLAGS} -o mille ${OBJS} ${LIBS}
        !            14: 
        !            15: install: mille
        !            16:        mv mille /usr/games/mille
        !            17: 
        !            18: clean:
        !            19:        rm -f ${OBJS} mille a.out
        !            20: 
        !            21: table: table.o extern.o
        !            22:        ${CC} ${CFLAGS} -i -o table table.o extern.o
        !            23: 
        !            24: readdump: readdump.o extern.o varpush.o
        !            25:        ${CC} ${CFLAGS} -i -o readdump readdump.o extern.o varpush.o
        !            26: 

unix.superglobalmegacorp.com

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