source: trunk/minix/lib/i386/string/Makefile.in@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 385 bytes
Line 
1# Makefile for lib/i386/string.
2
3LIBRARIES=libc
4
5libc_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
32TYPE=both
Note: See TracBrowser for help on using the repository browser.