Line | |
---|
1 | # Makefile for lib/i386/string.
|
---|
2 |
|
---|
3 | LIBRARIES=libc
|
---|
4 |
|
---|
5 | libc_FILES=" \
|
---|
6 | _memmove.s \
|
---|
7 | _strncat.s \
|
---|
8 | _strncmp.s \
|
---|
9 | _strncpy.s \
|
---|
10 | _strnlen.s \
|
---|
11 | bcmp.s \
|
---|
12 | bcopy.s \
|
---|
13 | bzero.s \
|
---|
14 | index.s \
|
---|
15 | memchr.s \
|
---|
16 | memcmp.s \
|
---|
17 | memcpy.s \
|
---|
18 | memmove.s \
|
---|
19 | memset.s \
|
---|
20 | rindex.s \
|
---|
21 | strcat.s \
|
---|
22 | strchr.s \
|
---|
23 | strcmp.s \
|
---|
24 | strcpy.s \
|
---|
25 | strlen.s \
|
---|
26 | strncat.s \
|
---|
27 | strncmp.s \
|
---|
28 | strncpy.s \
|
---|
29 | strnlen.s \
|
---|
30 | strrchr.s"
|
---|
31 |
|
---|
32 | TYPE=both
|
---|
Note:
See
TracBrowser
for help on using the repository browser.