ref: c614e5f509f49a792a2e586fea167032ef57928f
dir: /src/libc/arch/amd64/linux/Makefile/
.POSIX: PROJECTDIR =../../../../.. include $(PROJECTDIR)/scripts/rules.mk include ../../../rules.mk GENOBJS =\ _Exit.$O\ _close.$O\ _getpid.$O\ _kill.$O\ _lseek.$O\ _open.$O\ _read.$O\ _write.$O\ _brk.$O\ _sigaction.$O\ GENSRC = $(GENOBJS:.$O=.s) OBJS = \ $(GENOBJS)\ getenv.$O\ raise.$O\ signal.$O\ time.$O\ _cerrno.$O\ _getheap.$O\ _tzone.$O\ _sys_errlist.$O\ # 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) rm -f _sys_errlist.c include deps.mk