diff options
| author | letouzey | 2007-07-13 15:56:47 +0000 |
|---|---|---|
| committer | letouzey | 2007-07-13 15:56:47 +0000 |
| commit | c5f77c4cbc75369896564b5ff228bfc5d79dd6ed (patch) | |
| tree | 5f271bd44f77827aa23ba64aa2f9cc16d1082540 | |
| parent | 1a6c257f81b89105ca3521ff39d10a9e18826175 (diff) | |
A emacs-specific comment to use makefile-mode on Makefile.*
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9999 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile.build | 5 | ||||
| -rw-r--r-- | Makefile.common | 6 | ||||
| -rw-r--r-- | Makefile.stage0 | 5 | ||||
| -rw-r--r-- | Makefile.stage1 | 5 | ||||
| -rw-r--r-- | Makefile.stage2 | 5 | ||||
| -rw-r--r-- | Makefile.stage3 | 5 |
6 files changed, 31 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build index faaa0fa001..b93abc7e31 100644 --- a/Makefile.build +++ b/Makefile.build @@ -867,3 +867,8 @@ endif devel: $(DEBUGPRINTERS) ########################################################################### + +# For emacs: +# Local Variables: +# mode: makefile +# End: diff --git a/Makefile.common b/Makefile.common index 90b4aa05ef..8c14d2b9e9 100644 --- a/Makefile.common +++ b/Makefile.common @@ -800,3 +800,9 @@ VO_TARGETS:=logic arith bool narith zarith qarith lists strings sets \ STAGE3_TARGETS:=world install coqide coqide-files coq coqlib \ coqlight states pcoq-files check init theories theories-light contrib \ doc $(VO_TARGETS) + + +# For emacs: +# Local Variables: +# mode: makefile +# End: diff --git a/Makefile.stage0 b/Makefile.stage0 index 08aeaea37f..be13543205 100644 --- a/Makefile.stage0 +++ b/Makefile.stage0 @@ -14,3 +14,8 @@ stage0: $(ML4FILES:.ml4=.ml4.d) ##Somehow, make decides to delete the .ml4.d files if they are -include'd. ##This "stage0" hack to have them include'd, but no spurious error message ##on bootstrap. GNU Make bug suspected. + +# For emacs: +# Local Variables: +# mode: makefile +# End: diff --git a/Makefile.stage1 b/Makefile.stage1 index 16a4df9b92..e085122064 100644 --- a/Makefile.stage1 +++ b/Makefile.stage1 @@ -18,3 +18,8 @@ include $(ML4FILES:.ml4=.ml4.d) .PHONY: stage1 stage1: $(STAGE1) + +# For emacs: +# Local Variables: +# mode: makefile +# End: diff --git a/Makefile.stage2 b/Makefile.stage2 index 37f9bbd42a..97a10118ee 100644 --- a/Makefile.stage2 +++ b/Makefile.stage2 @@ -12,3 +12,8 @@ include Makefile.stage1 .PHONY: stage2 stage2: $(COQDEP) + +# For emacs: +# Local Variables: +# mode: makefile +# End: diff --git a/Makefile.stage3 b/Makefile.stage3 index 0aac35b8dd..f258ab2981 100644 --- a/Makefile.stage3 +++ b/Makefile.stage3 @@ -12,3 +12,8 @@ include Makefile.stage2 .PHONY: stage3 stage3: world + +# For emacs: +# Local Variables: +# mode: makefile +# End: |
