summaryrefslogtreecommitdiffstats
path: root/rules/host-xcb-proto.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-05-18 12:07:25 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-05-18 12:07:25 +0000
commit45f9c5b03caf68bdd67ebb563e294019e5c9b02f (patch)
tree605542211bbe7e6e56971e06608dc37588cc75be /rules/host-xcb-proto.make
parent971529f0cf33a6c346e0147ca5c864df7ddf427f (diff)
downloadptxdist-45f9c5b03caf68bdd67ebb563e294019e5c9b02f.tar.gz
ptxdist-45f9c5b03caf68bdd67ebb563e294019e5c9b02f.tar.xz
* xcb-proto: regenerate with latest newpacket script
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8169 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-xcb-proto.make')
-rw-r--r--rules/host-xcb-proto.make20
1 files changed, 5 insertions, 15 deletions
diff --git a/rules/host-xcb-proto.make b/rules/host-xcb-proto.make
index ea7534e0e..540b9251c 100644
--- a/rules/host-xcb-proto.make
+++ b/rules/host-xcb-proto.make
@@ -1,7 +1,7 @@
# -*-makefile-*-
# $Id$
#
-# Copyright (C) 2007 by Michael Olbrich <m.olbrich@pengutronix.de>
+# Copyright (C) 2008 by Robert Schwebel
#
# See CREDITS for details about who has contributed to this project.
#
@@ -23,8 +23,6 @@ HOST_XCB_PROTO_DIR = $(HOST_BUILDDIR)/$(XCB_PROTO)
# Get
# ----------------------------------------------------------------------------
-host-xcb-proto_get: $(STATEDIR)/host-xcb-proto.get
-
$(STATEDIR)/host-xcb-proto.get: $(STATEDIR)/xcb-proto.get
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -33,9 +31,7 @@ $(STATEDIR)/host-xcb-proto.get: $(STATEDIR)/xcb-proto.get
# Extract
# ----------------------------------------------------------------------------
-host-xcb-proto_extract: $(STATEDIR)/host-xcb-proto.extract
-
-$(STATEDIR)/host-xcb-proto.extract: $(host-xcb-proto_extract_deps_default)
+$(STATEDIR)/host-xcb-proto.extract:
@$(call targetinfo, $@)
@$(call clean, $(HOST_XCB_PROTO_DIR))
@$(call extract, XCB_PROTO, $(HOST_BUILDDIR))
@@ -46,8 +42,6 @@ $(STATEDIR)/host-xcb-proto.extract: $(host-xcb-proto_extract_deps_default)
# Prepare
# ----------------------------------------------------------------------------
-host-xcb-proto_prepare: $(STATEDIR)/host-xcb-proto.prepare
-
HOST_XCB_PROTO_PATH := PATH=$(HOST_PATH)
HOST_XCB_PROTO_ENV := $(HOST_ENV)
@@ -56,7 +50,7 @@ HOST_XCB_PROTO_ENV := $(HOST_ENV)
#
HOST_XCB_PROTO_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-xcb-proto.prepare: $(host-xcb-proto_prepare_deps_default)
+$(STATEDIR)/host-xcb-proto.prepare:
@$(call targetinfo, $@)
@$(call clean, $(HOST_XCB_PROTO_DIR)/config.cache)
cd $(HOST_XCB_PROTO_DIR) && \
@@ -68,9 +62,7 @@ $(STATEDIR)/host-xcb-proto.prepare: $(host-xcb-proto_prepare_deps_default)
# Compile
# ----------------------------------------------------------------------------
-host-xcb-proto_compile: $(STATEDIR)/host-xcb-proto.compile
-
-$(STATEDIR)/host-xcb-proto.compile: $(host-xcb-proto_compile_deps_default)
+$(STATEDIR)/host-xcb-proto.compile:
@$(call targetinfo, $@)
cd $(HOST_XCB_PROTO_DIR) && $(HOST_XCB_PROTO_PATH) $(MAKE) $(PARALLELMFLAGS)
@$(call touch, $@)
@@ -79,9 +71,7 @@ $(STATEDIR)/host-xcb-proto.compile: $(host-xcb-proto_compile_deps_default)
# Install
# ----------------------------------------------------------------------------
-host-xcb-proto_install: $(STATEDIR)/host-xcb-proto.install
-
-$(STATEDIR)/host-xcb-proto.install: $(host-xcb-proto_install_deps_default)
+$(STATEDIR)/host-xcb-proto.install:
@$(call targetinfo, $@)
@$(call install, HOST_XCB_PROTO,,h)
@$(call touch, $@)