Variable: ede-lex-compiler

ede-lex-compiler is a variable defined in proj-obj.el.gz.

Value

#s(ede-object-compiler eieio--unbound eieio--unbound eieio--unbound
		       (ede-source-lex)
		       nil eieio--unbound
		       ("AC_PROG_LEX")
		       eieio--unbound nil t eieio--unbound)

Documentation

Compiler used for Lexical source.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-obj.el.gz
(defvar ede-lex-compiler
  (ede-object-compiler
   ;; Can we support regular makefiles too??
   :autoconf '("AC_PROG_LEX")
   :sourcetype '(ede-source-lex))
  "Compiler used for Lexical source.")