1<../../mkconfig 2 3DIRS=\ 4 acme\ 5 6TARG=\ 7 acme.dis\ 8 dat.dis\ 9 buff.dis\ 10 col.dis\ 11 disk.dis\ 12 exec.dis\ 13 file.dis\ 14 fsys.dis\ 15 look.dis\ 16 regx.dis\ 17 row.dis\ 18 scrl.dis\ 19 text.dis\ 20 time.dis\ 21 util.dis\ 22 wind.dis\ 23 graph.dis\ 24 xfid.dis\ 25 gui.dis\ 26 frame.dis\ 27 edit.dis\ 28 ecmd.dis\ 29 elog.dis\ 30 styxaux.dis\ 31 32ICONS=\ 33 abcde.bit\ 34 35MODULES=\ 36 acme.m\ 37 buff.m\ 38 col.m\ 39 disk.m\ 40 exec.m\ 41 file.m\ 42 fsys.m\ 43 look.m\ 44 regx.m\ 45 row.m\ 46 scrl.m\ 47 text.m\ 48 time.m\ 49 util.m\ 50 wind.m\ 51 xfid.m\ 52 common.m\ 53 graph.m\ 54 gui.m\ 55 frame.m\ 56 dat.m\ 57 edit.m\ 58 elog.m\ 59 ecmd.m\ 60 styxaux.m\ 61 62SYSMODULES=\ 63 bufio.m\ 64 daytime.m\ 65 debug.m\ 66 draw.m\ 67 sh.m\ 68 string.m\ 69 styx.m\ 70 sys.m\ 71 tk.m\ 72 workdir.m\ 73 wmclient.m\ 74 75DISBIN=$ROOT/dis/acme 76 77all:V: acme.dis 78 79<$ROOT/mkfiles/mkdis 80<$ROOT/mkfiles/mksubdirs 81 82install:V: $ROOT/dis/acme.dis 83 84$ROOT/dis/acme.dis: acme.dis 85 rm -f $target && cp acme.dis $target 86 87acme.dis: $MODULES $SYS_MODULES 88 89nuke:V: 90 rm -f $ROOT/dis/acme.dis 91