shithub: drawterm

ref: 4d5e1e798e2051b8e42e9f4841262dddf673e21e
dir: /posix-mips/Makefile/

View raw version
ROOT=..
include ../Make.config
LIB=../libmachdep.a

OFILES=\
	getcallerpc.$O\
	tas.$O

default: $(LIB)
$(LIB): $(OFILES)
	$(AR) r $(LIB) $(OFILES)
	$(RANLIB) $(LIB)

tas.$O: tas.s
	ln -sf tas.s tas.S
	$(CC) -c -o tas.$O -mips3 tas.S