X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=1095da23b06fcd90370e3ab6b7988efc169eab8d;hb=4a18657738121723a93fa7bb941ab168374954ad;hp=302b2ddd74d5e1f40a5938e86108607f69a273ba;hpb=1aa5b092dce1eabfc4ac2460abf9454341bc79f1;p=libucw.git diff --git a/lib/Makefile b/lib/Makefile index 302b2ddd..1095da23 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# Makefile for the Sherlock Library (c) 1997--2003 Martin Mares +# Makefile for the Sherlock Library (c) 1997--2004 Martin Mares DIRS+=lib PROGS+=obj/lib/db-tool obj/lib/buckettool @@ -6,9 +6,10 @@ PROGS+=obj/lib/db-tool obj/lib/buckettool LIBSH_MODS=alloc alloc_str ctmatch db fastbuf fb-file fb-mem lists \ log log2 md5 md5hex mmap pagecache patimatch patmatch pool \ prime random realloc regex timer url wildmatch \ - wordsplit str_ctype str_upper bucket conf object sorter \ + wordsplit str_ctype str_upper str_lower bucket conf object sorter \ finger proctitle ipaccess profile bitsig randomkey \ - hashfunc base64 base224 fb-temp fb-mmap fb-printf urlkey + hashfunc base64 base224 fb-temp fb-mmap fb-printf urlkey \ + partmap fb-limfd fb-buffer LIBSH_MOD_PATHS=$(addprefix obj/lib/,$(LIBSH_MODS)) $(CUSTOM_LIB_MODULES) obj/lib/libsh.a: $(addsuffix .o,$(LIBSH_MOD_PATHS))