Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-03-08 06:46:01 +0300
committerAlexandre Oliva <aoliva@redhat.com>2000-03-08 06:46:01 +0300
commit85dd2e5b73ef28bac042360f93733d9b4728c4ac (patch)
treedffcfb442d1efe39cac1e56f68e8836e727ee659 /newlib/libc/string/Makefile.in
parentc505305855a5c7c999c7adfa0271436b3ff6ee55 (diff)
* libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
(CHEWOUT_FILES): Added swab.def. * libc/string/Makefile.in: Rebuilt. * libc/string/string.tex: Include swab.def. * libc/include/string.h (swab): Declare. * libc/string/swab.c: New file.
Diffstat (limited to 'newlib/libc/string/Makefile.in')
-rw-r--r--newlib/libc/string/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in
index 29a413c0d..8139a578d 100644
--- a/newlib/libc/string/Makefile.in
+++ b/newlib/libc/string/Makefile.in
@@ -121,6 +121,7 @@ lib_a_SOURCES = \
strupr.c \
strxfrm.c \
strstr.c \
+ swab.c \
u_strerr.c
@@ -128,7 +129,7 @@ CHEWOUT_FILES = \
bcmp.def memcpy.def strcmp.def strncat.def strstr.def \
bcopy.def memmove.def strcoll.def strncmp.def strtok.def \
bzero.def memset.def strcpy.def strncpy.def strxfrm.def \
-index.def rindex.def strcspn.def strpbrk.def \
+index.def rindex.def strcspn.def strpbrk.def swab.def \
memchr.def strcat.def strerror.def strrchr.def \
memcmp.def strchr.def strlen.def strspn.def \
strcasecmp.def strncasecmp.def strlwr.def strupr.def
@@ -155,7 +156,7 @@ lib_a_OBJECTS = bcmp.o bcopy.o bzero.o index.o memchr.o memcmp.o \
memcpy.o memmove.o memset.o rindex.o strcat.o strchr.o strcmp.o \
strcasecmp.o strcoll.o strcpy.o strcspn.o strerror.o strlen.o strlwr.o \
strncat.o strncmp.o strncasecmp.o strncpy.o strpbrk.o strrchr.o \
-strspn.o strtok.o strtok_r.o strupr.o strxfrm.o strstr.o u_strerr.o
+strspn.o strtok.o strtok_r.o strupr.o strxfrm.o strstr.o swab.o u_strerr.o
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)