aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorletouzey2009-02-20 17:17:08 +0000
committerletouzey2009-02-20 17:17:08 +0000
commit3c5c74b9763debfcfc2b4683efd85184ae21875b (patch)
tree4dbc90e932117df8d1ec4426b4c577180f7f1d1b
parente13546b0e5bbfaf612f5c0a8a7fee6fd31b8b3e9 (diff)
CoqInterface.vo in CONTRIBVO (should fix a dependency issue)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11943 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.common16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common
index 920df2d2b5..acbc2feaab 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -855,9 +855,16 @@ DPVO:=$(addprefix contrib/dp/, \
RTAUTOVO:=$(addprefix contrib/rtauto/, \
Bintree.vo Rtauto.vo )
+ifneq ($(HASNATDYNLINK),false)
+INTERFACEVO:=contrib/interface/CoqInterface.vo
+else
+INTERFACEVO:=
+endif
+
CONTRIBVO:= $(OMEGAVO) $(ROMEGAVO) $(MICROMEGAVO) $(RINGVO) $(FIELDVO) \
$(XMLVO) $(FOURIERVO) $(CCVO) $(FUNINDVO) \
- $(RTAUTOVO) $(RECDEFVO) $(NEWRINGVO) $(DPVO) $(QUOTEVO)
+ $(RTAUTOVO) $(RECDEFVO) $(NEWRINGVO) $(DPVO) $(QUOTEVO) \
+ $(INTERFACEVO)
ALLVO:= $(INITVO) $(THEORIESVO) $(CONTRIBVO)
VFILES:= $(ALLVO:.vo=.v)
@@ -873,13 +880,6 @@ LIBFILESLIGHT:=$(THEORIESLIGHTVO)
## Specials
-ifneq ($(HASNATDYNLINK),false)
-INTERFACEVO:=contrib/interface/CoqInterface.vo
-else
-INTERFACEVO:=
-endif
-
-
MANPAGES:=man/coq-tex.1 man/coqdep.1 man/gallina.1 \
man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1 \
man/coqwc.1 man/coqdoc.1 man/coqide.1 \