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

TARG=samterm
OFILES=\
	main.$O\
	icons.$O\
	menu.$O\
	mesg.$O\
	rasp.$O\
	scroll.$O\
	flayer.$O\
	io.$O\
	plan9.$O\

HFILES=\
	samterm.h\
	flayer.h\
	../sam/sam.h\
	../sam/mesg.h\
	$PLAN9/include/frame.h\
	$PLAN9/include/draw.h\

CFLAGS=$CFLAGS -I../sam

<$PLAN9/src/mkone