Variable: ede-gfortran-module-compiler
ede-gfortran-module-compiler is a variable defined in proj-obj.el.gz.
Value
#s(ede-object-compiler #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"))
"gfortranmod" eieio--unbound
(ede-source-f90)
eieio--unbound
("$(F90_COMPILE) -c $^")
eieio--unbound ".mod" eieio--unbound nil eieio--unbound)
Documentation
Compiler for Fortran 90/95 modules.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-obj.el.gz
(defvar ede-gfortran-module-compiler
(clone ede-gfortran-compiler
:name "gfortranmod"
:sourcetype '(ede-source-f90)
:commands '("$(F90_COMPILE) -c $^")
:objectextention ".mod"
:uselinker nil)
"Compiler for Fortran 90/95 modules.")