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


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

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

1.1.1.2
date	94.01.13.12.14.20;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.01.19.16.25.25;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# Makefile for string functions
#

include ../Makeconfig

include ../Makerules

LIB:=../$(LIB)
LIBALIAS:=../$(LIBALIAS)

JUMP_DIR:=../jump/$(SHLIB)
JUMP_LIB=libc

ifndef OPTFLAGS
OPTFLAGS= -O6 -fomit-frame-pointer
endif

CFLAGS = $(WFLAGS) $(OPTFLAGS) $(INC) $(XCFLAGS)
INC=-I. -I..

DIRS:=

SRC1S= __memccpy.c bcmp.c bcopy.c bzero.c ffs.c \
	memchr.c memcmp.c memcpy.c memfrob.c memmem.c memmove.c \
	memset.c strcasecmp.c strcat.c strchr.c strcmp.c \
	strcoll.c strcpy.c strcspn.c strdup.c strerror.c strfry.c \
	strlen.c strncscmp.c strncat.c strncmp.c strncpy.c \
	strpbrk.c strrchr.c strsep.c strsignal.c strspn.c \
	strstr.c strtok.c strxfrm.c swab.c
SRC2S= index.c memccpy.c rindex.c errlist.c siglist.c

SRCS= $(SRC1S) $(SRC2S)
ASMS= $(SRC1S:.c=.s) $(SRC2S:.c=.s)
OBJS= $(SRC1S:.c=.o)
ALIASES= $(SRC2S:.c=.o)

all: lib libalias

include ../Maketargets  
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d6 1
d9 9
a17 3
INC_CFLAGS=-I. -I.. \
	-I../sysdeps/$(TARGET_ARCH) \
	-I../sysdeps/generic
d19 3
d23 7
a29 4
SRC1S= __memccpy.c bcmp.c bcopy.c \
	memcpy.c memfrob.c memmem.c memmove.c strcasecmp.c \
	strcoll.c strcpy.c strdup.c strerror.c strfry.c \
	strncscmp.c strncat.c strncpy.c strsep.c strsignal.c \
a30 3
# 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
# 
d38 2
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d5 2
a6 1
TOPDIR=..
d8 3
a10 2
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
a11 4
INC_CFLAGS=-I. -I$(TOPDIR) \
	-I$(TOPDIR)/sysdeps/$(TARGET_ARCH) \
	-I$(TOPDIR)/sysdeps/generic

d28 1
a28 1
include $(TOPDIR)/Maketargets  
@
