ref: d4f1772327e14809d4874b8c6aa7da261b65e43f
dir: /src/libc/arch/ppc32/linux/Makefile/
.POSIX: PROJECTDIR =../../../../.. include $(PROJECTDIR)/scripts/rules.mk include ../../../rules.mk GENOBJS = GENSRC = $(GENOBJS:.$O=.s) OBJS = \ $(GENOBJS)\ # Rules all: $(LIBC) $(CRT) $(LIBC): $(OBJS) $(MKLST) crt.$O: ../crt-posix.s $(GENSRC): syscall.lst gensys.sh $(@:.s=) dep: inc-dep clean: rm -f $(GENSRC) include deps.mk