Blob


1 <$PLAN9/src/mkhdr
3 OFILES=\
4 client.$O\
5 color.$O\
6 cursor.$O\
7 error.$O\
8 event.$O\
9 grab.$O\
10 main.$O\
11 manage.$O\
12 menu.$O\
14 HFILES=dat.h fns.h
16 TARG=rio
18 # need to add lib64 when it exists (on x86-64), but
19 # Darwin complains about the nonexistant directory
20 L64=`[ -d $X11/lib64 ] && echo 64; echo`
21 LDFLAGS=-L$X11/lib$L64\ -lXext -lX11
23 <$PLAN9/src/mkone
25 CFLAGS=$CFLAGS -DSHAPE -I$X11/include