aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/mkfile
blob: 3f42b2c4625648f44b35f54ca719cbb2af75c226 (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
<$PLAN9/src/mkhdr
<|sh ../devdraw/mkwsysrules.sh	# for X11

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

CFLAGS=$CFLAGS -DDEBUG
HFILES=dat.h fns.h

TARG=rio

# need to add lib64 when it exists (on x86-64), but
# Darwin complains about the nonexistant directory
# Bug in mk? "$L64 -lXext" gobbles the space, so 
# add trailing slash.
L64=`[ -d $X11/lib64 ] && echo 64; echo`
LDFLAGS=-L$X11/lib$L64/ -lXext -lX11

<|sh mkriorules.sh

CFLAGS=$CFLAGS -DSHAPE

$O.xevents: xevents.$O printevent.$O
	$LD -o $target $prereq $LDFLAGS

xevents.$O printevent.$O: printevent.h