aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* If COQPATH is not set, set it by default (#38)Gravatar Jason Gross2016-07-25
| | | This allows most users to not need to type COQPATH=... on make.
* In >= 8.6, disable some very noisy warningsGravatar Jason Gross2016-07-25
| | | | | | | | | Since we're building for both 8.4 and 8.5, we don't want to see warnings about appcontext being deprecated. Many of the notation-overridden warnings come from standard library imports (see [bug #4962](https://coq.inria.fr/bugs/show_bug.cgi?id=4962)) so it's not clear that there's anything we can do about them.
* Faster update-_CoqProject targetGravatar Jason Gross2016-07-21
|
* Fix clean targetGravatar Jason Gross2016-07-21
| | | | This is the problem with copy-paste solutions. (Thanks @jadephilipoom)
* Add support for TIMED=1 in Coq 8.4Gravatar Jason Gross2016-07-20
| | | | This should fix #34
* Don't depend on the submodule; copy-paste insteadGravatar Jason Gross2016-07-20
|
* Add a separate non-specific targetGravatar Jason Gross2016-07-20
| | | | | | | | This should fix #27. We depend on some files in the etc/coq-scripts submodule. Note that you need to either run `make cleanall -k` or `rm -f Makefile.coq` after pulling this to build the development.
* Add target for .dir-locals.elGravatar Jason Gross2016-07-20
| | | | | | This fixes #31 Thanks @cpitclaudel!
* Clean up the makefile a bitGravatar Jason Gross2016-07-06
|
* Fix coqprime clean, install targets, add cleanallGravatar Jason Gross2016-07-06
|
* Flip the sense of the conditional in the makefileGravatar Jason Gross2016-06-22
| | | | This way, we treat trunk as 8.5.
* Make Coq 8.5 the default target for Fiat-CryptoGravatar Jason Gross2016-06-22
| | | | Instructions for 8.4 build in the README
* Makefile: build on Arch Linux once againGravatar Andres Erbsen2016-06-20
|
* Be a bit more quiet on make unless VERBOSE=1 is passedGravatar Jason Gross2016-06-16
|
* 8.5 fixesGravatar Jason Gross2016-06-10
|
* Add coqprime that works with 8.5, bundle bedrockGravatar Jason Gross2016-06-10
| | | | | | This simplifes the build process, and also allows us to try to build with 8.5. We autodetect the version of Coq in the Makefile to decide which version of coqprime to build.
* Makefile: single-quotes for shell globbingGravatar Andres Erbsen2016-02-28
|
* Factor out some bedrock dependencies into WordUtilGravatar Jason Gross2016-02-25
| | | | Also move a definition about words, with a TODO about location, into WordUtil.
* Update build process to use COQPATH & _CoqProjectGravatar Jason Gross2016-02-05
| | | | | | | | 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.).
* recursive-build coqprimeGravatar Rob Sloan2016-01-28
|
* recursive-build coqprimeGravatar Rob Sloan2016-01-28
|
* Import coqprime; use it to prove Euler's criterion.Gravatar Jade Philipoom2016-01-20
|
* remove fiat dependencyGravatar Andres Erbsen2016-01-16
|
* simple refactor of makefile; commentsGravatar varomodt2016-01-09
|
* fix the makefile to not rebuild + module renamingGravatar Robert Sloan2015-10-22
|
* pull changes from desktopGravatar Robert Sloan2015-10-19
|
* redo module structure + init curve25519Gravatar Robert Sloan2015-09-16
|
* Basic Galois Field Theory ModulesGravatar Robert Sloan2015-09-16
|
* init our centralized repoGravatar Robert Sloan2015-09-10