Variable: pcmpl-gnu-makefile-regexps

pcmpl-gnu-makefile-regexps is a customizable variable defined in pcmpl-gnu.el.gz.

Value

("\\`GNUmakefile" "\\`[Mm]akefile" "\\.ma?k\\'")

Documentation

A list of regexps that will match Makefile names.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-gnu.el.gz
;; User Variables:

(defcustom pcmpl-gnu-makefile-regexps
  '("\\`GNUmakefile" "\\`[Mm]akefile" "\\.ma?k\\'")
  "A list of regexps that will match Makefile names."
  :type '(repeat regexp))