]> mj.ucw.cz Git - libucw.git/blob - charset/Makefile
`buckettool -c' (cat) now separates buckets by an empty line.
[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 toligatures unaccent charconv setnames fb-charconv
6
7 obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
8 obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
9
10 build_charsets:
11         cd charset && sh misc/generate
12
13 clean::
14         rm -f charset/misc/u-*