summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-adobe-utopia-75dpi.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-09 21:26:26 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-10 15:53:44 +0100
commitc488478f183bb6fd79cc42a624111329ca756ca5 (patch)
treeaae5db022fc0c441e0089408609c04c465da210b /rules/xorg-font-adobe-utopia-75dpi.make
parentc3f174bd8b343104e496df23a7bb64eb3680599a (diff)
downloadptxdist-c488478f183bb6fd79cc42a624111329ca756ca5.tar.gz
ptxdist-c488478f183bb6fd79cc42a624111329ca756ca5.tar.xz
[xorg-font-adobe-utopia-75dpi] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-font-adobe-utopia-75dpi.make')
-rw-r--r--rules/xorg-font-adobe-utopia-75dpi.make64
1 files changed, 10 insertions, 54 deletions
diff --git a/rules/xorg-font-adobe-utopia-75dpi.make b/rules/xorg-font-adobe-utopia-75dpi.make
index d6e710ac6..50c742f88 100644
--- a/rules/xorg-font-adobe-utopia-75dpi.make
+++ b/rules/xorg-font-adobe-utopia-75dpi.make
@@ -1,7 +1,7 @@
# -*-makefile-*-
-# $Id: template 4565 2006-02-10 14:23:10Z mkl $
#
# Copyright (C) 2006 by Erwin Rol
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -32,37 +32,16 @@ endif
# Get
# ----------------------------------------------------------------------------
-xorg-font-adobe-utopia-75dpi_get: $(STATEDIR)/xorg-font-adobe-utopia-75dpi.get
-
-$(STATEDIR)/xorg-font-adobe-utopia-75dpi.get: $(xorg-font-adobe-utopia-75dpi_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(XORG_FONT_ADOBE_UTOPIA_75DPI_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, XORG_FONT_ADOBE_UTOPIA_75DPI)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-xorg-font-adobe-utopia-75dpi_extract: $(STATEDIR)/xorg-font-adobe-utopia-75dpi.extract
-
-$(STATEDIR)/xorg-font-adobe-utopia-75dpi.extract: $(xorg-font-adobe-utopia-75dpi_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_FONT_ADOBE_UTOPIA_75DPI_DIR))
- @$(call extract, XORG_FONT_ADOBE_UTOPIA_75DPI)
- @$(call patchin, XORG_FONT_ADOBE_UTOPIA_75DPI)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-xorg-font-adobe-utopia-75dpi_prepare: $(STATEDIR)/xorg-font-adobe-utopia-75dpi.prepare
-
-XORG_FONT_ADOBE_UTOPIA_75DPI_PATH := PATH=$(CROSS_PATH)
-XORG_FONT_ADOBE_UTOPIA_75DPI_ENV := $(CROSS_ENV)
+XORG_FONT_ADOBE_UTOPIA_75DPI_PATH := PATH=$(CROSS_PATH)
+XORG_FONT_ADOBE_UTOPIA_75DPI_ENV := $(CROSS_ENV)
#
# autoconf
@@ -71,43 +50,20 @@ XORG_FONT_ADOBE_UTOPIA_75DPI_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--with-fontdir=$(XORG_FONTDIR)/75dpi
-$(STATEDIR)/xorg-font-adobe-utopia-75dpi.prepare: $(xorg-font-adobe-utopia-75dpi_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_FONT_ADOBE_UTOPIA_75DPI_DIR)/config.cache)
- cd $(XORG_FONT_ADOBE_UTOPIA_75DPI_DIR) && \
- $(XORG_FONT_ADOBE_UTOPIA_75DPI_PATH) $(XORG_FONT_ADOBE_UTOPIA_75DPI_ENV) \
- ./configure $(XORG_FONT_ADOBE_UTOPIA_75DPI_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-xorg-font-adobe-utopia-75dpi_compile: $(STATEDIR)/xorg-font-adobe-utopia-75dpi.compile
-
-$(STATEDIR)/xorg-font-adobe-utopia-75dpi.compile: $(xorg-font-adobe-utopia-75dpi_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(XORG_FONT_ADOBE_UTOPIA_75DPI_DIR) && $(XORG_FONT_ADOBE_UTOPIA_75DPI_PATH) $(MAKE)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------
-xorg-font-adobe-utopia-75dpi_install: $(STATEDIR)/xorg-font-adobe-utopia-75dpi.install
-
-$(STATEDIR)/xorg-font-adobe-utopia-75dpi.install: $(xorg-font-adobe-utopia-75dpi_install_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
+$(STATEDIR)/xorg-font-adobe-utopia-75dpi.install:
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
-xorg-font-adobe-utopia-75dpi_targetinstall: $(STATEDIR)/xorg-font-adobe-utopia-75dpi.targetinstall
-
-$(STATEDIR)/xorg-font-adobe-utopia-75dpi.targetinstall: $(xorg-font-adobe-utopia-75dpi_targetinstall_deps_default)
- @$(call targetinfo, $@)
+$(STATEDIR)/xorg-font-adobe-utopia-75dpi.targetinstall:
+ @$(call targetinfo)
@mkdir -p $(XORG_FONTS_DIR_INSTALL)/75dpi
@@ -136,7 +92,7 @@ ifdef PTXCONF_XORG_FONT_ADOBE_UTOPIA_75DPI_TRANS
done
endif
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean