X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2FMakefile;h=40423122fc2daae7b542c7e4e9acd0e7862361b3;hb=34289767d57bb8845699c819362d286bd51c8952;hp=6c3d1c386a9b621fece00f9106ffa92b9bbcd866;hpb=ecba25617ac0c7e81f1c16238f85cb02b6e05014;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 6c3d1c38..40423122 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -1,22 +1,14 @@ -# Makefile for the Sherlock Charset Library (c) 1997--2000 Martin Mares +# Makefile for the Sherlock Charset Library (c) 1997--2001 Martin Mares DIRS+=charset -UNI_OBJS=toupper.o tolower.o tocat.o utf8.o unaccent.o tosig.o strlen.o debug.o \ - charconv.o setnames.o +UNI_OBJS=toupper.o tolower.o tocat.o utf8.o unaccent.o strlen.o debug.o \ + charconv.o setnames.o unistream.o obj/charset/libcharset.a: $(addprefix obj/charset/,$(UNI_OBJS)) -build_charsets: clean_charsets - misc/unisplit - misc/gentab _U_cat byte U-cat.h - misc/gentab _U_lower word U-lower.h - misc/gentab _U_upper word U-upper.h - misc/mkunacc >misc/u-unacc - misc/gentab _U_unaccent word U-unacc.h - misc/mksig >misc/u-sig - misc/gentab _U_sig byte U-sig.h - misc/tabgen chartable.h +build_charsets: + cd charset && sh misc/generate -clean_charsets: - rm -f misc/u-* U-*.h chartable.h +clean:: + rm -f charset/misc/u-*