[liblinear] 06/08: Sync DFSG-Makefile with version generated from get-orig-source
Christian Kastner
chrisk-guest at moszumanska.debian.org
Tue Aug 26 03:41:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to branch dfsg
in repository liblinear.
commit 41a5c7aa48231bc57ea8ff6798b6e418aaeca9a0
Author: Christian Kastner <debian at kvr.at>
Date: Wed Apr 6 22:16:10 2011 +0200
Sync DFSG-Makefile with version generated from get-orig-source
This way, patch 0001-* applies both against the git version as well as the
get-orig-source version
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5004ff9..503a760 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@ CC ?= gcc
CFLAGS = -Wall -Wconversion -O3 -fPIC
LIBS =
SHVER = 1
-#LIBS = -lblas
all: train predict
@@ -22,6 +21,7 @@ tron.o: tron.cpp tron.h
linear.o: linear.cpp linear.h
$(CXX) $(CFLAGS) -c -o linear.o linear.cpp
+
clean:
cd matlab; make clean
rm -f *~ tron.o linear.o train predict liblinear.so.$(SHVER)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git
More information about the debian-science-commits
mailing list