head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.1
	LIBC_4_5_18:1.1.1.1
	LIBC_4_5_17:1.1.1.1
	LIBC_4_5_16:1.1.1.1
	LIBC_4_5_15:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


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

1.1.1.1
date	94.02.01.13.52.43;	author steinber;	state Exp;
branches;
next	;


desc
@@



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

TOPDIR=../..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

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

DIRS:= setjmp

SRC1S= hton.c 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 
SRC2S= ntoh.c div.c

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

include $(TOPDIR)/Maketargets
@


1.1.1.1
log
@LIBC_4_5_15
@
text
@@
