|
|
1.1 ! root 1: progs = cppp cross csgen deal delam delamc edscript farb fset gcomp\ ! 2: gset i-psort i-split i-trfil i-xref labels lam ll loadmap parens queens\ ! 3: roffcmds rsg shuffile tablc tablw trim worm ! 4: ! 5: ibin = /usr/new/lib/icon/5.9.0 ! 6: ! 7: what: ! 8: @echo "what do you want to make?" ! 9: ! 10: All: $(progs) ! 11: rm -f ../../ibin/* ! 12: mv $(progs) ../../ibin ! 13: ! 14: cppp: cppp.icn ! 15: $(ibin)/icont -u -s cppp.icn ! 16: ! 17: cross: cross.icn ! 18: $(ibin)/icont -u -s cross.icn ! 19: ! 20: csgen: csgen.icn ! 21: $(ibin)/icont -u -s csgen.icn ! 22: ! 23: deal: deal.icn ! 24: $(ibin)/icont -u -s deal.icn ! 25: ! 26: delam: delam.icn ! 27: $(ibin)/icont -u -s delam.icn ! 28: ! 29: delamc: delamc.icn ! 30: $(ibin)/icont -u -s delamc.icn ! 31: ! 32: edscript: edscript.icn ! 33: $(ibin)/icont -u -s edscript.icn ! 34: ! 35: farb: farb.icn ! 36: $(ibin)/icont -u -s -Sc200 -Ss7000 -St2290 farb.icn ! 37: ! 38: fset: fset.icn ! 39: $(ibin)/icont -u -s fset.icn ! 40: ! 41: gcomp: gcomp.icn ! 42: $(ibin)/icont -u -s gcomp.icn ! 43: ! 44: gset: gset.icn ! 45: $(ibin)/icont -u -s gset.icn ! 46: ! 47: i-psort: i-psort.icn ! 48: $(ibin)/icont -u -s i-psort.icn ! 49: ! 50: i-split: i-split.icn ! 51: $(ibin)/icont -u -s i-split.icn ! 52: ! 53: i-trfil: i-trfil.icn ! 54: $(ibin)/icont -u -s i-trfil.icn ! 55: ! 56: i-xref: i-xref.icn ! 57: $(ibin)/icont -u -s i-xref.icn ! 58: ! 59: labels: labels.icn ! 60: $(ibin)/icont -u -s labels.icn ! 61: ! 62: lam: lam.icn ! 63: $(ibin)/icont -u -s lam.icn ! 64: ! 65: ll: ll.icn ! 66: $(ibin)/icont -u -s ll.icn ! 67: ! 68: loadmap: loadmap.icn ! 69: $(ibin)/icont -u -s loadmap.icn ! 70: ! 71: parens: parens.icn ! 72: $(ibin)/icont -u -s parens.icn ! 73: ! 74: queens: queens.icn ! 75: $(ibin)/icont -u -s queens.icn ! 76: ! 77: roffcmds: roffcmds.icn ! 78: $(ibin)/icont -u -s roffcmds.icn ! 79: ! 80: rsg: rsg.icn ! 81: $(ibin)/icont -u -s rsg.icn ! 82: ! 83: shuffile: shuffile.icn ! 84: $(ibin)/icont -u -s shuffile.icn ! 85: ! 86: tablc: tablc.icn ! 87: $(ibin)/icont -u -s tablc.icn ! 88: ! 89: tablw: tablw.icn ! 90: $(ibin)/icont -u -s tablw.icn ! 91: ! 92: trim: trim.icn ! 93: $(ibin)/icont -u -s trim.icn ! 94: ! 95: worm: worm.icn ../../ilib/gpack.u1 ! 96: $(ibin)/icont -u -s worm.icn ../../ilib/gpack.u1 ! 97: ! 98: Dist-clean: ! 99: rm -f .BK* .CK* .emacs* ! 100: rm `gcomp Makefile *.icn *.gen`
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.