aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-20 17:07:06 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-20 17:07:06 +0000
commit382e4378c5c63b9052a9044d6ff3c0c937580817 (patch)
treea74b5146c4dfb4bd9eed2f24cc833267e0623dac /Makefile.common
parent3085322c2ae00906b06837b0be10e036b3e0cd21 (diff)
Installation des .vo nécessaire à BigQ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10703 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 3c606c739..9c539952f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -567,7 +567,10 @@ INTSVO:=\
theories/Ints/num/Nbasic.vo theories/Ints/num/NMake.vo \
theories/Ints/num/MemoFn.vo \
theories/Ints/BigN.vo theories/Ints/num/ZMake.vo \
- theories/Ints/BigZ.vo theories/Ints/num/BigQ.vo
+ theories/Ints/BigZ.vo theories/Ints/num/BigQ.vo \
+ theories/Ints/num/QMake_base.vo theories/Ints/num/QpMake.vo \
+ theories/Ints/num/QvMake.vo theories/Ints/num/Q0Make.vo \
+ theories/Ints/num/QifMake.vo theories/Ints/num/QbiMake.vo
# spiwack : should use the genN.ml to create NMake eventually
# arnaud : see above