-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Makefile (generate): New phony goal for generating elisp sources from XML protocol descriptions. (compile): New phony goal to byte-compile all elisp. (all): Depend on both. * Makefile (ELGDS): Infer Makefile dependencies for generating. (ELLDS): Infer Makefile dependencies for byte-compiling. * xelb-gen (xelb-parse): Set `load-prefer-newer' to avoid picking outdated byte-compiled definitions while generating.
- Loading branch information
1 parent
5c3b314
commit 6251e85
Showing
3 changed files
with
55 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
*.elc | ||
# Makefile prerequisites. | ||
*.el.d | ||
*-pkg.el | ||
*-autoloads.el |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters