Annotation of researchv9/cmd/diff/Makefile, revision 1.1.1.1

1.1       root        1: CC=    newcc
                      2: DIFF=  /bin/diff
                      3: DIFFH= /usr/lib/diffh
                      4: PR=    /bin/pr
                      5: CFLAGS=        -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"'
                      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: all
                     23:        strip diff diffh
                     24:        cp diff ${DIFF}
                     25:        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.