summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-adobe-utopia-100dpi.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
commitc3f174bd8b343104e496df23a7bb64eb3680599a (patch)
tree3cdd3ac5237270cc3f0445e9d8d0fd00a11a4d59 /rules/xorg-font-adobe-utopia-100dpi.make
parent9c50fd3e5c23b901476c8caccb326e49afb23bbc (diff)
downloadptxdist-c3f174bd8b343104e496df23a7bb64eb3680599a.tar.gz
ptxdist-c3f174bd8b343104e496df23a7bb64eb3680599a.tar.xz
[xorg-font-adobe-utopia-100dpi] cleanup makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-font-adobe-utopia-100dpi.make')
-rw-r--r--rules/xorg-font-adobe-utopia-100dpi.make64
1 files changed, 10 insertions, 54 deletions
diff --git a/rules/xorg-font-adobe-utopia-100dpi.make b/rules/xorg-font-adobe-utopia-100dpi.make
index a7164d712..d91d7caa8 100644
--- a/rules/xorg-font-adobe-utopia-100dpi.make
+++ b/rules/xorg-font-adobe-utopia-100dpi.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-100dpi_get: $(STATEDIR)/xorg-font-adobe-utopia-100dpi.get
-
-$(STATEDIR)/xorg-font-adobe-utopia-100dpi.get: $(xorg-font-adobe-utopia-100dpi_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
$(XORG_FONT_ADOBE_UTOPIA_100DPI_SOURCE):
- @$(call targetinfo, $@)
+ @$(call targetinfo)
@$(call get, XORG_FONT_ADOBE_UTOPIA_100DPI)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-xorg-font-adobe-utopia-100dpi_extract: $(STATEDIR)/xorg-font-adobe-utopia-100dpi.extract
-
-$(STATEDIR)/xorg-font-adobe-utopia-100dpi.extract: $(xorg-font-adobe-utopia-100dpi_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_FONT_ADOBE_UTOPIA_100DPI_DIR))
- @$(call extract, XORG_FONT_ADOBE_UTOPIA_100DPI)
- @$(call patchin, XORG_FONT_ADOBE_UTOPIA_100DPI)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-xorg-font-adobe-utopia-100dpi_prepare: $(STATEDIR)/xorg-font-adobe-utopia-100dpi.prepare
-
-XORG_FONT_ADOBE_UTOPIA_100DPI_PATH := PATH=$(CROSS_PATH)
-XORG_FONT_ADOBE_UTOPIA_100DPI_ENV := $(CROSS_ENV)
+XORG_FONT_ADOBE_UTOPIA_100DPI_PATH := PATH=$(CROSS_PATH)
+XORG_FONT_ADOBE_UTOPIA_100DPI_ENV := $(CROSS_ENV)
#
# autoconf
@@ -72,43 +51,20 @@ XORG_FONT_ADOBE_UTOPIA_100DPI_AUTOCONF := \
--with-fontdir=$(XORG_FONTDIR)/100dpi
-$(STATEDIR)/xorg-font-adobe-utopia-100dpi.prepare: $(xorg-font-adobe-utopia-100dpi_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_FONT_ADOBE_UTOPIA_100DPI_DIR)/config.cache)
- cd $(XORG_FONT_ADOBE_UTOPIA_100DPI_DIR) && \
- $(XORG_FONT_ADOBE_UTOPIA_100DPI_PATH) $(XORG_FONT_ADOBE_UTOPIA_100DPI_ENV) \
- ./configure $(XORG_FONT_ADOBE_UTOPIA_100DPI_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-xorg-font-adobe-utopia-100dpi_compile: $(STATEDIR)/xorg-font-adobe-utopia-100dpi.compile
-
-$(STATEDIR)/xorg-font-adobe-utopia-100dpi.compile: $(xorg-font-adobe-utopia-100dpi_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(XORG_FONT_ADOBE_UTOPIA_100DPI_DIR) && $(XORG_FONT_ADOBE_UTOPIA_100DPI_PATH) $(MAKE)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------
-xorg-font-adobe-utopia-100dpi_install: $(STATEDIR)/xorg-font-adobe-utopia-100dpi.install
-
-$(STATEDIR)/xorg-font-adobe-utopia-100dpi.install: $(xorg-font-adobe-utopia-100dpi_install_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
+$(STATEDIR)/xorg-font-adobe-utopia-100dpi.install:
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
-xorg-font-adobe-utopia-100dpi_targetinstall: $(STATEDIR)/xorg-font-adobe-utopia-100dpi.targetinstall
-
-$(STATEDIR)/xorg-font-adobe-utopia-100dpi.targetinstall: $(xorg-font-adobe-utopia-100dpi_targetinstall_deps_default)
- @$(call targetinfo, $@)
+$(STATEDIR)/xorg-font-adobe-utopia-100dpi.targetinstall:
+ @$(call targetinfo)
@mkdir -p $(XORG_FONTS_DIR_INSTALL)/100dpi
@@ -136,7 +92,7 @@ ifdef PTXCONF_XORG_FONT_ADOBE_UTOPIA_100DPI_TRANS
done
endif
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Clean