diff options
author | dos-reis <gdr@axiomatics.org> | 2012-02-03 11:21:00 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-02-03 11:21:00 +0000 |
commit | d36c43d159d39a847ef8728e5da201bb29e747f5 (patch) | |
tree | 06befc858ccc2912afd67fc705f64e568a6e7a16 /src/algebra | |
parent | a00d32a888a910fe517afb91cc48a6eb44ed58da (diff) | |
download | open-axiom-d36c43d159d39a847ef8728e5da201bb29e747f5.tar.gz |
* config/open-axiom.m4 (OPENAXIOM_ALIGNAS_SPECIFIER): New.
(OPENAXIOM_CHECK_MISC): Use it.
src/
* utils/vm.H: Add more VM data structures.
* utils/vm.cc (BasicContext::make_operator): Define.
* algebra/Makefile.in (SPADFILES): Include syntax.spad and
spad-parser.spad.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index 8b220ca2..bae8ea9f 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -1248,11 +1248,13 @@ SPADFILES= \ ${OUTSRC}/sign.spad ${OUTSRC}/si.spad ${OUTSRC}/smith.spad \ ${OUTSRC}/solvedio.spad ${OUTSRC}/solvefor.spad ${OUTSRC}/solvelin.spad \ ${OUTSRC}/solverad.spad ${OUTSRC}/sortpak.spad ${OUTSRC}/space.spad \ + $(srcdir)/spad-parser.spad \ ${OUTSRC}/special.spad ${OUTSRC}/sregset.spad ${OUTSRC}/s.spad \ ${OUTSRC}/stream.spad ${OUTSRC}/string.spad ${OUTSRC}/sttaylor.spad \ ${OUTSRC}/sttf.spad ${OUTSRC}/sturm.spad ${OUTSRC}/suchthat.spad \ ${OUTSRC}/suls.spad ${OUTSRC}/sum.spad ${OUTSRC}/sups.spad \ ${OUTSRC}/supxs.spad ${OUTSRC}/suts.spad ${OUTSRC}/symbol.spad \ + $(OUTSRC)/syntax.spad \ ${OUTSRC}/syssolp.spad ${OUTSRC}/system.spad \ ${OUTSRC}/tableau.spad ${OUTSRC}/table.spad ${OUTSRC}/taylor.spad \ ${OUTSRC}/tex.spad ${OUTSRC}/tools.spad ${OUTSRC}/transsolve.spad \ |