aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac/mkfile
blob: 6ee651cb59f6c504033450409dc66020456ff0d0 (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
<$PLAN9/src/mkhdr

LIBFILES=\
	error\
	file\
	pack\
	glob\

LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a

HFILES=\
	$PLAN9/include/venti.h\
	stdinc.h\
	error.h\
	vac.h\
	dat.h\
	fns.h\

TARG=vac vacfs unvac

default:V: all

<$PLAN9/src/mkmany

testglob:V: $O.testinc
	$O.testinc exc <exc.in >exc.test
	diff exc.out exc.test
	ls -l exc.out exc.test