summaryrefslogtreecommitdiffstats
path: root/rules/host-libxcb.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-09 21:25:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-10 15:39:05 +0100
commit088f01939b35884ddf7fe02a759241bafe357ba5 (patch)
tree62f06e4677644255bade7273c071594a82401053 /rules/host-libxcb.make
parent1394876717c41fe85e155818dbcc9c6ef5355aa9 (diff)
downloadptxdist-088f01939b35884ddf7fe02a759241bafe357ba5.tar.gz
ptxdist-088f01939b35884ddf7fe02a759241bafe357ba5.tar.xz
[host-libxcb] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libxcb.make')
-rw-r--r--rules/host-libxcb.make52
1 files changed, 2 insertions, 50 deletions
diff --git a/rules/host-libxcb.make b/rules/host-libxcb.make
index 63c1cee7d..a30b00a08 100644
--- a/rules/host-libxcb.make
+++ b/rules/host-libxcb.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id$
#
# Copyright (C) 2007 by Michael Olbrich <m.olbrich@pengutronix.de>
#
@@ -23,31 +22,14 @@ HOST_LIBXCB_DIR = $(HOST_BUILDDIR)/$(LIBXCB)
# Get
# ----------------------------------------------------------------------------
-host-libxcb_get: $(STATEDIR)/host-libxcb.get
-
$(STATEDIR)/host-libxcb.get: $(STATEDIR)/libxcb.get
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-host-libxcb_extract: $(STATEDIR)/host-libxcb.extract
-
-$(STATEDIR)/host-libxcb.extract: $(host-libxcb_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_LIBXCB_DIR))
- @$(call extract, LIBXCB, $(HOST_BUILDDIR))
- @$(call patchin, LIBXCB, $(HOST_LIBXCB_DIR))
- @$(call touch, $@)
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-libxcb_prepare: $(STATEDIR)/host-libxcb.prepare
-
HOST_LIBXCB_PATH := PATH=$(HOST_PATH)
HOST_LIBXCB_ENV := $(HOST_ENV)
@@ -58,36 +40,6 @@ HOST_LIBXCB_AUTOCONF := \
$(HOST_AUTOCONF) \
--disable-build-docs
-$(STATEDIR)/host-libxcb.prepare: $(host-libxcb_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_LIBXCB_DIR)/config.cache)
- cd $(HOST_LIBXCB_DIR) && \
- $(HOST_LIBXCB_PATH) $(HOST_LIBXCB_ENV) \
- ./configure $(HOST_LIBXCB_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-libxcb_compile: $(STATEDIR)/host-libxcb.compile
-
-$(STATEDIR)/host-libxcb.compile: $(host-libxcb_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_LIBXCB_DIR) && $(HOST_LIBXCB_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-host-libxcb_install: $(STATEDIR)/host-libxcb.install
-
-$(STATEDIR)/host-libxcb.install: $(host-libxcb_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, HOST_LIBXCB,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------