From cfc9e109a653047b7ca73224525bba67a8c3a571 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 9 Dec 2009 16:45:42 +0000 Subject: Factorisation between Makefile and ocamlbuild systems : .vo to compile are in */*/vo.itarget On the way: no more -fsets (yes|no) and -reals (yes|no) option of configure if you want a partial build, make a specific rule such as theories-light Beware: these vo.itarget should not contain comments. Even if this is legal for ocamlbuild, the $(shell cat ...) we do in Makefile can't accept that. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12574 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Structures/vo.itarget | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 theories/Structures/vo.itarget (limited to 'theories/Structures') diff --git a/theories/Structures/vo.itarget b/theories/Structures/vo.itarget new file mode 100644 index 0000000000..6500dcd89a --- /dev/null +++ b/theories/Structures/vo.itarget @@ -0,0 +1,15 @@ +OrderedTypeAlt.vo +OrderedTypeEx.vo +OrderedType.vo +DecidableType.vo +DecidableTypeEx.vo +OrderedType2Alt.vo +OrderedType2Ex.vo +OrderedType2.vo +OrderedType2Facts.vo +OrderedType2Lists.vo +DecidableType2.vo +DecidableType2Ex.vo +DecidableType2Facts.vo +OrderTac.vo +GenericMinMax.vo -- cgit v1.2.3