summaryrefslogtreecommitdiffstats
path: root/rules/libgd.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-10-23 15:01:19 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-10-23 15:01:19 +0000
commita8ad8f5b6429e82b659f2f11548f68bcb353b00a (patch)
tree2dbd95fd14619c038a721d6414ada33a256caeb9 /rules/libgd.make
parent091ef762efcd334a15a7785fbf82e2c393d665ec (diff)
downloadptxdist-a8ad8f5b6429e82b659f2f11548f68bcb353b00a.tar.gz
ptxdist-a8ad8f5b6429e82b659f2f11548f68bcb353b00a.tar.xz
* merge with testing-branch
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@608 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libgd.make')
-rw-r--r--rules/libgd.make22
1 files changed, 11 insertions, 11 deletions
diff --git a/rules/libgd.make b/rules/libgd.make
index 81606ccd0..0b2a84cb5 100644
--- a/rules/libgd.make
+++ b/rules/libgd.make
@@ -1,11 +1,11 @@
# -*-makefile-*-
-# $Id: libgd.make,v 1.1 2003/08/22 19:44:28 bsp Exp $
+# $Id: libgd.make,v 1.2 2003/10/23 15:01:19 mkl Exp $
#
-# (c) 2003 by Benedikt Spranger <b.spranger@pengutronix.de>
+# Copyright (C) 2003 by Benedikt Spranger <b.spranger@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
-# For further information about the PTXDIST project and license conditions
+# For further information about the PTXdist project and license conditions
# see the README file.
#
@@ -35,11 +35,11 @@ libgd_get: $(STATEDIR)/libgd.get
libgd_get_deps = $(LIBGD_SOURCE)
$(STATEDIR)/libgd.get: $(libgd_get_deps)
- @$(call targetinfo, libgd.get)
+ @$(call targetinfo, $@)
touch $@
$(LIBGD_SOURCE):
- @$(call targetinfo, $(LIBGD_SOURCE))
+ @$(call targetinfo, $@)
@$(call get, $(LIBGD_URL))
# ----------------------------------------------------------------------------
@@ -51,7 +51,7 @@ libgd_extract: $(STATEDIR)/libgd.extract
libgd_extract_deps = $(STATEDIR)/libgd.get
$(STATEDIR)/libgd.extract: $(libgd_extract_deps)
- @$(call targetinfo, libgd.extract)
+ @$(call targetinfo, $@)
@$(call clean, $(LIBGD_DIR))
@$(call extract, $(LIBGD_SOURCE))
touch $@
@@ -67,7 +67,7 @@ libgd_prepare: $(STATEDIR)/libgd.prepare
#
libgd_prepare_deps = \
$(STATEDIR)/libgd.extract \
-# $(STATEDIR)/virtual-xchain.install
+ $(STATEDIR)/virtual-xchain.install
LIBGD_PATH = PATH=$(PTXCONF_PREFIX)/$(PTXCONF_GNU_TARGET)/bin:$(CROSS_PATH)
LIBGD_ENV = $(CROSS_ENV)
@@ -84,7 +84,7 @@ LIBGD_AUTOCONF += --host=$(PTXCONF_GNU_TARGET)
#LIBGD_AUTOCONF +=
$(STATEDIR)/libgd.prepare: $(libgd_prepare_deps)
- @$(call targetinfo, libgd.prepare)
+ @$(call targetinfo, $@)
@$(call clean, $(LIBGD_BUILDDIR))
cd $(LIBGD_DIR) && \
$(LIBGD_PATH) $(LIBGD_ENV) \
@@ -100,7 +100,7 @@ libgd_compile: $(STATEDIR)/libgd.compile
libgd_compile_deps = $(STATEDIR)/libgd.prepare
$(STATEDIR)/libgd.compile: $(libgd_compile_deps)
- @$(call targetinfo, libgd.compile)
+ @$(call targetinfo, $@)
$(LIBGD_PATH) $(LIBGD_ENV) make -C $(LIBGD_DIR)
touch $@
@@ -111,7 +111,7 @@ $(STATEDIR)/libgd.compile: $(libgd_compile_deps)
libgd_install: $(STATEDIR)/libgd.install
$(STATEDIR)/libgd.install: $(STATEDIR)/libgd.compile
- @$(call targetinfo, libgd.install)
+ @$(call targetinfo, $@)
$(LIBGD_PATH) $(LIBGD_ENV) make -C $(LIBGD_DIR) install
touch $@
@@ -124,7 +124,7 @@ libgd_targetinstall: $(STATEDIR)/libgd.targetinstall
libgd_targetinstall_deps = $(STATEDIR)/libgd.compile
$(STATEDIR)/libgd.targetinstall: $(libgd_targetinstall_deps)
- @$(call targetinfo, libgd.targetinstall)
+ @$(call targetinfo, $@)
touch $@
# ----------------------------------------------------------------------------