summaryrefslogtreecommitdiff
path: root/appl/demo/camera/mkfile
blob: 9b393708d8217da5e1afe72fe3ee55a00b292dd2 (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
<../../../mkconfig

TARG=\
		camera.dis\
		camload.bit\
		camproc.bit\
		tkinterface.dis\

SHTARG=\
		runcam.sh\

MODULES=\

SYSMODULES= \
	arg.m\
	bufio.m\
	daytime.m\
	draw.m\
	grid/readjpg.m\
	readdir.m\
	selectfile.m\
	string.m\
	styx.m\
	styxservers.m\
	sys.m\
	tk.m\
	tkclient.m\

DISBIN=$ROOT/dis/demo/camera

<$ROOT/mkfiles/mkdis

$DISBIN/%.bit:		%.bit
	rm -f $target && cp $stem.bit $target

SHFILES=${SHTARG:%.sh=$DISBIN/%}
install:V:	$SHFILES
%.install:V:	$DISBIN/%
%.installall:V:	$DISBIN/%

$DISBIN/%:	%.sh
	cp $stem.sh $target && chmod a+rx $target