From 97ac89095f3ac27af8b75a1115c038dfc44cfa66 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 9 Jan 2010 21:26:01 +0100 Subject: [host-xorg-proto-input] cleanup makefile Signed-off-by: Michael Olbrich --- rules/host-xorg-proto-input.make | 53 +++------------------------------------- 1 file changed, 3 insertions(+), 50 deletions(-) (limited to 'rules/host-xorg-proto-input.make') diff --git a/rules/host-xorg-proto-input.make b/rules/host-xorg-proto-input.make index fad3c2e6f..4d9522c25 100644 --- a/rules/host-xorg-proto-input.make +++ b/rules/host-xorg-proto-input.make @@ -1,7 +1,7 @@ # -*-makefile-*- -# $Id$ # # Copyright (C) 2007 by Robert Schwebel +# (C) 2010 by Michael Olbrich # # See CREDITS for details about who has contributed to this project. # @@ -23,31 +23,14 @@ HOST_XORG_PROTO_INPUT_DIR = $(HOST_BUILDDIR)/$(XORG_PROTO_INPUT) # Get # ---------------------------------------------------------------------------- -host-xorg-proto-input_get: $(STATEDIR)/host-xorg-proto-input.get - $(STATEDIR)/host-xorg-proto-input.get: $(STATEDIR)/xorg-proto-input.get - @$(call targetinfo, $@) - @$(call touch, $@) - -# ---------------------------------------------------------------------------- -# Extract -# ---------------------------------------------------------------------------- - -host-xorg-proto-input_extract: $(STATEDIR)/host-xorg-proto-input.extract - -$(STATEDIR)/host-xorg-proto-input.extract: $(host-xorg-proto-input_extract_deps_default) - @$(call targetinfo, $@) - @$(call clean, $(HOST_XORG_PROTO_INPUT_DIR)) - @$(call extract, XORG_PROTO_INPUT, $(HOST_BUILDDIR)) - @$(call patchin, XORG_PROTO_INPUT, $(HOST_XORG_PROTO_INPUT_DIR)) - @$(call touch, $@) + @$(call targetinfo) + @$(call touch) # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- -host-xorg-proto-input_prepare: $(STATEDIR)/host-xorg-proto-input.prepare - HOST_XORG_PROTO_INPUT_PATH := PATH=$(HOST_PATH) HOST_XORG_PROTO_INPUT_ENV := $(HOST_ENV) @@ -56,36 +39,6 @@ HOST_XORG_PROTO_INPUT_ENV := $(HOST_ENV) # HOST_XORG_PROTO_INPUT_AUTOCONF := $(HOST_AUTOCONF) -$(STATEDIR)/host-xorg-proto-input.prepare: $(host-xorg-proto-input_prepare_deps_default) - @$(call targetinfo, $@) - @$(call clean, $(HOST_XORG_PROTO_INPUT_DIR)/config.cache) - cd $(HOST_XORG_PROTO_INPUT_DIR) && \ - $(HOST_XORG_PROTO_INPUT_PATH) $(HOST_XORG_PROTO_INPUT_ENV) \ - ./configure $(HOST_XORG_PROTO_INPUT_AUTOCONF) - @$(call touch, $@) - -# ---------------------------------------------------------------------------- -# Compile -# ---------------------------------------------------------------------------- - -host-xorg-proto-input_compile: $(STATEDIR)/host-xorg-proto-input.compile - -$(STATEDIR)/host-xorg-proto-input.compile: $(host-xorg-proto-input_compile_deps_default) - @$(call targetinfo, $@) - cd $(HOST_XORG_PROTO_INPUT_DIR) && $(HOST_XORG_PROTO_INPUT_PATH) $(MAKE) $(PARALLELMFLAGS) - @$(call touch, $@) - -# ---------------------------------------------------------------------------- -# Install -# ---------------------------------------------------------------------------- - -host-xorg-proto-input_install: $(STATEDIR)/host-xorg-proto-input.install - -$(STATEDIR)/host-xorg-proto-input.install: $(host-xorg-proto-input_install_deps_default) - @$(call targetinfo, $@) - @$(call install, HOST_XORG_PROTO_INPUT,,h) - @$(call touch, $@) - # ---------------------------------------------------------------------------- # Clean # ---------------------------------------------------------------------------- -- cgit v1.2.3