plan9port/src/cmd/sam/Makefile

35 lines
352 B
Makefile
Raw Normal View History

2003-09-30 19:05:50 +00:00
9SRC=..
include $(9SRC)/Makehdr
2003-09-30 17:47:42 +00:00
2003-09-30 19:05:50 +00:00
TARG=sam
OFILES=sam.$O\
address.$O\
buff.$O\
cmd.$O\
disk.$O\
error.$O\
file.$O\
io.$O\
list.$O\
mesg.$O\
moveto.$O\
multi.$O\
plumb.$O\
rasp.$O\
regexp.$O\
shell.$O\
string.$O\
sys.$O\
unix.$O\
util.$O\
xec.$O\
HFILES=sam.h\
errors.h\
mesg.h\
LDFLAGS+=-l9 -lfmt -lutf
include $(9SRC)/Makeone
2003-09-30 17:47:42 +00:00