makefile-makepp-font-lock-keywords

makefile-makepp-font-lock-keywords is a variable defined in `make-mode.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Not documented as a variable.

Value:

(("\\(?:^\\|^export\\|^override\\|:\\|: *override\\) *\\([^ \n ][^:#= \n]*\\)[ ]*\\(?:!=\\|[*:+]?[:?]?=\\)" (1 font-lock-variable-name-face) (2 'makefile-shell prepend t) (3 'font-lock-string-face prepend t)) (makefile-match-action (1 font-lock-type-face nil t) (2 'makefile-shell prepend) (3 font-lock-builtin-face prepend t)) ("[^$]\\$[({]\\([-a-zA-Z0-9_.]+\\|[@%\\)" 1 font-lock-constant-face prepend) ("[^$]\\(\\$[@%*]\\)" 1 'makefile-targets append) ("^\\(?: [ ]*\\)?\\([_-]include\\|a\\(?:nd[ ]+if\\(?:def\\|eq\\|makeperl\\|n\\(?:def\\|eq\\|sys\\|true\\)\\|perl\\|sys\\|true\\)\\|utoload\\)\\|build[_-]c\\(?:ache\\|heck\\)\\|define\\|e\\(?:lse\\(?:[ ]+if\\(?:def\\|eq\\|makeperl\\|n\\(?:def\\|eq\\|sys\\|true\\)\\|perl\\|sys\\|true\\)\\)?\\|nd\\(?:\\(?:de\\|[ei]\\)f\\)\\|xport\\(?:[ ]+define\\)?\\)\\|global\\(?:[ ]+\\(?:build[_-]c\\(?:ache\\|heck\\)\\|\\(?:defin\\|\\(?:override[ ]+\\)?signatur\\)e\\)\\)?\\|i\\(?:f\\(?:def\\|eq\\|makeperl\\|n\\(?:def\\|eq\\|sys\\|true\\)\\|perl\\|sys\\|true\\)\\|nclude\\)\\|load[_-]makefile\\|make\\(?:perl\\|sub\\)?\\|no[_-]implicit[_-]load\\|o\\(?:r[ ]+if\\(?:def\\|eq\\|makeperl\\|n\\(?:def\\|eq\\|sys\\|true\\)\\|perl\\|sys\\|true\\)\\|verride\\(?:[ ]+\\(?:define\\|export\\|global\\)\\)?\\)\\|p\\(?:erl\\(?:[_-]\\(?:begin\\|end\\)\\)?\\|rebuild\\)\\|r\\(?:e\\(?:gister[_-]\\(?:command[_-]parser\\|input[_-]suffix\\|\\(?:pars\\|scann\\)er\\)\\|pository\\)\\|untime\\)\\|s\\(?:ignature\\|ub\\)\\|unexport\\|vpath\\)\\>[ ]*\\([^: \n#]*\\)" (1 font-lock-keyword-face) (2 font-lock-variable-name-face)) ("^\\(?: [ ]*\\)?\\(?:and[ ]+\\|else[ ]+\\|or[ ]+\\)?if\\(n\\)\\(?:def\\|eq\\|sys\\|true\\)\\>" (1 font-lock-negation-char-face prepend) (2 font-lock-negation-char-face prepend t)) ("[^$]\\(\\$[({]\\(?:output\\|stem\\|target\\)s?\\_>.*?[})]\\)" 1 'makefile-targets append) ("\\(:\\s *\\)\\(build_c\\(?:ache\\|heck\\)\\|env\\(?:ironment\\)?\\|foreach\\|signature\\|scanner\\|quickscan\\|smartscan\\)\\>\\([^:\n]*\\)" (1 font-lock-type-face t) (2 font-lock-keyword-face t) (3 font-lock-variable-name-face t)) ("[^$]\\$\\(?:((?\\|{{?\\|\\[\\[?\\)\\([-a-zA-Z0-9_.]+\\s \\)" 1 font-lock-function-name-face prepend) ("[^$]\\$\\(((?\\|{{?\\|\\[\\[?\\)shell\\(?:[-_]\\(?:global[-_]\\)?once\\)?[ ]+" makefile-match-function-end nil nil (1 'makefile-shell prepend t)) ("[^$]\\$\\(((?\\|{{?\\|\\[\\[?\\)makeperl[ ]+" makefile-match-function-end nil nil (1 'makefile-makepp-perl prepend t)) ("[^$]\\$\\(((?\\|{{?\\)perl[ ]+" makefile-match-function-end nil nil (1 'makefile-makepp-perl t t)) ("ifmakeperl\\s +\\(.*\\)" 1 'makefile-makepp-perl prepend) ("ifperl\\s +\\(.*\\)" 1 'makefile-makepp-perl t) ("\\" 1 'makefile-makepp-perl t) (makefile-match-dependency (1 'makefile-targets prepend) (3 'makefile-shell prepend t)))