diff options
| author | herbelin | 2011-11-16 08:46:36 +0000 |
|---|---|---|
| committer | herbelin | 2011-11-16 08:46:36 +0000 |
| commit | 01d92cfec31477f4f1c973d09639fb8b7fd7f8f6 (patch) | |
| tree | 6abcba91779da1042ed2b12d6a1b19a720aa387d | |
| parent | ca43236e7c78090f103c7b5716bd89d796416d87 (diff) | |
Completed list of theories targets
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14659 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build index ba59fa379a..aa98d5e19c 100644 --- a/Makefile.build +++ b/Makefile.build @@ -441,6 +441,11 @@ reals: $(REALSVO) setoids: $(SETOIDSVO) sorting: $(SORTINGVO) numbers: $(NUMBERSVO) +unicode: $(UNICODEVO) +classes: $(CLASSESVO) +program: $(PROGRAMVO) +structures: $(STRUCTURESVO) +vectors: $(VECTORSVO) noreal: logic arith bool zarith qarith lists sets fsets relations \ wellfounded setoids sorting |
