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

TARG=\
		odbcmnt.dis\

SHTARG=\
		runodbc.sh\

MODULES=\

SYSMODULES= \
	arg.m\
	convcs.m\
	daytime.m\
	draw.m\
	string.m\
	styx.m\
	styxservers.m\
	sys.m\

DISBIN=$ROOT/dis/demo/odbc

<$ROOT/mkfiles/mkdis

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

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