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

TARG=rc

OFILES=\
	code.$O\
	exec.$O\
	getflags.$O\
	glob.$O\
	here.$O\
	io.$O\
	lex.$O\
	parse.$O\
	pcmd.$O\
	pfnc.$O\
	simple.$O\
	subr.$O\
	trap.$O\
	tree.$O\
	unixcrap.$O\
	var.$O\
	y.tab.$O\
	plan9ish.$O\
	havefork.$O\

HFILES=\
	rc.h\
	x.tab.h\
	io.h\
	exec.h\
	fns.h\

YFILES=syn.y

<$PLAN9/src/mkone

x.tab.h: y.tab.h
	cmp -s x.tab.h y.tab.h || cp y.tab.h x.tab.h