summaryrefslogtreecommitdiff
path: root/appl/alphabet/mkfile
blob: 36465f49704b556fc177563195b7ef9e27a3e8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<../../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