|
|
1.1 root 1: # @(#)Makefile 4.1 2/9/83
2: #
3:
4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
5: DIFF= /bin/diff
6: DIFFH= /usr/lib/diffh
7: PR= /bin/pr
8: CFLAGS= -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"'
9: DESTDIR=
10:
11: SRCS= diff.c diffdir.c diffreg.c
12: HDRS= diff.h
13: OBJS= diff.o diffdir.o diffreg.o
14:
15: all: diff diffh
16:
17: diff: ${OBJS}
18: ${CC} ${CFLAGS} -o diff ${OBJS} ${LDFLAGS}
19:
20: diffh: diffh.o
21: ${CC} -o diffh diffh.o ${LDFLAGS}
22:
23: clean:
24: rm -f diff diffh ${OBJS} diffh.o
25:
26: cleansrc:
27: rm -f *.[ch] Makefile
28:
29: install: all
30: install -s diff ${DESTDIR}/bin/diff
31: install -s diffh ${DESTDIR}/usr/lib/diffh
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.