[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:53:52 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit f17f1b68f70b0f47135d9e0b22730591be92b70b
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Mon Feb 27 20:25:45 2012 +0100

    fix: depend. for callgfanlib.a

diff --git a/callgfanlib/Makefile.in b/callgfanlib/Makefile.in
index b2bfd95..4f63f98 100755
--- a/callgfanlib/Makefile.in
+++ b/callgfanlib/Makefile.in
@@ -4,13 +4,21 @@ DEFS            = -DNDEBUG -DOM_NDEBUG -D at SING_UNAME@ @DEFS@
 CXXFLAGS        = @CXXFLAGS@ -I.. -I at prefix@ ${PIPE}
 CPPFLAGS        = -I${srcdir} -I.. -I at prefix@ @CPPFLAGS@
 
-all: callgfan libcallgfan.a
+all: libcallgfan.a
 
-callgfan: 
+bbcone.o: bbcone.cc
 	$(CXX) ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -o bbcone.o  -c bbcone.cc
+
+bbfan.o: bbfan.cc
 	$(CXX) ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -o bbfan.o  -c bbfan.cc
+
+bbpolytope.o: bbpolytope.cc
 	$(CXX) ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -o bbpolytope.o -c bbpolytope.cc
+
+gfanlib.o: gfanlib.cc
 	$(CXX) ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -o gfanlib.o -c gfanlib.cc
+
+gfan.o: gfan.cc
 	$(CXX) ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -o gfan.o -c gfan.cc
 
 gfanlib.so:

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list