]> mj.ucw.cz Git - libucw.git/blob - charset/Makefile
upgraded from ftp.unicode.org and also renamed
[libucw.git] / charset / Makefile
1 # Makefile for the Sherlock Charset Library (c) 1997--2002 Martin Mares <mj@ucw.cz>
2
3 DIRS+=charset
4
5 LIBCHARSET_MODS=toupper tolower tocat utf8 unaccent strlen debug \
6         charconv setnames unistream
7 LIBCHARSET=obj/charset/libcharset.$(LS)
8
9 obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
10 obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
11
12 build_charsets:
13         cd charset && sh misc/generate
14
15 clean::
16         rm -f charset/misc/u-*