Function: ede-proj-makefile-configuration-variables

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

Signature

(ede-proj-makefile-configuration-variables ARG &rest ARGS)

Implementations

(ede-proj-makefile-configuration-variables (THIS ede-proj-target-makefile) CONFIGURATION) in `ede/pmake.el'.

Return a list of configuration variables from THIS. Use CONFIGURATION as the current configuration to query.

(ede-proj-makefile-configuration-variables (THIS ede-proj-project) CONFIGURATION) in `ede/pmake.el'.

Return a list of configuration variables from THIS. Use CONFIGURATION as the current configuration to query.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/pmake.el.gz
;;; GENERIC VARIABLES
;;
(cl-defmethod ede-proj-makefile-configuration-variables ((this ede-proj-project)
						      configuration)
  "Return a list of configuration variables from THIS.
Use CONFIGURATION as the current configuration to query."
  (cdr (assoc configuration (oref this configuration-variables))))