summaryrefslogtreecommitdiffstats
path: root/rules/liboop.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/liboop.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/liboop.make')
-rw-r--r--rules/liboop.make21
1 files changed, 11 insertions, 10 deletions
diff --git a/rules/liboop.make b/rules/liboop.make
index e7f729927..ba96e4c31 100644
--- a/rules/liboop.make
+++ b/rules/liboop.make
@@ -1,10 +1,11 @@
# -*-makefile-*-
-# $Id: liboop.make,v 1.4 2003/07/16 04:23:28 mkl Exp $
+# $Id: liboop.make,v 1.5 2003/10/23 15:01:19 mkl Exp $
+#
+# Copyright (C) 2002 by Pengutronix e.K., Hildesheim, Germany
#
-# (c) 2002 by Pengutronix e.K., Hildesheim, Germany
# 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.
#
@@ -31,11 +32,11 @@ LIBOOP_EXTRACT = gzip -dc
liboop_get: $(STATEDIR)/liboop.get
$(STATEDIR)/liboop.get: $(LIBOOP_SOURCE)
- @$(call targetinfo, liboop.get)
+ @$(call targetinfo, $@)
touch $@
$(LIBOOP_SOURCE):
- @$(call targetinfo, $(LIBOOP_SOURCES))
+ @$(call targetinfo, $@)
wget -P $(SRCDIR) $(PASSIVEFTP) $(LIBOOP_URL)
# ----------------------------------------------------------------------------
@@ -50,7 +51,7 @@ LIBOOP_USE_AUTOCONF = autoconf
LIBOOP_USE_AUTOMAKE = automake
$(STATEDIR)/liboop.extract: $(STATEDIR)/liboop.get
- @$(call targetinfo, liboop.extract)
+ @$(call targetinfo, $@)
$(LIBOOP_EXTRACT) $(LIBOOP_SOURCE) | $(TAR) -C $(BUILDDIR) -xf -
#
# we have to add a switch to disable tcl
@@ -82,7 +83,7 @@ LIBOOP_AUTOCONF += --prefix=$(PTXCONF_PREFIX)
LIBOOP_AUTOCONF += --without-tcl
$(STATEDIR)/liboop.prepare: $(STATEDIR)/liboop.extract
- @$(call targetinfo, liboop.prepare)
+ @$(call targetinfo, $@)
cd $(LIBOOP_DIR) && \
PATH=$(PTXCONF_PREFIX)/bin:$$PATH ./configure $(LIBOOP_AUTOCONF)
touch $@
@@ -94,7 +95,7 @@ $(STATEDIR)/liboop.prepare: $(STATEDIR)/liboop.extract
liboop_compile: $(STATEDIR)/liboop.compile
$(STATEDIR)/liboop.compile: $(STATEDIR)/liboop.prepare
- @$(call targetinfo, liboop.compile)
+ @$(call targetinfo, $@)
PATH=$(PTXCONF_PREFIX)/bin:$$PATH make -C $(LIBOOP_DIR)
touch $@
@@ -105,7 +106,7 @@ $(STATEDIR)/liboop.compile: $(STATEDIR)/liboop.prepare
liboop_install: $(STATEDIR)/liboop.install
$(STATEDIR)/liboop.install: $(STATEDIR)/liboop.compile
- @$(call targetinfo, liboop.install)
+ @$(call targetinfo, $@)
# FIXME: this doesn't work when using local bin dir
make -C $(LIBOOP_DIR) install
touch $@
@@ -117,7 +118,7 @@ $(STATEDIR)/liboop.install: $(STATEDIR)/liboop.compile
liboop_targetinstall: $(STATEDIR)/liboop.targetinstall
$(STATEDIR)/liboop.targetinstall: $(STATEDIR)/liboop.install
- @$(call targetinfo, liboop.targetinstall)
+ @$(call targetinfo, $@)
# FIXME: the other liboop libraries should optionally be installed
# we want to preserve links, so we cannot use install
cp -d $(PTXCONF_PREFIX)/lib/liboop.so* $(ROOTDIR)/lib/