|
|
1.1 root 1: # /usr/src/libc/gen/malloc/Makefile 1/9/92
2:
3: OBJ=\
4: calloc.o\
5: malloc.o\
6: memok.o\
7: notmem.o\
8: realloc.o
9:
10: UNUSED=trymallo.c
11:
12: # Primary target.
13: GENMALLOC: $(OBJ)
14: $(AR) rkus libc.a $?
15: touch $@
16: : libc/gen/malloc done
17:
18: # Secondary targets.
19: calloc.o: calloc.c
20: malloc.o: malloc.c
21: memok.o: memok.c
22: notmem.o: notmem.c
23: realloc.o: realloc.c
24:
25: # end of /usr/src/libc/gen/malloc/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.