Function: ede-proj-configure-add-missing

ede-proj-configure-add-missing is a byte-compiled function defined in pconf.el.gz.

Signature

(ede-proj-configure-add-missing ARG &rest ARGS)

Implementations

(ede-proj-configure-add-missing (THIS ede-proj-target-makefile-shared-object)) in `ede/proj-shared.el'.

Query if any files needed by THIS provided by automake are missing. Results in --add-missing being passed to automake.

(ede-proj-configure-add-missing (THIS ede-proj-target-makefile-info)) in `ede/proj-info.el'.

Query if any files needed by THIS provided by automake are missing. Results in --add-missing being passed to automake.

(ede-proj-configure-add-missing (THIS ede-proj-target)) in `ede/pconf.el'.

Query if any files needed by THIS provided by automake are missing. Results in --add-missing being passed to automake.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/pconf.el.gz
;; @TODO - No-one calls this ???
(cl-defmethod ede-proj-configure-add-missing ((_this ede-proj-target))
  "Query if any files needed by THIS provided by automake are missing.
Results in --add-missing being passed to automake."
  nil)