]> mj.ucw.cz Git - libucw.git/blobdiff - charset/Makefile
obuck_predict_last_oid() can be made safe easily.
[libucw.git] / charset / Makefile
index 40423122fc2daae7b542c7e4e9acd0e7862361b3..4d8275ae1a134a06272d9e7482cb839e48c8a0fc 100644 (file)
@@ -1,11 +1,13 @@
-# Makefile for the Sherlock Charset Library (c) 1997--2001 Martin Mares <mj@ucw.cz>
+# Makefile for the Sherlock Charset Library (c) 1997--2002 Martin Mares <mj@ucw.cz>
 
 DIRS+=charset
 
 
 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
 
 build_charsets:
        cd charset && sh misc/generate