summaryrefslogtreecommitdiffstats
path: root/libc/string/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/Makefile.inc')
-rw-r--r--libc/string/Makefile.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/libc/string/Makefile.inc b/libc/string/Makefile.inc
new file mode 100644
index 00000000..3b7c8ce4
--- /dev/null
+++ b/libc/string/Makefile.inc
@@ -0,0 +1,20 @@
+# *****************************************************************************
+# * Copyright (c) 2004, 2008 IBM Corporation
+# * All rights reserved.
+# * This program and the accompanying materials
+# * are made available under the terms of the BSD License
+# * which accompanies this distribution, and is available at
+# * http://www.opensource.org/licenses/bsd-license.php
+# *
+# * Contributors:
+# * IBM Corporation - initial implementation
+# ****************************************************************************/
+
+SUBDIRS += $(LIBCDIR)/string
+
+STRING_OBJS = strcat.o strchr.o strcmp.o strcpy.o strlen.o strncmp.o \
+ strncpy.o strstr.o memset.o memcpy.o memmove.o memchr.o \
+ memcmp.o strcasecmp.o strncasecmp.o strtok.o strdup.o
+STRING = $(LIBCDIR)/string/built-in.o
+$(STRING): $(STRING_OBJS:%=$(LIBCDIR)/string/%)
+
OpenPOWER on IntegriCloud