ref: 950206e6394fe75a3b9bfebd4560128a686046db
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