Annotation of cci/usr/src/bin/make/Makefile, revision 1.1.1.1

1.1       root        1: # Description file for the Make command
                      2: # Makefile 4.3 82/10/19
                      3: 
                      4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
                      5: OBJECTS=ident.o main.o doname.o misc.o files.o dosys.o gram.o 
                      6: DESTDIR=
                      7: LIBES=${DESTDIR}/lib/libc.a 
                      8: LINT=  lint -ps
                      9: CFLAGS=        -O -DASCARCH 
                     10: 
                     11: all:   make
                     12: 
                     13: make:  ${OBJECTS}
                     14:        ${CC} -o make ${CFLAGS}  ${OBJECTS} ${LIBES}
                     15: 
                     16: ${OBJECTS}:  defs
                     17: 
                     18: clean:
                     19:        -rm -f *.o gram.c make a.out errs
                     20:        
                     21: cleansrc:
                     22:        rm -f *.c defs Makefile
                     23: 
                     24: install: all
                     25:        install -s make ${DESTDIR}/bin/make
                     26: 
                     27: lint :  dosys.c doname.c files.c main.c misc.c ident.c gram.c
                     28:        ${LINT} dosys.c doname.c files.c main.c misc.c ident.c gram.c
                     29:        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.