|
|
1.1 root 1: # Makefile 4.3 83/03/10
2:
3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
4: CFLAGS=-O
5: DESTDIR=
6:
7: all: compact uncompact
8:
9: compact: compact.o tree.o
10: ${CC} compact.o tree.o -o compact
11:
12: uncompact: uncompact.o tree.o
13: ${CC} uncompact.o tree.o -o uncompact
14:
15: compact.o uncompact.o tree.o: compact.h
16:
17: install: all
18: install -s compact ${DESTDIR}/usr/ucb
19: install -s uncompact ${DESTDIR}/usr/ucb
20: install -c -m 755 ccat.sh ${DESTDIR}/usr/ucb/ccat
21:
22: clean:
23: rm -f compact.o uncompact.o tree.o
24:
25: cleansrc:
26: rm -f *.c *.sh *.h Makefile
27: rm -f compact uncompact
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.