Function: ede-proj-target-aux
ede-proj-target-aux is an autoloaded and byte-compiled function
defined in proj-aux.el.gz.
Signature
(ede-proj-target-aux &rest SLOTS)
Documentation
Create a new object of class type ede-proj-target-aux(var)/ede-proj-target-aux(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-aux.el.gz
;;; Code:
(defclass ede-proj-target-aux (ede-proj-target)
((sourcetype :initform '(ede-aux-source)))
"This target consists of aux files such as READMEs and COPYING.")