diff options
| author | herbelin | 2001-11-14 22:46:38 +0000 |
|---|---|---|
| committer | herbelin | 2001-11-14 22:46:38 +0000 |
| commit | 4bc7773893e75392ceb8b8a74e78fb333ccdb6db (patch) | |
| tree | 1aae976b4e0d32569249b2daafc9c5cc9887887d /Makefile | |
| parent | 4d3f031da7b902abb672bcfef91ed7c8f6411c16 (diff) | |
Une liste plus precise des .v a prendre en compte pour les dependances, a l'exclusion notamment des .v de la suite de tests
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2193 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -532,6 +532,8 @@ correctness: $(CORRECTNESSCMO) $(CORRECTNESSVO) field: $(FIELDVO) $(FIELDCMO) fourier: $(FOURIERVO) $(FOURIERCMO) +ALLVO = $(INITVO) $(THEORIESVO) $(CONTRIBVO) $(EXTRACTIONVO) + clean:: rm -f contrib/*/*.cm[io] contrib/*/*.vo @@ -833,7 +835,7 @@ cleanconfig:: alldepend: depend dependcoq dependcoq: beforedepend - $(COQDEP) $(COQINCLUDES) */*.v */*/*.v > .depend.coq + $(COQDEP) $(COQINCLUDES) $(ALLVO:.vo=.v) > .depend.coq # Computing the dependencies in camlp4 files is tricky. # We proceed in several steps: |
