Function: project-am-makefile-p

project-am-makefile-p is a byte-compiled function defined in project-am.el.gz.

Signature

(project-am-makefile-p OBJ)

Documentation

Return non-nil if OBJ is an object of type project-am-makefile(var)/project-am-makefile(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/project-am.el.gz
(defclass project-am-makefile (ede-project)
  ((targets :initarg :targets
	    :initform nil
	    :documentation "Top level targets in this makefile.")
   (configureoutputfiles
    :initform nil
    :documentation
    "List of files output from configure system.")
   )
  "Encode one makefile.")