Function: ede-proj-makefile-insert-automake-post-variables
ede-proj-makefile-insert-automake-post-variables is a byte-compiled
function defined in pmake.el.gz.
Signature
(ede-proj-makefile-insert-automake-post-variables ARG &rest ARGS)
Implementations
(ede-proj-makefile-insert-automake-post-variables (THIS ede-proj-target-makefile-shared-object)) in `ede/proj-shared.el'.
Insert bin_PROGRAMS variables needed by target THIS. We need to override -program which has an LDADD element.
(ede-proj-makefile-insert-automake-post-variables (THIS ede-proj-target-makefile-program)) in `ede/proj-prog.el'.
Insert bin_PROGRAMS variables needed by target THIS.
(ede-proj-makefile-insert-automake-post-variables (THIS ede-proj-target)) in `ede/pmake.el'.
Insert variables needed by target THIS in Makefile.am after SOURCES.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/pmake.el.gz
(cl-defmethod ede-proj-makefile-insert-automake-post-variables
((_this ede-proj-target))
"Insert variables needed by target THIS in Makefile.am after SOURCES."
nil)