diff options
| author | msozeau | 2012-03-14 09:53:06 +0000 |
|---|---|---|
| committer | msozeau | 2012-03-14 09:53:06 +0000 |
| commit | 8ff2de8c01b3ba3563517627b1f5c9eb2c4bcb77 (patch) | |
| tree | 4f7e99ba36af1cf03d8c3315c371293ae46fe77c /Makefile.build | |
| parent | 4d7b12f27a7cc520a319a9d4b652137c0a0cbb60 (diff) | |
Final part of moving Program code inside the main code. Adapted add_definition/fixpoint and parsing of the "Program" prefix.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15036 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build index 04c01973e5..d63558c2b4 100644 --- a/Makefile.build +++ b/Makefile.build @@ -451,7 +451,7 @@ noreal: logic arith bool zarith qarith lists sets fsets relations \ ########################################################################### .PHONY: plugins omega micromega ring setoid_ring nsatz dp xml extraction -.PHONY: field fourier funind cc subtac rtauto btauto pluginsopt +.PHONY: field fourier funind cc rtauto btauto pluginsopt plugins: $(PLUGINSVO) omega: $(OMEGAVO) $(OMEGACMA) $(ROMEGAVO) $(ROMEGACMA) @@ -466,7 +466,6 @@ field: $(FIELDVO) $(FIELDCMA) fourier: $(FOURIERVO) $(FOURIERCMA) funind: $(FUNINDCMA) $(FUNINDVO) cc: $(CCVO) $(CCCMA) -subtac: $(SUBTACCMA) rtauto: $(RTAUTOVO) $(RTAUTOCMA) btauto: $(BTAUTOVO) $(BTAUTOCMA) |
