Function: project-am-makefile

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

Signature

(project-am-makefile &rest SLOTS)

Documentation

Create a new object of class 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.")