summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-xext.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-08-03 17:17:49 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-06 09:53:41 +0100
commit3f62c7ca2b3734b9fb3eca16b48e86540c9e6cb8 (patch)
tree12d0ec1bb650305af53904c884278c9931cf2785 /rules/xorg-proto-xext.make
parentba7dc69e9d5f2b28b07c058c2175be22863db26e (diff)
downloadptxdist-3f62c7ca2b3734b9fb3eca16b48e86540c9e6cb8.tar.gz
ptxdist-3f62c7ca2b3734b9fb3eca16b48e86540c9e6cb8.tar.xz
[xorg-proto-xext] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/xorg-proto-xext.make')
-rw-r--r--rules/xorg-proto-xext.make63
1 files changed, 4 insertions, 59 deletions
diff --git a/rules/xorg-proto-xext.make b/rules/xorg-proto-xext.make
index a087b9963..04ab570df 100644
--- a/rules/xorg-proto-xext.make
+++ b/rules/xorg-proto-xext.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template 4565 2006-02-10 14:23:10Z mkl $
#
# Copyright (C) 2006 by Erwin Rol
# (C) 2009 by Robert Schwebel
@@ -25,40 +24,18 @@ XORG_PROTO_XEXT_URL := $(PTXCONF_SETUP_XORGMIRROR)/individual/proto/$(XORG_PROTO
XORG_PROTO_XEXT_SOURCE := $(SRCDIR)/$(XORG_PROTO_XEXT).$(XORG_PROTO_XEXT_SUFFIX)
XORG_PROTO_XEXT_DIR := $(BUILDDIR)/$(XORG_PROTO_XEXT)
-
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------
-xorg-proto-xext_get: $(STATEDIR)/xorg-proto-xext.get
-
-$(STATEDIR)/xorg-proto-xext.get: $(xorg-proto-xext_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(XORG_PROTO_XEXT_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, XORG_PROTO_XEXT)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-xorg-proto-xext_extract: $(STATEDIR)/xorg-proto-xext.extract
-
-$(STATEDIR)/xorg-proto-xext.extract: $(xorg-proto-xext_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_PROTO_XEXT_DIR))
- @$(call extract, XORG_PROTO_XEXT)
- @$(call patchin, XORG_PROTO_XEXT)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-xorg-proto-xext_prepare: $(STATEDIR)/xorg-proto-xext.prepare
-
XORG_PROTO_XEXT_PATH := PATH=$(CROSS_PATH)
XORG_PROTO_XEXT_ENV := $(CROSS_ENV)
@@ -67,45 +44,13 @@ XORG_PROTO_XEXT_ENV := $(CROSS_ENV)
#
XORG_PROTO_XEXT_AUTOCONF := $(CROSS_AUTOCONF_USR)
-$(STATEDIR)/xorg-proto-xext.prepare: $(xorg-proto-xext_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_PROTO_XEXT_DIR)/config.cache)
- cd $(XORG_PROTO_XEXT_DIR) && \
- $(XORG_PROTO_XEXT_PATH) $(XORG_PROTO_XEXT_ENV) \
- ./configure $(XORG_PROTO_XEXT_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-xorg-proto-xext_compile: $(STATEDIR)/xorg-proto-xext.compile
-
-$(STATEDIR)/xorg-proto-xext.compile: $(xorg-proto-xext_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(XORG_PROTO_XEXT_DIR) && $(XORG_PROTO_XEXT_PATH) make
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-xorg-proto-xext_install: $(STATEDIR)/xorg-proto-xext.install
-
-$(STATEDIR)/xorg-proto-xext.install: $(xorg-proto-xext_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, XORG_PROTO_XEXT)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
-xorg-proto-xext_targetinstall: $(STATEDIR)/xorg-proto-xext.targetinstall
-
-$(STATEDIR)/xorg-proto-xext.targetinstall: $(xorg-proto-xext_targetinstall_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
+$(STATEDIR)/xorg-proto-xext.targetinstall:
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean