|
|
1.1 root 1: # /usr/src/libc/string/Makefile 2/14/91
2:
3: OBJ=\
4: strcoll.o\
5: strerror.o\
6: strtok.o\
7: strxfrm.o\
8:
9: # These C sources are unused, the assembler sources in i8086
10: # are used instead for efficiency.
11: UNUSED=\
12: _memxchg.c\
13: memchr.c\
14: memcmp.c\
15: memcpy.c\
16: memmove.c\
17: memset.c\
18: strcat.c\
19: strchr.c\
20: strcmp.c\
21: strcpy.c\
22: strcspn.c\
23: streq.c\
24: strlen.c\
25: strncat.c\
26: strncmp.c\
27: strncpy.c\
28: strpbrk.c\
29: strrchr.c\
30: strspn.c\
31: strstr.c\
32:
33: # Primary target.
34: all: STRING stringi8086
35: : libc/string done
36:
37: # Pseudotargets.
38: STRING: $(OBJ)
39: ar rkus libc.a $?
40: touch $@
41: stringi8086:
42: make SRCPATH=$(SRCPATH)/i8086
43:
44: # Secondary targets.
45: strcoll.o: strcoll.c
46: strerror.o: strerror.c
47: strtok.o: strtok.c
48: strxfrm.o: strxfrm.c
49:
50: # end of /usr/src/libc/string/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.