From a105bc07a504da50f4563793d31f34fa724b2bcb Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 4 Jun 2010 13:19:50 +0000 Subject: Extraction: finish ExtrOcamlNatInt, add similar translation nat==>big_int git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13074 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 7ccd5c901..4791faf58 100644 --- a/Makefile.common +++ b/Makefile.common @@ -301,13 +301,14 @@ FOURIERVO:=$(call cat_vo_itarget, plugins/fourier) FUNINDVO:=$(call cat_vo_itarget, plugins/funind) DPVO:=$(call cat_vo_itarget, plugins/dp) RTAUTOVO:=$(call cat_vo_itarget, plugins/rtauto) +EXTRACTIONVO:=$(call cat_vo_itarget, plugins/extraction) XMLVO:= CCVO:= PLUGINSVO:= $(OMEGAVO) $(ROMEGAVO) $(MICROMEGAVO) $(RINGVO) $(FIELDVO) \ $(XMLVO) $(FOURIERVO) $(CCVO) $(FUNINDVO) \ $(RTAUTOVO) $(NEWRINGVO) $(DPVO) $(QUOTEVO) \ - $(NSATZVO) + $(NSATZVO) $(EXTRACTIONVO) ALLVO:= $(THEORIESVO) $(PLUGINSVO) VFILES:= $(ALLVO:.vo=.v) -- cgit v1.2.3