aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--_CoqProject30
m---------bbv0
3 files changed, 18 insertions, 14 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
-Subproject 8eb02b58dc975b611ddf219edf03e6a249bf03e
+Subproject 99770e5a06149abec70e3b8eeeab40da7d2e10e