# Makefile for the Sherlock Charset Library (c) 1997--2000 Martin Mares DIRS+=charset UNI_OBJS=toupper.o tolower.o tocat.o utf8.o unaccent.o tosig.o strlen.o debug.o \ charconv.o setnames.o obj/charset/libcharset.a: $(addprefix obj/charset/,$(UNI_OBJS)) build_charsets: clean_charsets misc/unisplit misc/gentab _U_cat byte U-cat.h misc/gentab _U_lower word U-lower.h misc/gentab _U_upper word U-upper.h misc/mkunacc >misc/u-unacc misc/gentab _U_unaccent word U-unacc.h misc/mksig >misc/u-sig misc/gentab _U_sig byte U-sig.h misc/tabgen chartable.h clean_charsets: rm -f misc/u-* U-*.h chartable.h