ref: 229d7bb35315ade6f25d96071adfd6933a50015d
dir: /posix-mips/Makefile/
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