head	1.1;
access;
symbols
	libc-5-4-46:1.1
	libc-5-4-45:1.1
	libc-5-4-44:1.1
	libc-5-4-43:1.1
	libc-5-4-42:1.1
	libc-5-4-41:1.1
	libc-5-4-40:1.1
	libc-5-4-39:1.1
	libc-5-4-38:1.1
	libc-5-4-37:1.1
	libc-5-4-36:1.1
	libc-5-4-35:1.1
	libc-5-4-34:1.1
	libc-5-4-33:1.1
	libc-5-4-32:1.1
	libc-5-4-31:1.1
	libc-5-4-30:1.1
	libc-5-4-29:1.1
	libc-5-4-28:1.1
	libc-5-4-27:1.1
	libc-5-4-26:1.1
	libc-5-4-25:1.1
	libc-5-4-24:1.1
	libc-5-4-23:1.1
	libc-5-4-22:1.1
	libc-5-4-21:1.1
	libc-5-4-20:1.1
	libc-5-4-19:1.1
	libc-5-4-18:1.1
	libc-5-4-17-public:1.1
	libc-5-4-17:1.1
	libc-5-4-16:1.1
	libc-5-4-15:1.1
	libc-5-4-14:1.1
	libc-5-4-13:1.1
	libc-5-4-12:1.1
	libc-5-4-11:1.1
	libc-5-4-10:1.1
	libc-5-4-9:1.1
	libc-5-4-8:1.1
	libc-5-4-7-public:1.1
	libc-5-4-7:1.1
	libc-5-4-6:1.1
	libc-5-4-5:1.1
	libc-5-4-4:1.1
	libc-5-4-3:1.1
	libc-5-4-2:1.1
	libc-5-4-1:1.1
	libc-5-4-0:1.1;
locks; strict;
comment	@# @;


1.1
date	96.04.26.07.48.48;	author hjl;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Update for libc 5.4.0.
@
text
@#
#	Makefile for wctype functions
#

TOPDIR=..

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

INC_CFLAGS= -I.

DIRS:=

SRCS= wcfuncs.c wctype.c iswctype.c wctrans.c towctrans.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIASES=

include $(TOPDIR)/Maketargets
@

