head     1.2;
branch   ;
access   ;
symbols  ;
locks    bin:1.2; strict;
comment  @# @;


1.2
date     93.07.09.09.34.05;  author bin;  state Exp;
branches ;
next     1.1;

1.1
date     92.04.30.14.17.18;  author bin;  state Exp;
branches ;
next     ;


desc
@@


1.2
log
@Steve: mods for 4.2 alpha..
@
text
@# /usr/src/libc/string/i386/Makefile 7/6/93

CRTI386=\
	_memxchg.o\
	index.o\
	memccpy.o\
	memchr.o\
	memcmp.o\
	memcpy.o\
	memmove.o\
	memset.o\
	rindex.o\
	strcat.o\
	strchr.o\
	strcmp.o\
	strcpy.o\
	strcspn.o\
	streq.o\
	strlen.o\
	strpbrk.o\
	strrchr.o\
	strspn.o\
	strstr.o

# Primary target.
STRINGI386:	$(CRTI386)
	$(AR) rkus libc.a $?
	touch $@@
	: libc/string/i386 done

# Secondary targets.
_memxchg.o:	_memxchg.s
index.o:	index.s
memccpy.o:	memccpy.s
memchr.o:	memchr.s
memcmp.o:	memcmp.s
memcpy.o:	memcpy.s
memmove.o:	memmove.s
memset.o:	memset.s
rindex.o:	rindex.s
strcat.o:	strcat.s
strchr.o:	strchr.s
strcmp.o:	strcmp.s
strcpy.o:	strcpy.s
strcspn.o:	strcspn.s
streq.o:	streq.s
strlen.o:	strlen.s
strpbrk.o:	strpbrk.s
strrchr.o:	strrchr.s
strspn.o:	strspn.s
strstr.o:	strstr.s

# end of /usr/src/libc/string/i386/Makefile
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# /usr/src/libc/string/i386/Makefile 1/10/92
d5 1
d12 1
d33 1
d40 1
@
