[libfann] 74/242: changed option for building a local debugging example

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 3e2c1b188fe21ed27df28122b31b1f1453bbbc2f
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Thu Feb 12 21:15:04 2004 +0000

    changed option for building a local debugging example
---
 examples/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/Makefile b/examples/Makefile
index 5d74e4f..e72a6db 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -44,7 +44,11 @@ rundebug: $(TARGETS)
 
 
 DEBUG_TARGETS = xor_train_debug xor_test_debug
-debug: $(DEBUG_TARGETS)
+debug: library $(DEBUG_TARGETS)
+
+library:
+	(cd .. && make)
+
 %_debug: %.c Makefile
 	gcc -O -ggdb -lm -DDEBUG ../src/.libs/floatfann.o $< -o $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list