Function: ede-system-include-path

ede-system-include-path is a byte-compiled function defined in ede.el.gz.

Signature

(ede-system-include-path ARG &rest ARGS)

Implementations

(ede-system-include-path (THIS project-am-target)) in `ede/project-am.el'.

Return `project-am-localvars-include-path', usually local variable per file or in .dir-locals.el or similar.

(ede-system-include-path (THIS project-am-makefile)) in `ede/project-am.el'.

Return `project-am-localvars-include-path', usually local variable per file or in .dir-locals.el or similar.

(ede-system-include-path (THIS ede-cpp-root-target)) in `ede/cpp-root.el'.

Get the system include path used by target THIS.

(ede-system-include-path (THIS ede-cpp-root-project)) in `ede/cpp-root.el'.

Get the system include path used by project THIS.

(ede-system-include-path (THIS ede-target-with-config-c)) in `ede/config.el'.

Get the system include path used by project THIS.

(ede-system-include-path (THIS ede-target)) in `ede.el'.

Get the system include path used by project THIS.

(ede-system-include-path (THIS ede-project)) in `ede.el'.

Get the system include path used by project THIS.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
;;; Some language specific methods.
;;
;; These items are needed by ede-cpp-root to add better support for
;; configuring items for Semantic.

;; Generic paths
(cl-defmethod ede-system-include-path ((_this ede-project))
  "Get the system include path used by project THIS."
  nil)