/[hurd]/hurd-l4/libc-parts/Makefile.am
ViewVC logotype

Diff of /hurd-l4/libc-parts/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Thu Sep 18 23:08:58 2003 UTC revision 1.4 by marcus, Fri Sep 19 17:06:48 2003 UTC
# Line 20  Line 20 
20    
21  noinst_LIBRARIES = libc-parts.a  noinst_LIBRARIES = libc-parts.a
22    
23  libc_parts_a_SOURCES =  libc_parts_a_SOURCES = ctype.h c-ctype.h c-ctype.c              \
24            errno.h errno.c                                         \
25            strtol.c strtoll.c strtoul.c strtoull.c                 \
26    
27  routines := memcpy memmove memset bcopy bzero memchr rawmemchr \  # For the following routines we want to take the possibly optimized
28          strstr strtok strchr strchrnul strcpy stpcpy strcat \  # versions from the target's GNU C library, rather than duplicating
29          strcmp strncmp strlen strnlen \  # the generic code here.
30    routines := memcpy memmove memset bcopy bzero memchr rawmemchr  \
31            strstr strtok strchr strchrnul strcpy stpcpy strcat     \
32            strcmp strncmp strlen strnlen                           \
33            atoi atoll strtoimax strtoumax                          \
34          htonl htons ntohl ntohs ffs          htonl htons ntohl ntohs ffs
35    
36  # We have to find all modules in the archive which contain the above  # We have to find all modules in the archive which contain the above

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26