Next: ede-proj-target-elisp-autoloads, Previous: ede-proj-target-makefile-shared-object, Up: Targets [Contents]
eieio-speedbar
eieio-speedbar-directory-button
ede-target
See ede-target.
ede-proj-target
See ede-proj-target.
ede-proj-target-makefile
ede-proj-target-elisp
:aux-packages
Type: list
Default Value: nil
Additional packages needed. There should only be one toplevel package per auxiliary tool needed. These packages location is found, and added to the compile time load path.
Compile all sources in a Lisp target OBJ. Bonus: Return a cons cell: (COMPILED . UPTODATE).
Flush the configure file (current buffer) to accommodate THIS.
Return t
if object THIS lays claim to the file in BUFFER.
Lays claim to all .elc files that match .el files in this target.
Return the variable name for THIS’s sources.
Tweak the configure file (current buffer) to accommodate THIS.
In a Lisp file, updated a version string for THIS to VERSION.
There are standards in Elisp files specifying how the version string
is found, such as a -version
variable, or the standard header.
Next: ede-proj-target-elisp-autoloads, Previous: ede-proj-target-makefile-shared-object, Up: Targets [Contents]