Annotation of 42BSD/bin/make/Makefile, revision 1.1

1.1     ! root        1: # Description file for the Make command
        !             2: # Makefile 4.3 82/10/19
        !             3: 
        !             4: OBJECTS=ident.o main.o doname.o misc.o files.o dosys.o gram.o 
        !             5: LIBES= 
        !             6: LINT=  lint -ps
        !             7: CFLAGS=        -O -DASCARCH
        !             8: 
        !             9: all:   make
        !            10: 
        !            11: make:  ${OBJECTS}
        !            12:        ${CC} -o make ${CFLAGS} ${OBJECTS} ${LIBES}
        !            13: 
        !            14: ${OBJECTS}:  defs
        !            15: 
        !            16: clean:
        !            17:        -rm -f *.o gram.c make a.out errs
        !            18: 
        !            19: install:
        !            20:        install -s make ${DESTDIR}/bin/make
        !            21: 
        !            22: lint :  dosys.c doname.c files.c main.c misc.c ident.c gram.c
        !            23:        ${LINT} dosys.c doname.c files.c main.c misc.c ident.c gram.c
        !            24:        rm -f gram.c

unix.superglobalmegacorp.com

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