diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-06-28 08:20:04 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-06-28 08:20:04 +0000 |
commit | a834a2aa0dfa9c2da663f5a645a6b086c0321871 (patch) | |
tree | 0104a7e5fa0a67155cef645a6adc8b8b147590c4 /Makefile | |
parent | f0db487d8c8798b9899be03bf65bcb12524b9186 (diff) |
Merging the Princeton implementation of the memory model. Separate axioms in file lib/Axioms.v.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1354 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ GPATH=$(DIRS) # General-purpose libraries (in lib/) -LIB=Coqlib.v Intv.v Maps.v Lattice.v Ordered.v \ +LIB=Axioms.v Coqlib.v Intv.v Maps.v Lattice.v Ordered.v \ Iteration.v Integers.v Floats.v Parmov.v UnionFind.v # Parts common to the front-ends and the back-end (in common/) |