|
|
1.1 ! root 1: # /usr/src/libc/crt/Makefile 2/14/91 ! 2: ! 3: OBJ=\ ! 4: _pow10.o\ ! 5: _prof.o ! 6: ! 7: # Primary target. ! 8: all: CRT crti8086 ! 9: : libc/crt done. ! 10: ! 11: # Pseudotargets. ! 12: CRT: $(OBJ) ! 13: ar rkus libc.a $? ! 14: touch $@ ! 15: crti8086: ! 16: make SRCPATH=$(SRCPATH)/i8086 ! 17: ! 18: # Secondary targets. ! 19: _pow10.o: _pow10.c ! 20: _prof.o: _prof.c ! 21: ! 22: # end of /usr/src/libc/crt/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.