summaryrefslogtreecommitdiffstats
path: root/rules/host-libsigcpp.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-09 21:25:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-10 15:39:05 +0100
commit1394876717c41fe85e155818dbcc9c6ef5355aa9 (patch)
tree823ebc73150dfa0b382ac9500e79979d830225bb /rules/host-libsigcpp.make
parentaabe0a1bd1233985c9ca4ce5b04acf6b811a1280 (diff)
downloadptxdist-1394876717c41fe85e155818dbcc9c6ef5355aa9.tar.gz
ptxdist-1394876717c41fe85e155818dbcc9c6ef5355aa9.tar.xz
[host-libsigcpp] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libsigcpp.make')
-rw-r--r--rules/host-libsigcpp.make53
1 files changed, 3 insertions, 50 deletions
diff --git a/rules/host-libsigcpp.make b/rules/host-libsigcpp.make
index d15e54beb..ee44e825e 100644
--- a/rules/host-libsigcpp.make
+++ b/rules/host-libsigcpp.make
@@ -1,7 +1,7 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2007 by
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -23,31 +23,14 @@ HOST_LIBSIGCPP_DIR = $(HOST_BUILDDIR)/$(LIBSIGCPP)
# Get
# ----------------------------------------------------------------------------
-host-libsigcpp_get: $(STATEDIR)/host-libsigcpp.get
-
$(STATEDIR)/host-libsigcpp.get: $(STATEDIR)/libsigcpp.get
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-host-libsigcpp_extract: $(STATEDIR)/host-libsigcpp.extract
-
-$(STATEDIR)/host-libsigcpp.extract: $(host-libsigcpp_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_LIBSIGCPP_DIR))
- @$(call extract, LIBSIGCPP, $(HOST_BUILDDIR))
- @$(call patchin, LIBSIGCPP, $(HOST_LIBSIGCPP_DIR))
- @$(call touch, $@)
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-libsigcpp_prepare: $(STATEDIR)/host-libsigcpp.prepare
-
HOST_LIBSIGCPP_PATH := PATH=$(HOST_PATH)
HOST_LIBSIGCPP_ENV := $(HOST_ENV)
@@ -56,36 +39,6 @@ HOST_LIBSIGCPP_ENV := $(HOST_ENV)
#
HOST_LIBSIGCPP_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-libsigcpp.prepare: $(host-libsigcpp_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_LIBSIGCPP_DIR)/config.cache)
- cd $(HOST_LIBSIGCPP_DIR) && \
- $(HOST_LIBSIGCPP_PATH) $(HOST_LIBSIGCPP_ENV) \
- ./configure $(HOST_LIBSIGCPP_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-libsigcpp_compile: $(STATEDIR)/host-libsigcpp.compile
-
-$(STATEDIR)/host-libsigcpp.compile: $(host-libsigcpp_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_LIBSIGCPP_DIR) && $(HOST_LIBSIGCPP_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-host-libsigcpp_install: $(STATEDIR)/host-libsigcpp.install
-
-$(STATEDIR)/host-libsigcpp.install: $(host-libsigcpp_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, HOST_LIBSIGCPP,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------