mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
25 lines
307 B
Makefile
25 lines
307 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIB=libmemlayer.a
|
|
|
|
OFILES=\
|
|
draw.$O\
|
|
lalloc.$O\
|
|
layerop.$O\
|
|
ldelete.$O\
|
|
lhide.$O\
|
|
line.$O\
|
|
load.$O\
|
|
lorigin.$O\
|
|
lsetrefresh.$O\
|
|
ltofront.$O\
|
|
ltorear.$O\
|
|
unload.$O\
|
|
|
|
HFILES=\
|
|
$PLAN9/include/draw.h\
|
|
$PLAN9/include/memdraw.h\
|
|
$PLAN9/include/memlayer.h\
|
|
|
|
<$PLAN9/src/mksyslib
|
|
|