|
|
1.1 root 1: all:
2: @echo "what do you want to make"
3:
4: Setup:
5: make -f ../generic/Makefile Headers
6: make -f ../generic/Makefile Makefiles
7: make -f ../generic/Makefile Scripts
8: make -f ../generic/Makefile Localcode
9: make -f ../generic/Makefile PI
10:
11: Headers:
12: cp paths.h ../../src/h
13: cat header.hdr ../generic/header.trl >../../src/h/header.h
14: cat ../generic/config.hdr config.trl ../generic/config.typ \
15: >../../src/h/config.h
16:
17: Makefiles:
18: cat icont.hdr ../generic/icont.make > ../../src/icont/Makefile
19: cat iconx.hdr ../generic/iconx.make > ../../src/iconx/Makefile
20: cat link.hdr ../generic/link.make > ../../src/link/Makefile
21: cat tran.hdr ../generic/tran.make > ../../src/tran/Makefile
22: cat pi.hdr ../generic/pi.make > ../../Pimakefile
23:
24: Scripts:
25: $(CC) -E setpath.c | egrep -v '(^#|^$$)' > ../../Setpath
26: $(CC) -E copybin.c | egrep -v '(^#|^$$)' > ../../Copybin
27: ed - ../../Copybin <../generic/dequote.ed
28:
29: Localcode:
30: rm -f ../../src/iconx/rswitch.[cs]
31: rm -f ../../src/iconx/rover.[cs]
32: rm -f ../../src/iconx/rlocal.c
33: rm -f ../../src/*/fncdef.h
34: cp rswitch.[cs] ../../src/iconx
35: cp rover.[cs] ../../src/iconx
36: cp rlocal.c ../../src/iconx
37:
38: PI:
39: $(CC) -E icon_pi.c | egrep -v '(^#|^$$)' > ../../icon_pi
40: ed - ../../icon_pi <../generic/dequote.ed
41: chmod 755 ../../icon_pi
42: cp Ranlib ../../Ranlib
43: chmod 755 ../../Ranlib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.