Annotation of 42BSD/bin/diff/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    4.1     2/9/83
                      2: #
                      3: DIFF=  /bin/diff
                      4: DIFFH= /usr/lib/diffh
                      5: PR=    /bin/pr
                      6: CFLAGS=        -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"'
                      7: DESTDIR=
                      8: 
                      9: SRCS=  diff.c diffdir.c diffreg.c
                     10: HDRS=  diff.h
                     11: OBJS=  diff.o diffdir.o diffreg.o
                     12: 
                     13: all: diff diffh
                     14: 
                     15: diff: ${OBJS}
                     16:        cc ${CFLAGS} -o diff ${OBJS} ${LDFLAGS}
                     17: 
                     18: diffh: diffh.o
                     19:        cc -o diffh diffh.o ${LDFLAGS}
                     20: 
                     21: clean:
                     22:        rm -f diff diffh ${OBJS} diffh.o
                     23: 
                     24: install:
                     25:        install -s diff ${DESTDIR}/bin/diff
                     26:        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.