ref: 7ecadb146f7f316965ce7d1853026a7443c980df
dir: /posix-arm64/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