|
|
1.1 root 1: #
2: # Copyright (c) 1984, 1985 Xerox Corp.
3: #
4: CFLAGS= -O
5: DESTLIB=/usr/new/lib
6:
7: all:
8:
9: install: $(DESTLIB)
10: cp -r fonts $(DESTLIB)
11: install -c libip.a ${DESTLIB}
12: install -c libip_p.a ${DESTLIB}
13: install -c llib-lip.ln ${DESTLIB}
14:
15: # Do a "make install" before running this command.
16: # Calling rdist so many times in not very efficient
17: rdist:
18: for j in ${DESTMACHINES}; do \
19: (rdist -wR -c ${DESTLIB}/fonts \
20: ${DESTLIB}/libip.a \
21: ${DESTLIB}/libip_p.a \
22: ${DESTLIB}/llib-lip.ln $$j); done;
23:
24: $(DESTLIB):
25: mkdir $(DESTLIB)
26:
27: clean:
28: rm -f libip.a libip_p.a llib-lip.ln libgetopt.a llib-lgetopt.ln
29: rm -rf fonts/*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.