From: Martin Mares Date: Wed, 18 Jul 2007 13:56:19 +0000 (+0200) Subject: Cleaned up insallation of library API. X-Git-Tag: holmes-import~506^2~49 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=da2f99caf76902aacb06fd389994ac79182a92da;p=libucw.git Cleaned up insallation of library API. --- diff --git a/charset/Makefile b/charset/Makefile index c592f5f5..9c393be5 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -9,7 +9,8 @@ $(o)/charset/libcharset.a: $(addsuffix .o,$(addprefix $(o)/charset/,$(LIBCHARSET $(o)/charset/libcharset.so: $(addsuffix .oo,$(addprefix $(o)/charset/,$(LIBCHARSET_MODS))) $(o)/charset/libcharset.pc: $(LIBUCW) -INCLUDES+=$(o)/charset/.include-stamp +API_LIBS+=libcharset +API_INCLUDES+=$(o)/charset/.include-stamp $(o)/charset/.include-stamp: $(addprefix $(s)/charset/,$(LIBCHARSET_INCLUDES)) $(o)/charset/.include-stamp: IDST=charset diff --git a/images/Makefile b/images/Makefile index cd142e6b..ce9c23bc 100644 --- a/images/Makefile +++ b/images/Makefile @@ -74,6 +74,7 @@ TESTS+=$(o)/images/color.test $(o)/images/color-t: $(LIBIMAGES) $(o)/images/color.test: $(o)/images/color-t -INCLUDES+=$(o)/images/.include-stamp +API_LIBS+=libimages +API_INCLUDES+=$(o)/images/.include-stamp $(o)/images/.include-stamp: $(addprefix $(s)/images/,$(LIBIMAGES_INCLUDES)) $(o)/images/.include-stamp: IDST=images diff --git a/lib/Makefile b/lib/Makefile index 6394d623..2c3eb6c4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -111,7 +111,8 @@ $(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 -INCLUDES+=$(o)/lib/.include-stamp +API_LIBS+=libucw +API_INCLUDES+=$(o)/lib/.include-stamp $(o)/lib/.include-stamp: $(addprefix $(s)/lib/,$(LIBUCW_INCLUDES)) $(o)/lib/.include-stamp: IDST=lib