summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-bigreqs.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-09 21:26:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-10 15:54:08 +0100
commite4ff769cbaad8233508f16b244d68b78371c0dff (patch)
treedfce9f781a31f505b4911d8174dd76fd93623871 /rules/xorg-proto-bigreqs.make
parent2e1f9310a3b22dd039c019a895c60939c4ec9b1e (diff)
downloadptxdist-e4ff769cbaad8233508f16b244d68b78371c0dff.tar.gz
ptxdist-e4ff769cbaad8233508f16b244d68b78371c0dff.tar.xz
[xorg-proto-bigreqs] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-proto-bigreqs.make')
-rw-r--r--rules/xorg-proto-bigreqs.make67
1 files changed, 7 insertions, 60 deletions
diff --git a/rules/xorg-proto-bigreqs.make b/rules/xorg-proto-bigreqs.make
index ef0311b7b..f3aadc0e9 100644
--- a/rules/xorg-proto-bigreqs.make
+++ b/rules/xorg-proto-bigreqs.make
@@ -1,8 +1,8 @@
# -*-makefile-*-
-# $Id: template 4565 2006-02-10 14:23:10Z mkl $
#
# Copyright (C) 2006 by Erwin Rol
# (C) 2009 by Robert Schwebel
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -30,82 +30,29 @@ XORG_PROTO_BIGREQS_DIR := $(BUILDDIR)/$(XORG_PROTO_BIGREQS)
# Get
# ----------------------------------------------------------------------------
-xorg-proto-bigreqs_get: $(STATEDIR)/xorg-proto-bigreqs.get
-
-$(STATEDIR)/xorg-proto-bigreqs.get: $(xorg-proto-bigreqs_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(XORG_PROTO_BIGREQS_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, XORG_PROTO_BIGREQS)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-xorg-proto-bigreqs_extract: $(STATEDIR)/xorg-proto-bigreqs.extract
-
-$(STATEDIR)/xorg-proto-bigreqs.extract: $(xorg-proto-bigreqs_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_PROTO_BIGREQS_DIR))
- @$(call extract, XORG_PROTO_BIGREQS)
- @$(call patchin, XORG_PROTO_BIGREQS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-xorg-proto-bigreqs_prepare: $(STATEDIR)/xorg-proto-bigreqs.prepare
-
-XORG_PROTO_BIGREQS_PATH := PATH=$(CROSS_PATH)
-XORG_PROTO_BIGREQS_ENV := $(CROSS_ENV)
+XORG_PROTO_BIGREQS_PATH := PATH=$(CROSS_PATH)
+XORG_PROTO_BIGREQS_ENV := $(CROSS_ENV)
#
# autoconf
#
XORG_PROTO_BIGREQS_AUTOCONF := $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/xorg-proto-bigreqs.prepare: $(xorg-proto-bigreqs_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_PROTO_BIGREQS_DIR)/config.cache)
- cd $(XORG_PROTO_BIGREQS_DIR) && \
- $(XORG_PROTO_BIGREQS_PATH) $(XORG_PROTO_BIGREQS_ENV) \
- ./configure $(XORG_PROTO_BIGREQS_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-xorg-proto-bigreqs_compile: $(STATEDIR)/xorg-proto-bigreqs.compile
-
-$(STATEDIR)/xorg-proto-bigreqs.compile: $(xorg-proto-bigreqs_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(XORG_PROTO_BIGREQS_DIR) && $(XORG_PROTO_BIGREQS_PATH) make
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-xorg-proto-bigreqs_install: $(STATEDIR)/xorg-proto-bigreqs.install
-
-$(STATEDIR)/xorg-proto-bigreqs.install: $(xorg-proto-bigreqs_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, XORG_PROTO_BIGREQS)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
-xorg-proto-bigreqs_targetinstall: $(STATEDIR)/xorg-proto-bigreqs.targetinstall
-
-$(STATEDIR)/xorg-proto-bigreqs.targetinstall: $(xorg-proto-bigreqs_targetinstall_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
+$(STATEDIR)/xorg-proto-bigreqs.targetinstall:
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean