|
|
1.1 ! root 1: progs = bitops bold collate complex escape gener gpack image patterns pdae\ ! 2: pdco radcon segment seqimage shuffle size snapshot structs strutil ttyinit ! 3: ! 4: ibin = PATH ! 5: ! 6: what: ! 7: @echo "what do you want to make?" ! 8: ! 9: All: $(progs) ! 10: rm -f ../../ilib/* ! 11: mv *.u* ../../ilib ! 12: ! 13: bitops: bitops.icn ! 14: $(ibin)/icont -c -s bitops.icn ! 15: ! 16: bold: bold.icn ! 17: $(ibin)/icont -c -s bold.icn ! 18: ! 19: collate: collate.icn ! 20: $(ibin)/icont -c -s collate.icn ! 21: ! 22: complex: complex.icn ! 23: $(ibin)/icont -c -s complex.icn ! 24: ! 25: escape: escape.icn ! 26: $(ibin)/icont -c -s escape.icn ! 27: ! 28: gener: gener.icn ! 29: $(ibin)/icont -c -s gener.icn ! 30: ! 31: gpack: gpack.icn ! 32: $(ibin)/icont -c -s gpack.icn ! 33: ! 34: image: image.icn ! 35: $(ibin)/icont -c -s image.icn ! 36: ! 37: patterns: patterns.icn ! 38: $(ibin)/icont -c -s patterns.icn ! 39: ! 40: pdae: pdae.icn ! 41: $(ibin)/icont -c -s pdae.icn ! 42: ! 43: pdco: pdco.icn ! 44: $(ibin)/icont -c -s pdco.icn ! 45: ! 46: radcon: radcon.icn ! 47: $(ibin)/icont -c -s radcon.icn ! 48: ! 49: segment: segment.icn ! 50: $(ibin)/icont -c -s segment.icn ! 51: ! 52: seqimage: seqimage.icn ! 53: $(ibin)/icont -c -s seqimage.icn ! 54: ! 55: shuffle: shuffle.icn ! 56: $(ibin)/icont -c -s shuffle.icn ! 57: ! 58: size: size.icn ! 59: $(ibin)/icont -c -s size.icn ! 60: ! 61: snapshot: snapshot.icn ! 62: $(ibin)/icont -c -s snapshot.icn ! 63: ! 64: structs: structs.icn ! 65: $(ibin)/icont -c -s structs.icn ! 66: ! 67: strutil: strutil.icn ! 68: $(ibin)/icont -c -s strutil.icn ! 69: ! 70: ttyinit: ttyinit.icn ! 71: $(ibin)/icont -c -s ttyinit.icn ! 72: ! 73: Dist-clean: ! 74: rm -f .BK* .CK* .emacs* ! 75: rm `gcomp Makefile *.gen *.icn`
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.