]> mj.ucw.cz Git - libucw.git/blob - charset/Makefile
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[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-*