Annotation of cci/usr/src/bin/sh/Makefile, revision 1.1

1.1     ! root        1: #      Makefile        4.5     83/07/01
        !             2: #
        !             3: 
        !             4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
        !             5: DESTDIR=
        !             6: LIB=${DESTDIR}/lib/libc.a
        !             7: CFLAGS = -O -w 
        !             8: 
        !             9: all:   sh
        !            10: 
        !            11: cp:    sh
        !            12:        cp sh ${DESTDIR}/bin/sh
        !            13:        rm sh *.o
        !            14: 
        !            15: cmp:   sh
        !            16:        cmp sh ${DESTDIR}/bin/sh
        !            17:        rm sh *.o
        !            18: 
        !            19: sh:    setbrk.o
        !            20: sh:    builtin.o blok.o stak.o
        !            21: sh:    cmd.o fault.o main.o
        !            22: sh:    word.o string.o name.o args.o
        !            23: sh:    xec.o service.o error.o io.o
        !            24: sh:    print.o macro.o expand.o
        !            25: sh:    ctype.o msg.o
        !            26: blok.o:                brkincr.h
        !            27: fault.o:       brkincr.h
        !            28: main.o:                brkincr.h
        !            29: stak.o:                brkincr.h
        !            30: 
        !            31: sh:
        !            32:        ${CC} -o sh *.o ${LIB}
        !            33: 
        !            34: install: all
        !            35:        install -s sh $(DESTDIR)/bin
        !            36: clean:
        !            37:        rm -f sh *.o
        !            38:        
        !            39: cleansrc:
        !            40:        rm -f *.[ch] Makefile

unix.superglobalmegacorp.com

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