ref: ea04c68f2bd28d6c75d21688a07ac6b817192b67
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