summaryrefslogtreecommitdiffstats
path: root/rules/xcb-proto.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-05-18 12:04:09 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-05-18 12:04:09 +0000
commit3e5fb66555133c26204bf6cf7c9ca5c67edf0d02 (patch)
tree3cf3c67f954fdbdbca8045dca9f6fc511effece2 /rules/xcb-proto.make
parent9b0082780dbeb91e0796eabe0fa2c01170211296 (diff)
downloadptxdist-3e5fb66555133c26204bf6cf7c9ca5c67edf0d02.tar.gz
ptxdist-3e5fb66555133c26204bf6cf7c9ca5c67edf0d02.tar.xz
* xcb-proto: regenerate with latest newpacket script
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8167 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xcb-proto.make')
-rw-r--r--rules/xcb-proto.make27
1 files changed, 8 insertions, 19 deletions
diff --git a/rules/xcb-proto.make b/rules/xcb-proto.make
index ae7e402de..95b4326ba 100644
--- a/rules/xcb-proto.make
+++ b/rules/xcb-proto.make
@@ -1,7 +1,8 @@
# -*-makefile-*-
-# $Id: template 6655 2007-01-02 12:55:21Z rsc $
+# $Id: template-make 8008 2008-04-15 07:39:46Z mkl $
#
# 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.
#
@@ -28,9 +29,7 @@ XCB_PROTO_DIR := $(BUILDDIR)/$(XCB_PROTO)
# Get
# ----------------------------------------------------------------------------
-xcb-proto_get: $(STATEDIR)/xcb-proto.get
-
-$(STATEDIR)/xcb-proto.get: $(xcb-proto_get_deps_default)
+$(STATEDIR)/xcb-proto.get: $(XCB_PROTO_SOURCE)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -42,9 +41,7 @@ $(XCB_PROTO_SOURCE):
# Extract
# ----------------------------------------------------------------------------
-xcb-proto_extract: $(STATEDIR)/xcb-proto.extract
-
-$(STATEDIR)/xcb-proto.extract: $(xcb-proto_extract_deps_default)
+$(STATEDIR)/xcb-proto.extract:
@$(call targetinfo, $@)
@$(call clean, $(XCB_PROTO_DIR))
@$(call extract, XCB_PROTO)
@@ -55,8 +52,6 @@ $(STATEDIR)/xcb-proto.extract: $(xcb-proto_extract_deps_default)
# Prepare
# ----------------------------------------------------------------------------
-xcb-proto_prepare: $(STATEDIR)/xcb-proto.prepare
-
XCB_PROTO_PATH := PATH=$(CROSS_PATH)
XCB_PROTO_ENV := $(CROSS_ENV)
@@ -65,7 +60,7 @@ XCB_PROTO_ENV := $(CROSS_ENV)
#
XCB_PROTO_AUTOCONF := $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/xcb-proto.prepare: $(xcb-proto_prepare_deps_default)
+$(STATEDIR)/xcb-proto.prepare:
@$(call targetinfo, $@)
@$(call clean, $(XCB_PROTO_DIR)/config.cache)
cd $(XCB_PROTO_DIR) && \
@@ -77,9 +72,7 @@ $(STATEDIR)/xcb-proto.prepare: $(xcb-proto_prepare_deps_default)
# Compile
# ----------------------------------------------------------------------------
-xcb-proto_compile: $(STATEDIR)/xcb-proto.compile
-
-$(STATEDIR)/xcb-proto.compile: $(xcb-proto_compile_deps_default)
+$(STATEDIR)/xcb-proto.compile:
@$(call targetinfo, $@)
cd $(XCB_PROTO_DIR) && $(XCB_PROTO_PATH) $(MAKE) $(PARALLELMFLAGS)
@$(call touch, $@)
@@ -88,9 +81,7 @@ $(STATEDIR)/xcb-proto.compile: $(xcb-proto_compile_deps_default)
# Install
# ----------------------------------------------------------------------------
-xcb-proto_install: $(STATEDIR)/xcb-proto.install
-
-$(STATEDIR)/xcb-proto.install: $(xcb-proto_install_deps_default)
+$(STATEDIR)/xcb-proto.install:
@$(call targetinfo, $@)
@$(call install, XCB_PROTO)
@$(call touch, $@)
@@ -99,9 +90,7 @@ $(STATEDIR)/xcb-proto.install: $(xcb-proto_install_deps_default)
# Target-Install
# ----------------------------------------------------------------------------
-xcb-proto_targetinstall: $(STATEDIR)/xcb-proto.targetinstall
-
-$(STATEDIR)/xcb-proto.targetinstall: $(xcb-proto_targetinstall_deps_default)
+$(STATEDIR)/xcb-proto.targetinstall:
@$(call targetinfo, $@)
@$(call touch, $@)