X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=charset%2FMakefile;h=4d8275ae1a134a06272d9e7482cb839e48c8a0fc;hb=d9820b2d7d4b908bb9da441f5a35a7999d701e60;hp=40423122fc2daae7b542c7e4e9acd0e7862361b3;hpb=0ba1850de076504dbf931928e709c4119f7bd02d;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 40423122..4d8275ae 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -1,11 +1,13 @@ -# 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 unistream.o +LIBCHARSET_MODS=toupper tolower tocat toligatures utf8 unaccent strlen debug \ + charconv setnames unistream fb-charconv +LIBCHARSET=obj/charset/libcharset.$(LS) -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