Next: ede-proj-target-makefile-miscelaneous, Previous: ede-proj-target-elisp, 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
ede-proj-target-elisp-autoloads
No children
:aux-packages
Type: list
Default Value: ("cedet-autogen")
:autoload-file
Type: string
Default Value: "loaddefs.el"
The file that autoload definitions are placed in. There should be one load defs file for a given package. The load defs are created for all Emacs Lisp sources that exist in the directory of the created target.
:autoload-dirs
Type: list
Default Value: nil
The directories to scan for autoload definitions.
If nil
defaults to the current directory.
Return a string representing the dependencies for THIS. Always return an empty string for an autoloads generator.
Create or update the autoload target.
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.
Insert any symbols that the DIST rule should depend on. Emacs Lisp autoload files ship the generated .el files. Argument THIS is the target which needs to insert an info file.
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.
List of compilers being used by OBJ.
If the compiler
slot is empty, get the car of the compilers list.
Insert any symbols that the DIST rule should distribute. Emacs Lisp autoload files ship the generated .el files. Argument THIS is the target which needs to insert an info file.
Insert the source variables needed by THIS. Optional argument MORESOURCE is a list of additional sources to add to the sources variable.
Next: ede-proj-target-makefile-miscelaneous, Previous: ede-proj-target-elisp, Up: Targets [Contents]