|
|
1.1 root 1: # Makefile for /usr/src. No compilations, just copying as these
2: # are not built into executables.
3:
4: DESTDIR=/interim/usr/src/
5: DESTDIR1=/interim/usr/src/alien/
6: DESTDIR2=/interim/usr/src/liby/
7: DESTDIR3=/interim/usr/src/local/
8: DESTDIR4=/interim/usr/src/sample/
9: DESTDIR5=/interim/usr/src/libl/
10: DESTDIR6=/interim/usr/src/misc/
11: DESTDIR7=/interim/usr/src/csu/
12:
13: all: crts alienstuff libystuff localstuff samplestuff liblstuff miscstuff examplestuff
14: >all
15:
16: crts:
17: cp -d csu/*.s $(DESTDIR7)
18:
19: alienstuff:
20: cp -d alien/* $(DESTDIR1)
21:
22: libystuff:
23: cp -d liby/yy*.c $(DESTDIR2)
24: cp -d liby/Makefile $(DESTDIR2)
25:
26: localstuff:
27: cp -d local/Makefile $(DESTDIR3)
28: cp -d local/kermit.c $(DESTDIR3)
29: cp -d local/me.tar.Z $(DESTDIR3)
30:
31: samplestuff:
32: cp -d sample/atod.c $(DESTDIR4)
33: cp -d sample/example1.c $(DESTDIR4)
34: cp -d sample/example2.c $(DESTDIR4)
35: cp -d sample/example3.c $(DESTDIR4)
36: cp -d sample/factor.c $(DESTDIR4)
37: cp -d sample/makefile $(DESTDIR4)
38:
39: liblstuff:
40: cp -d libl/* $(DESTDIR5)
41:
42: miscstuff:
43: mv misc/RCS RCS
44: tar cvf misc.tar misc
45: compress misc.tar
46: mv RCS misc/RCS
47: mv misc.tar.Z $(DESTDIR)
48: su root chmog 644 bin bin $(DESTDIR)misc.tar.Z
49:
50: examplestuff:
51: mv examples/RCS RCS
52: tar cvf examples.tar examples
53: compress examples.tar
54: mv RCS examples/RCS
55: mv examples.tar.Z $(DESTDIR)
56: su root chmog 644 bin bin $(DESTDIR)examples.tar.Z
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.