X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2FMakefile;h=40423122fc2daae7b542c7e4e9acd0e7862361b3;hb=34289767d57bb8845699c819362d286bd51c8952;hp=5cdd48983521aa14508674d5153e8ea8e8336c13;hpb=036b9b800610a335a249db7e35547d556d54d272;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 5cdd4898..40423122 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -1,19 +1,14 @@ -# Makefile for the Sherlock Charset Data Files (c) 1997 Martin Mares +# Makefile for the Sherlock Charset Library (c) 1997--2001 Martin Mares -all: .stamp +DIRS+=charset -.stamp: - mkdir -p $(TOPDIR)/run/char - ln -sf `pwd`/set $(TOPDIR)/run/char - ln -sf `pwd`/exp $(TOPDIR)/run/char - touch .stamp +UNI_OBJS=toupper.o tolower.o tocat.o utf8.o unaccent.o strlen.o debug.o \ + charconv.o setnames.o unistream.o -buildall: - rm -rf exp - mkdir exp - for a in `find set -type f` ; do b=`basename $$a` ; echo $$b ; misc/mkexpands $$b >exp/$$b ; done +obj/charset/libcharset.a: $(addprefix obj/charset/,$(UNI_OBJS)) -tags: +build_charsets: + cd charset && sh misc/generate -clean: - rm -f .stamp +clean:: + rm -f charset/misc/u-*