aboutsummaryrefslogtreecommitdiff
path: root/coqprime/Make
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-02-05 15:24:42 -0500
committerGravatar Jason Gross <jgross@mit.edu>2016-02-05 15:24:42 -0500
commita47b49b11d17add5ca1ea5e650d2f344219b4f7e (patch)
tree699bff16674a68d1a5dc059bfdbd2f9ca85e95a7 /coqprime/Make
parent1f83ff39458ca80acf3192c938490cf4988b7489 (diff)
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.).
Diffstat (limited to 'coqprime/Make')
-rw-r--r--coqprime/Make52
1 files changed, 0 insertions, 52 deletions
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
-
-
-