mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
912fba95e7
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
30 lines
482 B
Makefile
30 lines
482 B
Makefile
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
|
|
LDFLAGS=$LDFLAGS -lframe -ldraw -lthread -l9 -lregexp9 \
|
|
-lbio -lfmt -lutf -L$X11/lib -lX11 -lm
|
|
|
|
o.samterm: $PLAN9/lib/libframe.a $PLAN9/lib/libdraw.a $PLAN9/lib/libthread.a
|
|
|
|
<$PLAN9/src/mkone
|