Annotation of researchv10no/cmd/diff/mkfile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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