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

TARG=db
OFILES=\
	command.$O\
	expr.$O\
	format.$O\
	input.$O\
	main.$O\
	output.$O\
	pcs.$O\
	runpcs.$O\
	regs.$O\
	trcrun.$O\
	print.$O\
	setup.$O\

HFILES=defs.h\
	fns.h\

SHORTLIB=mach bio 9

<$PLAN9/src/mkone

CFLAGS=$CFLAGS -I../libmach2