Variable: ede-compiler-list

ede-compiler-list is a variable defined in proj-comp.el.gz.

Value

Large value
(#s(semantic-ede-grammar-compiler-class eieio--unbound "emacs"
					(("EMACS" . "emacs")
					 ("EMACSFLAGS" . "-batch --no-site-file --eval '(setq debug-on-error t)'")
					 ("require" . "$(foreach r,$(1),(require (quote $(r))))"))
					(semantic-ede-source-grammar-bovine)
					(#s(ede-makefile-rule "%-by.el" "%.by"
							      ("$(EMACS) $(EMACSFLAGS) $(addprefix -L ,$(LOADPATH)) --eval '(progn $(call require,$(PRELOADS)))' -f semantic-grammar-batch-build-packages $^")
							      nil))
					eieio--unbound nil "-by.el" nil nil)
   #s(semantic-ede-grammar-compiler-class eieio--unbound "emacs"
					  (("EMACS" . "emacs")
					   ("EMACSFLAGS" . "-batch --no-site-file --eval '(setq debug-on-error t)'")
					   ("require" . "$(foreach r,$(1),(require (quote $(r))))"))
					  (semantic-ede-source-grammar-wisent)
					  (#s(ede-makefile-rule "%-wy.el" "%.wy"
								("$(EMACS) $(EMACSFLAGS) $(addprefix -L ,$(LOADPATH)) --eval '(progn $(call require,$(PRELOADS)))' -f semantic-grammar-batch-build-packages $^")
								nil))
					  eieio--unbound nil "-wy.el" nil nil)
   #s(ede-compiler eieio--unbound "Sub Makefile" eieio--unbound
		   (ede-misc-source)
		   nil nil nil eieio--unbound nil nil)
   #s(ede-compiler eieio--unbound "texi2html"
		   (("TEXI2HTML" . "makeinfo -html"))
		   (ede-makeinfo-source)
		   nil
		   ("makeinfo -o $@ $<")
		   nil eieio--unbound nil nil)
   #s(ede-compiler eieio--unbound "makeinfo"
		   (("MAKEINFO" . "makeinfo"))
		   (ede-makeinfo-source)
		   nil
		   ("$(MAKEINFO) $<")
		   (("AC_CHECK_PROG" . "MAKEINFO, makeinfo"))
		   eieio--unbound nil nil)
   #s(ede-compiler eieio--unbound "emacs"
		   (("EMACS" . "emacs")
		    ("EMACSFLAGS" . "-batch --no-site-file --eval '(setq debug-on-error t)'")
		    ("require" . "$(foreach r,$(1),(require (quote $(r))))"))
		   (ede-source-emacs)
		   (#s(ede-makefile-rule "clean-autoloads" ""
					 ("rm -f $(LOADDEFS)")
					 t))
		   ("$(EMACS) $(EMACSFLAGS) $(addprefix -L ,$(LOADPATH)) --eval '(setq generated-autoload-file \"$(abspath $(LOADDEFS))\")' -f batch-update-autoloads $(abspath $(LOADDIRS))")
		   nil eieio--unbound nil nil)
   #s(ede-compiler eieio--unbound "emacs"
		   (("EMACS" . "emacs")
		    ("EMACSFLAGS" . "-batch --no-site-file --eval '(setq debug-on-error t)'")
		    ("require" . "$(foreach r,$(1),(require (quote $(r))))"))
		   (ede-source-emacs)
		   (#s(ede-makefile-rule "%.elc" "%.el"
					 ("$(EMACS) $(EMACSFLAGS) $(addprefix -L ,$(LOADPATH)) --eval '(progn $(call require, $(PRELOADS)))' -f batch-byte-compile $^")
					 nil))
		   eieio--unbound
		   ("AM_PATH_LISPDIR")
		   ".elc" nil nil)
   #s(ede-object-compiler eieio--unbound "gfortran"
			  (("F90" . "gfortran")
			   ("F90_COMPILE" . "$(F90) $(DEFS) $(INCLUDES) $(F90FLAGS)"))
			  (ede-source-f90 ede-source-f77)
			  (#s(ede-makefile-rule "%.o" "%.f90"
						("@echo '$(F90_COMPILE) -c $<'; \\" "$(F90_COMPILE) $(F90_DEPENDENCIES) -o $@ -c $<")
						nil))
			  eieio--unbound nil ".o" t t
			  ("F90_DEPENDENCIES" . "-Wp,-MD,.deps/$(*F).P"))
   #s(ede-object-compiler eieio--unbound eieio--unbound eieio--unbound
			  (ede-source-yacc)
			  nil eieio--unbound
			  ("AC_PROG_YACC")
			  eieio--unbound nil t eieio--unbound)
   #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)
   #s(ede-object-compiler eieio--unbound "g++"
			  (("CXX" "g++")
			   ("CXX_COMPILE" . "$(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)"))
			  (ede-source-c++)
			  (#s(ede-makefile-rule "%.o" "%.cpp"
						("@echo '$(CXX_COMPILE) -c $<'; \\" "$(CXX_COMPILE) $(CXX_DEPENDENCIES) -o $@ -c $<")
						nil))
			  eieio--unbound
			  ("AC_PROG_CXX")
			  ".o" t t
			  ("CXX_DEPENDENCIES" . "-Wp,-MD,.deps/$(*F).P"))
   #s(ede-object-compiler eieio--unbound "gcc"
			  (("CC" . "gcc")
			   ("C_COMPILE" . "$(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)"))
			  (ede-source-c)
			  (#s(ede-makefile-rule "%.o" "%.c"
						("@echo '$(C_COMPILE) -c $<'; \\" "$(C_COMPILE) $(C_DEPENDENCIES) -o $@ -c $<")
						nil))
			  eieio--unbound
			  ("AC_PROG_CC" "AC_PROG_GCC_TRADITIONAL")
			  ".o" t t
			  ("C_DEPENDENCIES" . "-Wp,-MD,.deps/$(*F).P")))

Documentation

The master list of all EDE compilers.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-comp.el.gz
;;; Code:
(defvar ede-compiler-list nil
  "The master list of all EDE compilers.")