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.). --- coqprime/Make | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 coqprime/Make (limited to 'coqprime/Make') diff --git a/coqprime/Make b/coqprime/Make deleted file mode 100644 index efedc2a37..000000000 --- a/coqprime/Make +++ /dev/null @@ -1,52 +0,0 @@ --R Tactic Coqprime --R N Coqprime --R List Coqprime --R Z Coqprime --R PrimalityTest Coqprime --R elliptic Coqprime --R num Coqprime --R examples Coqprime - -Tactic/Tactic.v -N/NatAux.v -List/Iterator.v -List/ListAux.v -List/Permutation.v -List/UList.v -List/ZProgression.v -Z/Pmod.v -Z/ZCAux.v -Z/Zmod.v -Z/Ppow.v -Z/ZCmisc.v -Z/ZSum.v -PrimalityTest/Cyclic.v -PrimalityTest/EGroup.v -PrimalityTest/Euler.v -PrimalityTest/FGroup.v -PrimalityTest/IGroup.v -PrimalityTest/Lagrange.v -PrimalityTest/LucasLehmer.v -PrimalityTest/Pepin.v -PrimalityTest/PGroup.v -PrimalityTest/PocklingtonCertificat.v -PrimalityTest/Pocklington.v -PrimalityTest/Proth.v -PrimalityTest/Root.v -PrimalityTest/Zp.v -elliptic/GZnZ.v -elliptic/SMain.v -elliptic/ZEll.v -num/Bits.v -num/Lucas.v -num/NEll.v -num/MEll.v -num/Mod_op.v -num/Pock.v -num/montgomery.v -num/W.v -examples/BasePrimes.v -examples/PocklingtonRefl.v - - - -- cgit v1.2.3