aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/mkfile
blob: 6e2373fa1cf8f583806dbf44859d50009072abec (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

OFILES=\
	client.$O\
	color.$O\
	cursor.$O\
	error.$O\
	event.$O\
	grab.$O\
	main.$O\
	manage.$O\
	menu.$O\

HFILES=dat.h fns.h

TARG=rio

# should only use lib64 on x86-64, but it should not hurt elsewhere
LDFLAGS=-L$X11/lib64 -L$X11/lib -lXext -lX11

<$PLAN9/src/mkone

CFLAGS=$CFLAGS -DSHAPE -I$X11/include