summaryrefslogtreecommitdiffstats
path: root/rules/cppunit.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 16:57:01 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-11 16:57:01 +0000
commit23808d070556062ae7e7a6d7bd4030e4024867d2 (patch)
treecd748158203cc9e8529671eb0e13a70e4f321dae /rules/cppunit.make
parent0de937eeb41bbdd6a908ea3cac641d8133b020f1 (diff)
downloadptxdist-23808d070556062ae7e7a6d7bd4030e4024867d2.tar.gz
ptxdist-23808d070556062ae7e7a6d7bd4030e4024867d2.tar.xz
documentation fix and change to autogenerated dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3807 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cppunit.make')
-rw-r--r--rules/cppunit.make23
1 files changed, 5 insertions, 18 deletions
diff --git a/rules/cppunit.make b/rules/cppunit.make
index 134a1b655..8647c4bc3 100644
--- a/rules/cppunit.make
+++ b/rules/cppunit.make
@@ -49,9 +49,7 @@ $(CPPUNIT_SOURCE):
cppunit_extract: $(STATEDIR)/cppunit.extract
-cppunit_extract_deps = $(STATEDIR)/cppunit.get
-
-$(STATEDIR)/cppunit.extract: $(cppunit_extract_deps)
+$(STATEDIR)/cppunit.extract: $(cppunit_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(CPPUNIT_DIR))
@$(call extract, $(CPPUNIT_SOURCE))
@@ -64,13 +62,6 @@ $(STATEDIR)/cppunit.extract: $(cppunit_extract_deps)
cppunit_prepare: $(STATEDIR)/cppunit.prepare
-#
-# dependencies
-#
-cppunit_prepare_deps = \
- $(STATEDIR)/cppunit.extract
-
-
CPPUNIT_PATH = PATH=$(CROSS_PATH)
CPPUNIT_ENV = $(CROSS_ENV)
#CPPUNIT_ENV +=
@@ -80,7 +71,7 @@ CPPUNIT_ENV = $(CROSS_ENV)
#
CPPUNIT_AUTOCONF = $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/cppunit.prepare: $(cppunit_prepare_deps)
+$(STATEDIR)/cppunit.prepare: $(cppunit_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(CPPUNIT_DIR)/config.cache)
cd $(CPPUNIT_DIR) && \
@@ -94,9 +85,7 @@ $(STATEDIR)/cppunit.prepare: $(cppunit_prepare_deps)
cppunit_compile: $(STATEDIR)/cppunit.compile
-cppunit_compile_deps = $(STATEDIR)/cppunit.prepare
-
-$(STATEDIR)/cppunit.compile: $(cppunit_compile_deps)
+$(STATEDIR)/cppunit.compile: $(cppunit_compile_deps_default)
@$(call targetinfo, $@)
cd $(CPPUNIT_DIR) && $(CPPUNIT_ENV) $(CPPUNIT_PATH) make
@$(call touch, $@)
@@ -107,7 +96,7 @@ $(STATEDIR)/cppunit.compile: $(cppunit_compile_deps)
cppunit_install: $(STATEDIR)/cppunit.install
-$(STATEDIR)/cppunit.install: $(STATEDIR)/cppunit.compile
+$(STATEDIR)/cppunit.install: $(cppunit_install_deps_default)
@$(call targetinfo, $@)
@$(call install, CPPUNIT)
@$(call touch, $@)
@@ -118,9 +107,7 @@ $(STATEDIR)/cppunit.install: $(STATEDIR)/cppunit.compile
cppunit_targetinstall: $(STATEDIR)/cppunit.targetinstall
-cppunit_targetinstall_deps = $(STATEDIR)/cppunit.install
-
-$(STATEDIR)/cppunit.targetinstall: $(cppunit_targetinstall_deps)
+$(STATEDIR)/cppunit.targetinstall: $(cppunit_targetinstall_deps_default)
@$(call targetinfo, $@)
@$(call install_init,default)