summaryrefslogtreecommitdiffstats
path: root/rules/host-libgd.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libgd.make')
-rw-r--r--rules/host-libgd.make36
1 files changed, 1 insertions, 35 deletions
diff --git a/rules/host-libgd.make b/rules/host-libgd.make
index ce717b1da..e89ffe9fc 100644
--- a/rules/host-libgd.make
+++ b/rules/host-libgd.make
@@ -1,6 +1,6 @@
# -*-makefile-*-
#
-# Copyright (C) 2008 by
+# Copyright (C) 2008, 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -19,14 +19,6 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBGD) += host-libgd
HOST_LIBGD_DIR = $(HOST_BUILDDIR)/$(LIBGD)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libgd.get: $(STATEDIR)/libgd.get
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -45,30 +37,4 @@ HOST_LIBGD_AUTOCONF := \
--without-freetype \
--without-fontconfig
-$(STATEDIR)/host-libgd.prepare:
- @$(call targetinfo)
- @$(call clean, $(HOST_LIBGD_DIR)/config.cache)
- cd $(HOST_LIBGD_DIR) && \
- $(HOST_LIBGD_PATH) $(HOST_LIBGD_ENV) \
- ./configure $(HOST_LIBGD_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libgd.compile:
- @$(call targetinfo)
- cd $(HOST_LIBGD_DIR) && $(HOST_LIBGD_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-libgd.install:
- @$(call targetinfo)
- @$(call install, HOST_LIBGD,,h)
- @$(call touch)
-
# vim: syntax=make