head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.2
	LIBC_4_5_18:1.1.1.2
	LIBC_4_5_17:1.1.1.2
	LIBC_4_5_16:1.1.1.2
	LIBC_4_5_15:1.1.1.2
	LIBC_4_5_14:1.1.1.2
	LIBC_4_5_13:1.1.1.2
	LIBC_4_5_12:1.1.1.2
	LIBC_4_5_11:1.1.1.2
	LIBC_4_5_10:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	94.01.13.12.16.20;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.01.13.12.16.21;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.19.16.25.32;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# Makefile for i386 specific functions.
#

include ../../Makeconfig
include ../../Makerules

INC_CFLAGS=-I$(SRCDIR)/string -I$(SRCDIR) -I. 

SRC1S= modf.c bzero.c ffs.c memchr.c memcmp.c memset.c \
	strcat.c strchr.c strcmp.c strcspn.c strlen.c strncmp.c \
	strpbrk.c strrchr.c strspn.c 
SRCS= $(SRC1S) $(SRC2S)
ASMS= $(SRC1S:.c=.s) $(SCR2S:.c=.s)
OBJS= $(SRC1S:.c=.o)
ALIASES=

include ../../Maketargets
@


1.1.1.1
log
@LIBC_4_5_10
@
text
@@


1.1.1.2
log
@LIBC_4_5_11
@
text
@d5 2
a6 1
TOPDIR=../..
d8 1
a8 2
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
a9 2
INC_CFLAGS=-I$(TOPDIR)/string -I$(TOPDIR) -I. 

d18 1
a18 1
include $(TOPDIR)/Maketargets
@
