plan9port/src/cmd/samterm/mkfile

29 lines
386 B
Text
Raw Normal View History

2003-11-23 17:54:24 +00:00
PLAN9=../../..
<$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
2004-02-29 23:20:28 +00:00
LDFLAGS=$LDFLAGS -L$X11/lib -lX11 -lm
SHORTLIB=frame draw thread regexp9 bio 9
2003-11-23 17:54:24 +00:00
<$PLAN9/src/mkone