ref: 4e32a9fa6e58c1474f747a99083303c4a2f14ea7
dir: /posix-port/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