]> mj.ucw.cz Git - libucw.git/blobdiff - charset/Makefile
`buckettool -c' (cat) now separates buckets by an empty line.
[libucw.git] / charset / Makefile
index 6454e26f56803cc690a048b4faf57fb998a852b8..b944a79f1dbd79afe9740fc8e11427a607f991ff 100644 (file)
@@ -1,11 +1,11 @@
-# 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
 
-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 unaccent charconv setnames 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