X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2FMakefile;h=dbd352f7b916ca4275ed32a076a03cb56b9b61d5;hb=997624f88f37bec5cb96cf9fc3b3cac05ccc6ed8;hp=6454e26f56803cc690a048b4faf57fb998a852b8;hpb=abba9373525dbfa8fb8dfcb0505e7ae682357983;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 6454e26f..dbd352f7 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -1,11 +1,12 @@ -# Makefile for the Sherlock Charset Library (c) 1997--2001 Martin Mares +# Makefile for the Sherlock Charset Library (c) 1997--2002 Martin Mares DIRS+=charset -UNI_OBJS=toupper.o tolower.o tocat.o utf8.o unaccent.o strlen.o debug.o \ - charconv.o setnames.o +LIBCHARSET_MODS=toupper tolower tocat toligatures utf8 unaccent strlen debug \ + charconv setnames unistream fb-charconv -obj/charset/libcharset.a: $(addprefix obj/charset/,$(UNI_OBJS)) +obj/charset/libcharset.a: $(addsuffix .o,$(addprefix obj/charset/,$(LIBCHARSET_MODS))) +obj/charset/libcharset.so: $(addsuffix .oo,$(addprefix obj/charset/,$(LIBCHARSET_MODS))) build_charsets: cd charset && sh misc/generate