From a47b49b11d17add5ca1ea5e650d2f344219b4f7e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 5 Feb 2016 15:24:42 -0500 Subject: Update build process to use COQPATH & _CoqProject Removed all of the files not built by default; they can be resurrected from git history. _CoqProject is the standard way to list the files in a project and to give information to coq_makefile. COQPATH is the standard way to make use of not-yet-installed libraries that are not part of your project (i.e., you don't want to remove them when you `make clean`, etc.). --- _CoqProject | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _CoqProject (limited to '_CoqProject') diff --git a/_CoqProject b/_CoqProject new file mode 100644 index 000000000..55b29744f --- /dev/null +++ b/_CoqProject @@ -0,0 +1,21 @@ +-R src Crypto +src/Curves/PointFormats.v +src/Curves/ScalarMult.v +src/Galois/BaseSystem.v +src/Galois/EdDSA.v +src/Galois/Galois.v +src/Galois/GaloisField.v +src/Galois/GaloisRep.v +src/Galois/GaloisTheory.v +src/Galois/GaloisTutorial.v +src/Galois/ModularBaseSystem.v +src/Rep/ECRep.v +src/Rep/GaloisRep.v +src/Specific/EdDSA25519.v +src/Specific/GF25519.v +src/Tactics/VerdiTactics.v +src/Util/CaseUtil.v +src/Util/ListUtil.v +src/Util/NatUtil.v +src/Util/NumTheoryUtil.v +src/Util/ZUtil.v -- cgit v1.2.3