|
|
1.1 root 1: # misc/Makefile 10/11/90
2:
3: # Objects.
4: O = \
5: alloc.o \
6: approx.o \
7: ask.o \
8: banner.o \
9: crc16.o \
10: fatal.o \
11: getline.o \
12: is_fs.o \
13: lcase.o \
14: match.o \
15: memxch.o \
16: newcpy.o \
17: pathn.o \
18: picture.o \
19: qsort.o \
20: randl.o \
21: replace.o \
22: regexp.o \
23: regsub.o \
24: regerror.o \
25: showflag.o \
26: skip.o \
27: span.o \
28: splitter.o \
29: strchrtr.o \
30: strcmpl.o \
31: trim.o \
32: ucase.o \
33: usage.o \
34: virtual.o \
35: xdump.o \
36: xopen.o \
37: yn.o
38:
39: # Primary target.
40: libmisc.a: $O
41: rm -f libmisc.a
42: ar q libmisc.a $O
43:
44: install: libmisc.a
45: su root cp -d libmisc.a /usr/lib
46: su root cp -d `srcpath *.h` /usr/include
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.