aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (MH_E_DIR): New variable.Eli Zaretskii2008-12-271-0/+56
| | | | | | | | | | | | | | ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc) ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc) ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc) ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc) ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc) ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc) ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc) ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc) ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc) ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc) ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
* (compile-first): New target.Eli Zaretskii2008-11-221-1/+4
| | | | (recompile): Depend on compile-first.
* ($(lisp)/progmodes/cc-mode.elc): Remove.Eli Zaretskii2008-09-261-9/+48
| | | | | | | | | | ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc) ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc) ($(lisp)/progmodes/cc-engine.elc) ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc) ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc) ($(lisp)/progmodes/cc-subword.elc) ($(lisp)/progmodes/cc-vars.elc): New dependencies.
* ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an emptyEli Zaretskii2008-06-201-1/+24
| | | | | | | cus-load.el with `echo', and include "Local Variables" section to prevent the empty file from being compiled. (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets that generate an empty cus-load.el.
* (distclean): Depend on `clean'.Eli Zaretskii2008-06-201-2/+4
| | | | | (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~. (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
* * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):Juanma Barranquero2008-06-201-31/+15
| | | | | | | Don't copy ldefs-boot.el over loaddefs.el. (bootstrap-clean): Remove loaddefs.el and don't depend on it. (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars to loaddefs.el; they are not needed now. Add coding cookie.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-17/+14
|
* (AUTOGENEL): Add calc-loaddefs.el.Juanma Barranquero2008-04-101-1/+2
|
* (LOADDEFS): Add mh-loaddefs.el.Jason Rumney2008-04-091-45/+16
| | | | | | | ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule. (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove. (AUTOGENEL): New variable. (distclean, maintainer-clean): New targets.
* (WINS_ALMOST): Add org.Juanma Barranquero2008-03-231-0/+1
|
* ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)Eli Zaretskii2008-03-141-1/+29
| | | | | | ($(lisp)/calendar/hol-loaddefs.el): New targets. (LOADDEFS): New macro. (autoloads): Depend on $(LOADDEFS).
* (WINS_ALMOST): Remove term.Jason Rumney2008-02-231-5/+5
| | | | | (WINS): Add term here. (custom-deps, finder-data): Use WINS_ALMOST.
* Merge from emacs--devo--0Miles Bader2008-01-091-3/+3
|\ | | | | | | Revision: [email protected]/emacs--unicode--0--patch-312
| * Merge from emacs--rel--22Miles Bader2008-01-081-3/+3
| |\ | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-3/+3
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-161-11/+31
|\| | | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-300
| * | (check-declare): New target.Eli Zaretskii2007-12-081-11/+31
| | | | | | | | | | | | | | | | | | | | | | | | (BYTE_COMPILE_EXTRA_FLAGS): New variable. (.el.elc, compile-CMD, compile-SH, compile-always-CMD) (compile-always-SH, compile-calc-CMD, compile-calc-SH) ($(lisp)/progmodes/cc-mode.elc): Use it. ($(lisp)/progmodes/cc-mode.elc): New rule.
* | | Merge from emacs--devo--0Miles Bader2007-12-061-0/+1
|\| | | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-294
| * | (WIN_ALMOST): Maintain sorted.Juanma Barranquero2007-11-231-1/+1
| | |
| * | Initial merge of nxmlMark A. Hershberger2007-11-231-0/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-10-111-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: [email protected]/emacs--unicode--0--patch-257
| * | (update-authors): Add etc/ to AUTHORS.Juri Linkov2007-09-091-1/+1
| |/
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-238
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
| * (install-lisp-SH, install-lisp-CMD): New targets.Eli Zaretskii2007-07-201-3/+6
| | | | | | | | | | (install): Use them to copy all *.el files before *.elc. (clean): Don't delete *~.
| * (install-lisp-SH, install-lisp-CMD): New targets.Eli Zaretskii2007-07-131-1/+14
| | | | | | | | (install): Use them to copy all *.el files before *.elc.
| * ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.Eli Zaretskii2007-04-281-1/+3
| |
* | Merge from emacs--devo--0Miles Bader2007-07-241-2/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 816-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-235
| * | (install-lisp-CMD, install-lisp-SH): Don't create subdirectoriesEli Zaretskii2007-07-201-2/+3
| | | | | | | | | | | | in $(INSTALL_DIR)/lisp/ if they already exist.
* | | Merge from emacs--devo--0Miles Bader2007-07-181-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 814-815) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-232
| * | (clean): Don't delete *~.Eli Zaretskii2007-07-161-1/+3
| | |
* | | Merge from emacs--devo--0Miles Bader2007-07-151-1/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 806-813) - Merge from emacs--rel--22 - Update from CVS * emacs--rel--22 (patch 51-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-236) - Merge from emacs--devo--0 - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-230
| * | (install-lisp-SH, install-lisp-CMD): New targets.Eli Zaretskii2007-07-131-1/+14
| | | | | | | | | | | | (install): Use them to copy all *.el files before *.elc.
* | | Merge from emacs--devo--0Miles Bader2007-05-011-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 713-725) - Update from CVS - Merge from emacs--rel--22 - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change. - Merge from gnus--rel--5.10 * emacs--rel--22 (base, patch 1-5) - tag of [email protected]/emacs--devo--0--patch-709 - Sync to CVS tag EMACS_22_BRANCHPOINT - Sync to CVS branch EMACS_22_BASE - Update from CVS * gnus--rel--5.10 (patch 217) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-202
| * | ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.Eli Zaretskii2007-04-281-1/+3
| |/
* | Merge from emacs--devo--0Miles Bader2007-01-301-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-166
| * (finder-data, custom-deps): Depend on $(lisp)/loaddefs.el.Eli Zaretskii2007-01-261-2/+2
| |
* | Merge from emacs--devo--0Miles Bader2007-01-261-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: [email protected]/emacs--unicode--0--patch-162
| * Add 2007 to copyright years.Glenn Morris2007-01-211-3/+3
| |
* | Merge from emacs--devo--0Miles Bader2007-01-011-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-158
| * (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursiveEli Zaretskii2006-12-231-1/+6
| | | | | | | | | | Make, not implicitly through prerequisites, since the latter is wrong under parallel builds.
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: [email protected]/emacs--unicode--0--patch-156
| * Update copyright years.Glenn Morris2006-12-101-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-11-211-13/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-137
| * (setwins): Remove.Juanma Barranquero2006-11-081-13/+6
| | | | | | | | | | | | (WINS_ALMOST): New macro. (WINS): Use it. (autoloads): Don't extract autoloads from files in obsolete/.
* | Merge from emacs--devo--0Miles Bader2006-06-071-6/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-64
| * (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).Eli Zaretskii2006-06-051-4/+4
| |
| * (EMACS): Remove quotes from the Emacs executable file name.Eli Zaretskii2006-06-021-2/+5
| | | | | | | | (emacs): Enclose the value of $(EMACS) in quotes.
* | Revision: [email protected]/emacs--unicode--0--patch-9Miles Bader2006-02-011-8/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 16-33) - Update from CVS - Install ERC. - Fix ERC compiler warnings. - Use utf-8 encoding in ERC ChangeLogs. - Merge ERC-related Viper hacks into Viper. - Merge from erc--main--0 - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 8-13) - Merge from emacs--devo--0 - Update from CVS