]> mj.ucw.cz Git - libucw.git/blob - charset/Makefile
typo fixed
[libucw.git] / charset / Makefile
1 # Makefile for the Sherlock Charset Library (c) 1997--2001 Martin Mares <mj@ucw.cz>
2
3 DIRS+=charset
4
5 UNI_OBJS=toupper.o tolower.o tocat.o utf8.o unaccent.o strlen.o debug.o \
6         charconv.o setnames.o unistream.o
7
8 obj/charset/libcharset.a: $(addprefix obj/charset/,$(UNI_OBJS))
9
10 build_charsets:
11         cd charset && sh misc/generate
12
13 clean::
14         rm -f charset/misc/u-*