code: 9ferno

ref: 670f4e90ee6028ffee399e5a96fb5e4cd72fc7bc
dir: /appl/alphabet/mkfile/

View raw version
<../../mkconfig
DIRS=\
	typesets\
	auxi\
	abc\
	fs\
	grid\
	main\

TARG=\
	alphabet.dis\
	alphabet.shmod.dis\
	eval.dis\
	extvalues.dis\
	proxy.dis\
	reports.dis\

INS=${TARG:%=$ROOT/dis/alphabet/%} \
	$ROOT/dis/sh/alphabet.dis

MODULES=\

SYSMODULES=\
	alphabet.m\
	alphabet/abc.m\
	alphabet/reports.m\
	draw.m\
	readdir.m\
	sets.m\
	sh.m\
	sys.m\

DISBIN=$ROOT/dis/alphabet

<$ROOT/mkfiles/mkdis
LIMBOFLAGS=-F $LIMBOFLAGS
install:V:	$INS

nuke:V: clean
	rm -f $INS

uninstall:V:
	rm -f $INS

$ROOT/dis/sh/alphabet.dis: alphabet.shmod.dis
	rm -f $ROOT/dis/sh/alphabet.dis && cp alphabet.shmod.dis $ROOT/dis/sh/alphabet.dis

<$ROOT/mkfiles/mksubdirs