mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
28 lines
386 B
Makefile
28 lines
386 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 -L$X11/lib -lX11 -lm
|
|
SHORTLIB=frame draw thread regexp9 bio 9
|
|
|
|
<$PLAN9/src/mkone
|