Function: ede-proj-make-p
ede-proj-make-p is a byte-compiled function defined in proj.el.gz.
Signature
(ede-proj-make-p &optional PROJ)
Documentation
Return non-nil if the current project PROJ is automake mode.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/proj.el.gz
(defun ede-proj-make-p (&optional proj)
"Return non-nil if the current project PROJ is automake mode."
(eq (ede-proj-makefile-type proj) 'Makefile))