summaryrefslogtreecommitdiffstats
path: root/rules/bluez-utils.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-04 18:12:27 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-04 18:12:27 +0000
commit06fe76a288fd5b5425a41acb2ab4ed7050a7ad09 (patch)
tree19304514b3506e2cd2d770f452ec6728db439b88 /rules/bluez-utils.make
parent0ac44fea8d3533ccbc3b447e5c0f64475c9d995b (diff)
downloadptxdist-06fe76a288fd5b5425a41acb2ab4ed7050a7ad09.tar.gz
ptxdist-06fe76a288fd5b5425a41acb2ab4ed7050a7ad09.tar.xz
changed dependencies to autogen macro
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3719 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bluez-utils.make')
-rw-r--r--rules/bluez-utils.make17
1 files changed, 7 insertions, 10 deletions
diff --git a/rules/bluez-utils.make b/rules/bluez-utils.make
index e4e767b34..8b5fe6eb2 100644
--- a/rules/bluez-utils.make
+++ b/rules/bluez-utils.make
@@ -46,7 +46,7 @@ $(BLUEZ_UTILS_SOURCE):
bluez-utils_extract: $(STATEDIR)/bluez-utils.extract
-bluez-utils_extract_deps = $(STATEDIR)/bluez-utils.get
+bluez-utils_extract_deps = $(call deps_extract, BLUEZ_UTILS)
$(STATEDIR)/bluez-utils.extract: $(bluez-utils_extract_deps)
@$(call targetinfo, $@)
@@ -64,10 +64,7 @@ bluez-utils_prepare: $(STATEDIR)/bluez-utils.prepare
#
# dependencies
#
-bluez-utils_prepare_deps = \
- $(STATEDIR)/bluez-utils.extract \
- $(STATEDIR)/bluez-libs.install \
- $(STATEDIR)/virtual-xchain.install
+bluez-utils_prepare_deps = $(call deps_prepare, BLUEZ_UTILS)
BLUEZ_UTILS_PATH = PATH=$(CROSS_PATH)
BLUEZ_UTILS_ENV = $(CROSS_ENV)
@@ -99,7 +96,7 @@ $(STATEDIR)/bluez-utils.prepare: $(bluez-utils_prepare_deps)
bluez-utils_compile: $(STATEDIR)/bluez-utils.compile
-bluez-utils_compile_deps = $(STATEDIR)/bluez-utils.prepare
+bluez-utils_compile_deps = $(call deps_compile, BLUEZ_UTILS)
$(STATEDIR)/bluez-utils.compile: $(bluez-utils_compile_deps)
@$(call targetinfo, $@)
@@ -112,7 +109,9 @@ $(STATEDIR)/bluez-utils.compile: $(bluez-utils_compile_deps)
bluez-utils_install: $(STATEDIR)/bluez-utils.install
-$(STATEDIR)/bluez-utils.install: $(STATEDIR)/bluez-utils.compile
+bluez-utils_install_deps = $(call deps_install, BLUEZ_UTILS)
+
+$(STATEDIR)/bluez-utils.install: $(bluez-utils_install_deps)
@$(call targetinfo, $@)
@$(call install, BLUEZ_UTILS)
@$(call touch, $@)
@@ -123,9 +122,7 @@ $(STATEDIR)/bluez-utils.install: $(STATEDIR)/bluez-utils.compile
bluez-utils_targetinstall: $(STATEDIR)/bluez-utils.targetinstall
-bluez-utils_targetinstall_deps = \
- $(STATEDIR)/bluez-utils.compile \
- $(STATEDIR)/bluez-libs.targetinstall
+bluez-utils_targetinstall_deps = $(call deps_targetinstall, BLUEZ_UTILS)
$(STATEDIR)/bluez-utils.targetinstall: $(bluez-utils_targetinstall_deps)
@$(call targetinfo, $@)