Add makefile-mode flag for emacs.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 9 Jul 2002 12:04:21 +0000 (12:04 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 9 Jul 2002 12:04:21 +0000 (12:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2841 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 03bca7e7df7d4c2f064a52be7e43a50a75b6636d..5ef5fd6a7a87f1fc0358aaff30e952260f95e3b4 100644 (file)
@@ -1,4 +1,4 @@
-#                                 Makefile.common
+#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--====
 #
 # This file is included by all of the LLVM makefiles.  This file defines common
 # rules to do things like compile a .cpp file or generate dependancy info.
@@ -20,6 +20,7 @@
 #    in the current directory.  Also, if you want to build files in addition
 #    to the local files, you can use the ExtraSource variable
 #
+#===-----------------------------------------------------------------------====
 
 # Default Rule:  Make sure it's also a :: rule
 all ::
index 03bca7e7df7d4c2f064a52be7e43a50a75b6636d..5ef5fd6a7a87f1fc0358aaff30e952260f95e3b4 100644 (file)
@@ -1,4 +1,4 @@
-#                                 Makefile.common
+#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--====
 #
 # This file is included by all of the LLVM makefiles.  This file defines common
 # rules to do things like compile a .cpp file or generate dependancy info.
@@ -20,6 +20,7 @@
 #    in the current directory.  Also, if you want to build files in addition
 #    to the local files, you can use the ExtraSource variable
 #
+#===-----------------------------------------------------------------------====
 
 # Default Rule:  Make sure it's also a :: rule
 all ::