Function: ede-proj-makefile-insert-automake-pre-variables

ede-proj-makefile-insert-automake-pre-variables is a byte-compiled function defined in pmake.el.gz.

Signature

(ede-proj-makefile-insert-automake-pre-variables ARG &rest ARGS)

Implementations

(ede-proj-makefile-insert-automake-pre-variables (THIS ede-proj-target-makefile-shared-object)) in `ede/proj-shared.el'.

Insert bin_PROGRAMS variables needed by target THIS. We aren't actually inserting SOURCE details, but this is used by the Makefile.am generator, so use it to add this important bin program.

(ede-proj-makefile-insert-automake-pre-variables (THIS ede-proj-target-makefile-program)) in `ede/proj-prog.el'.

Undocumented

(ede-proj-makefile-insert-automake-pre-variables (THIS ede-proj-target)) in `ede/pmake.el'.

Insert variables needed by target THIS in Makefile.am before SOURCES.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/pmake.el.gz
(cl-defmethod ede-proj-makefile-insert-automake-pre-variables
  ((_this ede-proj-target))
  "Insert variables needed by target THIS in Makefile.am before SOURCES."
  nil)