From 0e3a471d4e2f4784e88c1323a814580aa66ecd85 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 23 Aug 2018 21:17:15 -0400 Subject: Bump bbv --- Makefile | 2 +- _CoqProject | 30 +++++++++++++++++------------- bbv | 2 +- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 8db58748c..8d1467c64 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ endif update-_CoqProject:: $(SHOW)'ECHO > _CoqProject' - $(HIDE)(echo '-R $(SRC_DIR) $(MOD_NAME)'; echo '-R bbv bbv'; ((git ls-files 'src/*.v'; (git submodule foreach 'git ls-files "*.v" 2>/dev/null | sed "s|^|$$path/|"' | grep 'bbv/')) | $(SORT_COQPROJECT))) > _CoqProject + $(HIDE)(echo '-R $(SRC_DIR) $(MOD_NAME)'; echo '-R bbv/theories bbv'; ((git ls-files 'src/*.v'; (git submodule foreach 'git ls-files "*.v" 2>/dev/null | sed "s|^|$$path/|"' | grep 'bbv/')) | $(SORT_COQPROJECT))) > _CoqProject # add files to this list to prevent them from being built by default UNMADE_VOFILES := diff --git a/_CoqProject b/_CoqProject index b3edfac03..72b6eed1a 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,17 +1,21 @@ -R src Crypto --R bbv bbv -bbv/BinNotation.v -bbv/BinNotationZ.v -bbv/DepEq.v -bbv/DepEqNat.v -bbv/HexNotation.v -bbv/HexNotationWord.v -bbv/HexNotationZ.v -bbv/NLib.v -bbv/NatLib.v -bbv/Nomega.v -bbv/Word.v -bbv/WordScope.v +-R bbv/theories bbv +bbv/theories/BinNotation.v +bbv/theories/BinNotationZ.v +bbv/theories/DepEq.v +bbv/theories/DepEqNat.v +bbv/theories/HexNotation.v +bbv/theories/HexNotationWord.v +bbv/theories/HexNotationZ.v +bbv/theories/NLib.v +bbv/theories/N_Z_nat_conversions.v +bbv/theories/NatLib.v +bbv/theories/Nomega.v +bbv/theories/ReservedNotations.v +bbv/theories/Word.v +bbv/theories/WordScope.v +bbv/theories/ZHints.v +bbv/theories/ZLib.v src/Demo.v src/Algebra/Field.v src/Algebra/Field_test.v diff --git a/bbv b/bbv index 8eb02b58d..99770e5a0 160000 --- a/bbv +++ b/bbv @@ -1 +1 @@ -Subproject commit 8eb02b58dc975b611ddf219edf03e6a249bf03e1 +Subproject commit 99770e5a06149abec70e3b8eeeab40da7d2e10e0 -- cgit v1.2.3