Function: makefile-gmake-mode
makefile-gmake-mode is an autoloaded, interactive and byte-compiled
function defined in make-mode.el.gz.
Signature
(makefile-gmake-mode)
Documentation
An adapted makefile-mode that knows about gmake.
In addition to any hooks its parent mode might have run, this mode
runs the hook makefile-gmake-mode-hook, as the final or penultimate
step during initialization.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/make-mode.el.gz
;;;###autoload
(define-derived-mode makefile-gmake-mode makefile-mode "GNUmakefile"
"An adapted `makefile-mode' that knows about gmake."
(setq font-lock-defaults
`(makefile-gmake-font-lock-keywords ,@(cdr font-lock-defaults))))