Function: project-am-makefile--eieio-childp

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

Signature

(project-am-makefile--eieio-childp OBJ)

Documentation

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

Aliases

project-am-makefile-child-p (obsolete since 25.1)

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.")