summaryrefslogtreecommitdiffstats
path: root/rules/host-intltool.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-03 13:27:01 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-03 13:27:01 +0000
commitb9e5c5b04fc19c29303a9c67773118804551ab47 (patch)
tree9fb0f164d1277750d75bb01979e2f87fcdf0459a /rules/host-intltool.make
parentd9820dc359752c8e8f67f4390bbd53f58df6d14d (diff)
downloadptxdist-b9e5c5b04fc19c29303a9c67773118804551ab47.tar.gz
ptxdist-b9e5c5b04fc19c29303a9c67773118804551ab47.tar.xz
* host-intltool.make:
cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9358 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-intltool.make')
-rw-r--r--rules/host-intltool.make55
1 files changed, 2 insertions, 53 deletions
diff --git a/rules/host-intltool.make b/rules/host-intltool.make
index e636f3210..5874ef9da 100644
--- a/rules/host-intltool.make
+++ b/rules/host-intltool.make
@@ -1,7 +1,7 @@
# -*-makefile-*-
# $Id$
#
-# Copyright (C) 2008 by
+# Copyright (C) 2008 by mol@pengutronix.de
#
# See CREDITS for details about who has contributed to this project.
#
@@ -28,35 +28,14 @@ HOST_INTLTOOL_DIR := $(HOST_BUILDDIR)/$(HOST_INTLTOOL)
# Get
# ----------------------------------------------------------------------------
-host-intltool_get: $(STATEDIR)/host-intltool.get
-
-$(STATEDIR)/host-intltool.get: $(host-intltool_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(HOST_INTLTOOL_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, HOST_INTLTOOL)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-host-intltool_extract: $(STATEDIR)/host-intltool.extract
-
-$(STATEDIR)/host-intltool.extract: $(host-intltool_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_INTLTOOL_DIR))
- @$(call extract, HOST_INTLTOOL, $(HOST_BUILDDIR))
- @$(call patchin, HOST_INTLTOOL, $(HOST_INTLTOOL_DIR))
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-intltool_prepare: $(STATEDIR)/host-intltool.prepare
-
HOST_INTLTOOL_PATH := PATH=$(HOST_PATH)
HOST_INTLTOOL_ENV := $(HOST_ENV)
@@ -65,36 +44,6 @@ HOST_INTLTOOL_ENV := $(HOST_ENV)
#
HOST_INTLTOOL_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-intltool.prepare: $(host-intltool_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_INTLTOOL_DIR)/config.cache)
- cd $(HOST_INTLTOOL_DIR) && \
- $(HOST_INTLTOOL_PATH) $(HOST_INTLTOOL_ENV) \
- ./configure $(HOST_INTLTOOL_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-intltool_compile: $(STATEDIR)/host-intltool.compile
-
-$(STATEDIR)/host-intltool.compile: $(host-intltool_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_INTLTOOL_DIR) && $(HOST_INTLTOOL_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-host-intltool_install: $(STATEDIR)/host-intltool.install
-
-$(STATEDIR)/host-intltool.install: $(host-intltool_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, HOST_INTLTOOL,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------