Joren's new library make system (minus Makefiles)
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
# Makefile for lib/i386/string.
|
||||
|
||||
LIBRARIES = libc
|
||||
|
||||
libc_OBJECTS = \
|
||||
_memmove.o \
|
||||
_strncat.o \
|
||||
_strncmp.o \
|
||||
_strncpy.o \
|
||||
_strnlen.o \
|
||||
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 \
|
||||
strcpy.o \
|
||||
strlen.o \
|
||||
strncat.o \
|
||||
strncmp.o \
|
||||
strncpy.o \
|
||||
strnlen.o \
|
||||
strrchr.o \
|
||||
|
||||
include ../../Makefile.inc
|
||||
32
lib/i386/string/Makefile.in
Normal file
32
lib/i386/string/Makefile.in
Normal file
@@ -0,0 +1,32 @@
|
||||
# Makefile for lib/i386/string.
|
||||
|
||||
LIBRARIES=libc
|
||||
|
||||
libc_FILES=" \
|
||||
_memmove.s \
|
||||
_strncat.s \
|
||||
_strncmp.s \
|
||||
_strncpy.s \
|
||||
_strnlen.s \
|
||||
bcmp.s \
|
||||
bcopy.s \
|
||||
bzero.s \
|
||||
index.s \
|
||||
memchr.s \
|
||||
memcmp.s \
|
||||
memcpy.s \
|
||||
memmove.s \
|
||||
memset.s \
|
||||
rindex.s \
|
||||
strcat.s \
|
||||
strchr.s \
|
||||
strcmp.s \
|
||||
strcpy.s \
|
||||
strlen.s \
|
||||
strncat.s \
|
||||
strncmp.s \
|
||||
strncpy.s \
|
||||
strnlen.s \
|
||||
strrchr.s"
|
||||
|
||||
TYPE=both
|
||||
Reference in New Issue
Block a user