]> mj.ucw.cz Git - libucw.git/blob - charset/Makefile
dbd352f7b916ca4275ed32a076a03cb56b9b61d5
[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 utf8 unaccent strlen debug \
6         charconv setnames unistream fb-charconv
7
8 obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
9 obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS)))
10
11 build_charsets:
12         cd charset && sh misc/generate
13
14 clean::
15         rm -f charset/misc/u-*