ref: 67284dd2c09c74ea425f4ded41a90b640b607eae
dir: /posix-arm/Makefile/
ROOT=.. include ../Make.config LIB=../libmachdep.a OFILES=\ getcallerpc.$O\ tas.$O default: $(LIB) $(LIB): $(OFILES) $(AR) r $(LIB) $(OFILES) $(RANLIB) $(LIB) %.$O: %.c $(CC) $(CFLAGS) $*.c %.$O: %.s $(AS) -o $*.$O $*.s %.s: %.spp cpp $*.spp >$*.s