diff options
| author | letouzey | 2009-12-09 16:45:42 +0000 |
|---|---|---|
| committer | letouzey | 2009-12-09 16:45:42 +0000 |
| commit | cfc9e109a653047b7ca73224525bba67a8c3a571 (patch) | |
| tree | b0ad9867a8d675aeae841f9921b7ff0dcd355bb3 /Makefile.build | |
| 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 'Makefile.build')
| -rw-r--r-- | Makefile.build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.build b/Makefile.build index 221fa56a71..4b9dd34f42 100644 --- a/Makefile.build +++ b/Makefile.build @@ -387,18 +387,11 @@ lists: $(LISTSVO) strings: $(STRINGSVO) sets: $(SETSVO) fsets: $(FSETSVO) -allfsets: $(ALLFSETS) relations: $(RELATIONSVO) wellfounded: $(WELLFOUNDEDVO) -# reals reals: $(REALSVO) -allreals: $(ALLREALS) setoids: $(SETOIDSVO) sorting: $(SORTINGVO) -# numbers -natural: $(NATURALVO) -integer: $(INTEGERVO) -rational: $(RATIONALVO) numbers: $(NUMBERSVO) noreal: logic arith bool zarith qarith lists sets fsets relations \ @@ -596,9 +589,6 @@ install-library-light: $(INSTALLLIB) states/*.coq $(FULLCOQLIB)/states -$(INSTALLLIB) revision $(FULLCOQLIB) -install-allreals:: - $(INSTALLSH) $(FULLCOQLIB) $(ALLREALS) - install-coq-info: install-coq-manpages install-emacs install-latex install-coq-manpages: |
