[mathicgb] 155/393: Added missing file references to Makefile.am.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.
commit a524a9e6af609119c0c0d23c75479bfbf48aea03
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Tue Feb 5 13:54:17 2013 +0100
Added missing file references to Makefile.am.
---
Makefile.am | 91 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 47 insertions(+), 44 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 65b39f3..a953ce5 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,52 +18,55 @@ libmathicgb_la_LIBADD= $(DEPS_LIBS)
# the sources that are built to make libmathicgb. Listing the headers in
# sources ensure that those files are included in distributions.
-libmathicgb_la_SOURCES = src/mathicgb/BjarkeGeobucket2.cpp \
+libmathicgb_la_SOURCES = src/mathicgb/BjarkeGeobucket2.cpp \
src/mathicgb/BjarkeGeobucket2.hpp src/mathicgb/BjarkeGeobucket.cpp \
- src/mathicgb/BjarkeGeobucket.hpp src/mathicgb/BuchbergerAlg.cpp \
- src/mathicgb/BuchbergerAlg.hpp src/mathicgb/ChainedHashTable.cpp \
- src/mathicgb/ChainedHashTable.hpp src/mathicgb/DivisorLookup.hpp \
- src/mathicgb/DivisorLookup.cpp src/mathicgb/DivLookup.hpp \
- src/mathicgb/FreeModuleOrder.cpp src/mathicgb/FreeModuleOrder.hpp \
- src/mathicgb/GroebnerBasis.cpp src/mathicgb/GroebnerBasis.hpp \
- src/mathicgb/HashTourReducer.cpp src/mathicgb/HashTourReducer.hpp \
- src/mathicgb/Ideal.cpp src/mathicgb/Ideal.hpp \
- src/mathicgb/io-util.cpp src/mathicgb/io-util.hpp \
- src/mathicgb/KoszulQueue.cpp src/mathicgb/KoszulQueue.hpp \
- src/mathicgb/MonomialHashTable.hpp src/mathicgb/MonTableDivList.hpp \
- src/mathicgb/MonTableKDTree.hpp src/mathicgb/MonTableNaive.cpp \
- src/mathicgb/MonTableNaive.hpp src/mathicgb/MTArray.cpp \
- src/mathicgb/MTArray.hpp src/mathicgb/PairTriangle.cpp \
- src/mathicgb/PairTriangle.hpp src/mathicgb/Poly.cpp \
- src/mathicgb/Poly.hpp src/mathicgb/PolyBasis.cpp \
- src/mathicgb/PolyBasis.hpp src/mathicgb/PolyGeoBucket.cpp \
- src/mathicgb/PolyGeoBucket.hpp src/mathicgb/PolyHashReducer.cpp \
- src/mathicgb/PolyHashReducer.hpp src/mathicgb/PolyHashTable.cpp \
- src/mathicgb/PolyHashTable.hpp src/mathicgb/PolyHeap.cpp \
- src/mathicgb/PolyHeap.hpp src/mathicgb/PolyReducer.cpp \
- src/mathicgb/PolyReducer.hpp src/mathicgb/PolyRing.cpp \
- src/mathicgb/PolyRing.hpp src/mathicgb/Reducer.cpp \
- src/mathicgb/Reducer.hpp src/mathicgb/ReducerDedup.hpp \
- src/mathicgb/ReducerHash.hpp src/mathicgb/ReducerHashPack.hpp \
- src/mathicgb/ReducerHelper.hpp src/mathicgb/ReducerNoDedup.hpp \
- src/mathicgb/ReducerPack.hpp src/mathicgb/ReducerPackDedup.hpp \
- src/mathicgb/SignatureGB.cpp src/mathicgb/SignatureGB.hpp \
- src/mathicgb/SigSPairs.cpp src/mathicgb/SigSPairs.hpp \
- src/mathicgb/SPairs.cpp src/mathicgb/SPairs.hpp \
- src/mathicgb/stdinc.h src/mathicgb/TournamentReducer.cpp \
- src/mathicgb/TournamentReducer.hpp src/mathicgb/SigSPairQueue.hpp \
- src/mathicgb/SigSPairQueue.cpp src/mathicgb/SparseMatrix.hpp \
- src/mathicgb/SparseMatrix.cpp src/mathicgb/QuadMatrixBuilder.hpp \
+ src/mathicgb/BjarkeGeobucket.hpp src/mathicgb/BuchbergerAlg.cpp \
+ src/mathicgb/BuchbergerAlg.hpp src/mathicgb/ChainedHashTable.cpp \
+ src/mathicgb/ChainedHashTable.hpp src/mathicgb/DivisorLookup.hpp \
+ src/mathicgb/DivisorLookup.cpp src/mathicgb/DivLookup.hpp \
+ src/mathicgb/FreeModuleOrder.cpp src/mathicgb/FreeModuleOrder.hpp \
+ src/mathicgb/GroebnerBasis.cpp src/mathicgb/GroebnerBasis.hpp \
+ src/mathicgb/HashTourReducer.cpp src/mathicgb/HashTourReducer.hpp \
+ src/mathicgb/Ideal.cpp src/mathicgb/Ideal.hpp \
+ src/mathicgb/io-util.cpp src/mathicgb/io-util.hpp \
+ src/mathicgb/KoszulQueue.cpp src/mathicgb/KoszulQueue.hpp \
+ src/mathicgb/MonomialHashTable.hpp \
+ src/mathicgb/MonTableDivList.hpp src/mathicgb/MonTableKDTree.hpp \
+ src/mathicgb/MonTableNaive.cpp src/mathicgb/MonTableNaive.hpp \
+ src/mathicgb/MTArray.cpp src/mathicgb/MTArray.hpp \
+ src/mathicgb/PairTriangle.cpp src/mathicgb/PairTriangle.hpp \
+ src/mathicgb/Poly.cpp src/mathicgb/Poly.hpp \
+ src/mathicgb/PolyBasis.cpp src/mathicgb/PolyBasis.hpp \
+ src/mathicgb/PolyGeoBucket.cpp src/mathicgb/PolyGeoBucket.hpp \
+ src/mathicgb/PolyHashReducer.cpp src/mathicgb/PolyHashReducer.hpp \
+ src/mathicgb/PolyHashTable.cpp src/mathicgb/PolyHashTable.hpp \
+ src/mathicgb/PolyHeap.cpp src/mathicgb/PolyHeap.hpp \
+ src/mathicgb/PolyReducer.cpp src/mathicgb/PolyReducer.hpp \
+ src/mathicgb/PolyRing.cpp src/mathicgb/PolyRing.hpp \
+ src/mathicgb/Reducer.cpp src/mathicgb/Reducer.hpp \
+ src/mathicgb/ReducerDedup.hpp src/mathicgb/ReducerHash.hpp \
+ src/mathicgb/ReducerHashPack.hpp src/mathicgb/ReducerHelper.hpp \
+ src/mathicgb/ReducerNoDedup.hpp src/mathicgb/ReducerPack.hpp \
+ src/mathicgb/ReducerPackDedup.hpp src/mathicgb/SignatureGB.cpp \
+ src/mathicgb/SignatureGB.hpp src/mathicgb/SigSPairs.cpp \
+ src/mathicgb/SigSPairs.hpp src/mathicgb/SPairs.cpp \
+ src/mathicgb/SPairs.hpp src/mathicgb/stdinc.h \
+ src/mathicgb/TournamentReducer.cpp \
+ src/mathicgb/TournamentReducer.hpp src/mathicgb/SigSPairQueue.hpp \
+ src/mathicgb/SigSPairQueue.cpp src/mathicgb/SparseMatrix.hpp \
+ src/mathicgb/SparseMatrix.cpp src/mathicgb/QuadMatrixBuilder.hpp \
src/mathicgb/QuadMatrixBuilder.cpp src/mathicgb/TypicalReducer.cpp \
- src/mathicgb/TypicalReducer.cpp src/mathicgb/F4Reducer.hpp \
- src/mathicgb/F4Reducer.cpp src/mathicgb/F4MatrixBuilder.hpp \
- src/mathicgb/F4MatrixBuilder.cpp src/mathicgb/QuadMatrix.hpp \
- src/mathicgb/QuadMatrix.cpp src/mathicgb/F4MatrixReducer.cpp \
- src/mathicgb/F4MatrixReducer.hpp src/mathicgb/MonomialMap.hpp \
- src/mathicgb/RawVector.hpp src/mathicgb/Atomic.hpp \
- src/mathicgb/FixedSizeMonomialMap.hpp src/mathicgb/CFile.hpp \
- src/mathicgb/CFile.cpp src/mathicgb/LogDomain.hpp \
- src/mathicgb/LogDomain.cpp src/mathicgb/LogDomainSet.hpp
+ src/mathicgb/TypicalReducer.cpp src/mathicgb/F4Reducer.hpp \
+ src/mathicgb/F4Reducer.cpp src/mathicgb/F4MatrixBuilder.hpp \
+ src/mathicgb/F4MatrixBuilder.cpp src/mathicgb/QuadMatrix.hpp \
+ src/mathicgb/QuadMatrix.cpp src/mathicgb/F4MatrixReducer.cpp \
+ src/mathicgb/F4MatrixReducer.hpp src/mathicgb/MonomialMap.hpp \
+ src/mathicgb/RawVector.hpp src/mathicgb/Atomic.hpp \
+ src/mathicgb/FixedSizeMonomialMap.hpp src/mathicgb/CFile.hpp \
+ src/mathicgb/CFile.cpp src/mathicgb/LogDomain.hpp \
+ src/mathicgb/LogDomain.cpp src/mathicgb/LogDomainSet.hpp \
+ src/mathicgb/F4MatrixBuilder2.hpp src/mathicgb/F4MatrixBuilder2.cpp \
+ src/mathicgb/LogDomainSet.cpp
# When making a distribution file, Automake knows to include all files
# that are necessary to build the project. EXTRA_DIST specifies files
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git
More information about the debian-science-commits
mailing list