plan9port/src/cmd/rio/mkfile

28 lines
415 B
Text
Raw Normal View History

2004-03-21 13:54:34 +00:00
<$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
2005-01-19 04:05:19 +00:00
# should only use lib64 on x86-64, but it should not hurt elsewhere
2005-01-19 16:42:34 +00:00
# stupid Darwin complains about the nonexistant directory
L64=`[ -d $X11/lib64 ] && echo 64`
LDFLAGS=-L$X11/lib$L64 -lXext -lX11
2004-03-21 13:54:34 +00:00
<$PLAN9/src/mkone
2004-03-25 23:03:57 +00:00
CFLAGS=$CFLAGS -DSHAPE -I$X11/include