Annotation of 41BSD/cmd/diff/Makefile, revision 1.1

1.1     ! root        1: DESTDIR=
        !             2: DIFF=  /bin/diff
        !             3: DIFFH= /usr/lib/diffh
        !             4: PR=    /usr/bin/pr
        !             5: CFLAGS=        -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"' -d2
        !             6: 
        !             7: SRCS=  diff.c diffdir.c diffreg.c
        !             8: HDRS=  diff.h
        !             9: OBJS=  diff.o diffdir.o diffreg.o
        !            10: 
        !            11: all: diff diffh
        !            12: 
        !            13: diff: ${OBJS}
        !            14:        cc ${CFLAGS} -o diff ${OBJS} ${LDFLAGS}
        !            15: 
        !            16: diffh: diffh.o
        !            17:        cc -o diffh diffh.o ${LDFLAGS}
        !            18: 
        !            19: clean:
        !            20:        rm -f diff diffh ${OBJS} diffh.o
        !            21: 
        !            22: install:
        !            23:        install -s diff ${DESTDIR}/bin/diff
        !            24:        install -s diffh ${DESTDIR}/usr/lib/diffh

unix.superglobalmegacorp.com

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