semantic-ede-proj-target-grammar
Inheritance Tree:
eieio-speedbar
eieio-speedbar-directory-button
ede-target
See ede-target.
ede-proj-target
See ede-proj-target.
ede-proj-target-makefile
semantic-ede-proj-target-grammar
No children
8.8.4.1 Specialized Methods
Method: project-compile-target :AFTER obj
Compile all sources in a Lisp target OBJ.
Method: ede-proj-makefile-insert-rules :AFTER this
Insert rules needed by THIS target.
Method: ede-buffer-mine :AFTER this buffer
Return t if object THIS lays claim to the file in BUFFER. Lays claim to all -by.el, and -wy.el files.
Method: ede-proj-makefile-sourcevar :AFTER this
Return the variable name for THIS’s sources.
Method: ede-proj-makefile-insert-dist-dependencies :AFTER this
Insert dist dependencies, or intermediate targets. This makes sure that all grammar lisp files are created before the dist runs, so they are always up to date. Argument THIS is the target that should insert stuff.