diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-12-09 16:45:42 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-12-09 16:45:42 +0000 |
commit | cfc9e109a653047b7ca73224525bba67a8c3a571 (patch) | |
tree | b0ad9867a8d675aeae841f9921b7ff0dcd355bb3 /theories/FSets | |
parent | da0e158cf5b012ec2b61041553ae3f871e9bef09 (diff) |
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
Diffstat (limited to 'theories/FSets')
-rw-r--r-- | theories/FSets/vo.itarget | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theories/FSets/vo.itarget b/theories/FSets/vo.itarget new file mode 100644 index 000000000..67ef9585e --- /dev/null +++ b/theories/FSets/vo.itarget @@ -0,0 +1,20 @@ +FMapAVL.vo +FMapFacts.vo +FMapFullAVL.vo +FMapInterface.vo +FMapList.vo +FMapPositive.vo +FMaps.vo +FMapWeakList.vo +FSetCompat.vo +FSetAVL.vo +FSetBridge.vo +FSetDecide.vo +FSetEqProperties.vo +FSetFacts.vo +FSetInterface.vo +FSetList.vo +FSetProperties.vo +FSets.vo +FSetToFiniteSet.vo +FSetWeakList.vo |