From: Pavel Charvat Date: Thu, 19 Jul 2007 20:09:13 +0000 (+0200) Subject: Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git X-Git-Tag: holmes-import~506^2~13^2~93 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=54833f693e97cc4c3d5b8c28e6816e8d1ce5192e;p=libucw.git Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git --- 54833f693e97cc4c3d5b8c28e6816e8d1ce5192e diff --cc lib/Makefile index 9133c739,a4c53f67..37a1e7fc --- a/lib/Makefile +++ b/lib/Makefile @@@ -76,9 -74,7 +76,9 @@@ ifdef CONFIG_OWN_GETOP include $(s)/lib/getopt/Makefile endif +include $(s)/lib/sorter/Makefile + - LIBUCW=$(o)/lib/libucw.$(LS) + LIBUCW=$(o)/lib/libucw.pc LIBUCW_MOD_PATHS=$(addprefix $(o)/lib/,$(LIBUCW_MODS)) $(o)/lib/libucw.a: $(addsuffix .o,$(LIBUCW_MOD_PATHS)) @@@ -114,18 -110,16 +114,22 @@@ $(o)/lib/slists.test: $(o)/lib/slists- $(o)/lib/kmp-test.test: $(o)/lib/kmp-test $(o)/lib/bbuf.test: $(o)/lib/bbuf-t $(o)/lib/getopt.test: $(o)/lib/getopt-t +$(o)/lib/fastbuf.test: $(o)/lib/fb-file-t $(o)/lib/fb-grow-t $(o)/lib/fb-pool-t + +ifdef CONFIG_UCW_THREADS +TESTS+=$(addprefix $(o)/lib/,asio.test) +$(o)/lib/asio.test: $(o)/lib/asio-t +endif - INCLUDES+=$(o)/lib/.include-stamp + API_LIBS+=libucw + API_INCLUDES+=$(o)/lib/.include-stamp $(o)/lib/.include-stamp: $(addprefix $(s)/lib/,$(LIBUCW_INCLUDES)) - $(s)/build/install-includes $(s)/lib run/include/lib $(?F) - $(s)/build/install-includes $(o)/lib run/include/lib autoconf.h - touch $(o)/lib/.include-stamp + $(Q)$(s)/build/install-includes $(