aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
...
| * (WINS): Add erc.Juanma Barranquero2006-01-291-8/+13
| | | | | | | | (MH_E_SRC): Update (copied from lisp/Makefile.in).
* | Revision: [email protected]/emacs--unicode--0--patch-97Miles Bader2006-01-161-33/+43
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
| * (MH_E_SRC): Synchronize with Makefile.in.Eli Zaretskii2006-01-131-25/+26
| | | | | | | | | | | | | | (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright years. Fix small differences wrt Makefile.in. (recompile): Use --eval '(batch-byte-recompile-directory 0)', like Makefile.in does.
| * (cvs-update): New target.Eli Zaretskii2005-12-311-0/+3
| |
| * (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use w32-batch-update-autoloads,Eli Zaretskii2005-12-241-4/+4
| | | | | | | | and don't setq generated-autoload-file from the command line.
| * (autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)sEli Zaretskii2005-12-171-4/+6
| | | | | | | | | | | | should not be split between two lines, as that will break with GNU Make >3.80, when sh.exe is used and arg quoting is with '..'. (autoloads): Don't break the quoted --eval expression between several lines.
| * (autoloads): Use "." instead of $(lisp) in the list of directories passedEli Zaretskii2005-10-241-2/+6
| | | | | | | | to batch-update-autoloads. Add "." to the list of the echoed directories.
* | Revision: [email protected]/emacs--unicode--0--patch-95Miles Bader2006-01-161-22/+45
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 598-615) - Update from CVS - Remove lisp/toolbar directory - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 142-146) - Update from CVS
| * ($(lisp)/mh-e/mh-loaddefs.el): Bind find-file-suppress-same-file-warningsEli Zaretskii2005-10-201-0/+1
| | | | | | | | | | to t, to avoid warnings due to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
| * Moved all remaining images from lisp/toolbar to etc/images, movedBill Wohler2005-10-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low resolution images were placed in their own directory (low-color). Replaced underscore (_) in filenames with dash (-) per convention * make-dist: Create and populate etc/images/low-color. * admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list since it's gone. Also marked mh-e as done. * lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*: * lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*: * lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*: * lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*: * lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, * * lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*: * lisp/toolbar/saveas.*, lisp/toolbar/search.*: * lisp/toolbar/search-replace.*: lisp/toolbar/spell.*: * lisp/toolbar/undo.*: Moved to etc/images. * lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*. * lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*. * lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*. * lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*. * lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*. * lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*. * lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*. * lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*. * lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*. * lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*. * lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*. * lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*. * lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*. * lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*. * lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*. To conform with convention, the underscore (_) in the following image names were replaced with dash (-) or (/) as appropriate. * lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*. * lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*. * lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*. * lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*. * lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*. * lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*. * lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*. * lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*. * lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*. * lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*. * lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*. * lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*. * lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*. * lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*. * lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*. * lisp/info.el (info-tool-bar-map): Replaced underscores in image names with dashes. * lisp/makefile.w32-in (WINS): Removed toolbar. * lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in comment. * lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that lisp/toolbar is empty, it should be deleted when folks run "cvs up -P". * etc/images/README: Incorporated the content of lisp/toolbar/README now that all of the images are here.
| * Use $(lisp) when referencing files in the lisp directory.Jason Rumney2005-10-171-16/+16
| |
| * (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):Jason Rumney2005-10-171-6/+29
| | | | | | | | New targets for shell specific generation of mh-autoloads.
* | Revision: [email protected]/emacs--unicode--0--patch-91Miles Bader2005-10-151-4/+42
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 581-597) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 133-141) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: texi/gnus.texi (RSS): Fix key description. - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.
| * (MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested byBill Wohler2005-10-131-2/+2
| | | | | | | | David Robinow <[email protected]>.
| * (MH-E-SRC): New. Used by mh-autoloads.Bill Wohler2005-10-121-4/+42
| | | | | | | | | | | | (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any files in MH-E-SRC have been updated. (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
| |
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| |
| * (bootstrap): Remove the $(EMACS) binary after updating all theEli Zaretskii2005-07-021-0/+3
| | | | | | | | prerequisites.
* | Revision: [email protected]/emacs--unicode--0--patch-63Miles Bader2005-06-151-11/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 358-423) - Update from CVS - Remove "-face" suffix from widget faces - Remove "-face" suffix from custom faces - Remove "-face" suffix from change-log faces - Remove "-face" suffix from compilation faces - Remove "-face" suffix from diff-mode faces - lisp/longlines.el (longlines-visible-face): Face removed - Remove "-face" suffix from woman faces - Remove "-face" suffix from whitespace-highlight face - Remove "-face" suffix from ruler-mode faces - Remove "-face" suffix from show-paren faces - Remove "-face" suffix from log-view faces - Remove "-face" suffix from smerge faces - Remove "-face" suffix from show-tabs faces - Remove "-face" suffix from highlight-changes faces - Remove "-face" suffix from and downcase info faces - Remove "-face" suffix from pcvs faces - Update uses of renamed pcvs faces - Tweak ChangeLog - Remove "-face" suffix from strokes-char face - Remove "-face" suffix from compare-windows face - Remove "-face" suffix from calendar faces - Remove "-face" suffix from diary-button face - Remove "-face" suffix from testcover faces - Remove "-face" suffix from viper faces - Remove "-face" suffix from org faces - Remove "-face" suffix from sgml-namespace face - Remove "-face" suffix from table-cell face - Remove "-face" suffix from tex-mode faces - Remove "-face" suffix from texinfo-heading face - Remove "-face" suffix from flyspell faces - Remove "-face" suffix from gomoku faces - Remove "-face" suffix from mpuz faces - Merge from gnus--rel--5.10 - Remove "-face" suffix from Buffer-menu-buffer face - Remove "-face" suffix from antlr-mode faces - Remove "-face" suffix from ebrowse faces - Remove "-face" suffix from flymake faces - Remove "-face" suffix from idlwave faces - Remove "-face" suffix from sh-script faces - Remove "-face" suffix from vhdl-mode faces - Remove "-face" suffix from which-func face - Remove "-face" suffix from cperl-mode faces - Remove "-face" suffix from ld-script faces - Fix cperl-mode font-lock problem - Tweak which-func face * gnus--rel--5.10 (patch 80-82) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,Eli Zaretskii2005-06-121-11/+9
| | | | | | | | as in Makefile.in.
* | Revision: [email protected]/emacs--unicode--0--patch-37Miles Bader2005-04-141-85/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 241-257) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 59-65) - Update from CVS - Merge from emacs--cvs-trunk--0 - (mm-string-to-multibyte): Use Gnus trunk definition.
| * (DONTCOMPILE): Remove list.Lute Kamstra2005-04-131-87/+16
| | | | | | | | | | (compile, compile-always): Fix comments. (update-authors): Load the library in which batch-update-authors is defined.
* | Revision: [email protected]/emacs--unicode--0--patch-69Miles Bader2004-11-041-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-643 - [email protected]/emacs--cvs-trunk--0--patch-649 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-650 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-651 - [email protected]/emacs--cvs-trunk--0--patch-655 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-656 Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo. * [email protected]/emacs--cvs-trunk--0--patch-657 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-658 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-659 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-660 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-661 - [email protected]/emacs--cvs-trunk--0--patch-667 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-668 Merge from gnus--rel--5.10 * [email protected]/gnus--rel--5.10--patch-61 - [email protected]/gnus--rel--5.10--patch-68 Update from CVS
| * (custom-deps, autoloads): Fix *-hooks -> *-hook.Stefan Monnier2004-10-301-2/+2
| |
* | Revision: [email protected]/emacs--unicode--0--patch-35Miles Bader2004-09-051-7/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix damage caused by trunk merge in emacs--unicode--0--patch-15 Some files in the emacs--cvs-trunk--0 branch had their arch id-tag changed from tagline to explicit [because they were used as template files, and their syntax didn't accommodate stripping comments, so the the generated files caused id-tag conflicts when an in-tree build was done]. Unfortunately arch doesn't handle id-tag changes well, so this resulted in the files appearing to be deleted, and then added again. When that changeset was merged into the unicode branch, it resulted in unicode-specific changes being dropped, and the trunk version being added. To fix this, I restored these files to their pre-merge versions (from emacs--unicode--0--patch-14), and then manually reapplied all changes from: (1) the unicode branch from the bogus merge point to the current version (emacs--unicode--0--patch-15 - emacs--unicode--0--patch-34) (2) the trunk from the bogus merge point to the latest version which was merged into the unicode branch (emacs--cvs-trunk--0--patch-218 - emacs--cvs-trunk--0--patch-522) and fixed any conflicts (mostly due to doubly-applied patch hunks that patch couldn't detect).
* Removed the various "echo." lines from lisp\makefile.w32-in and ↵Ben Key2004-07-241-1/+1
| | | | | | | | | | | | | | | | | | | nt\makefile.w32-in. They caused mingw32-make.exe bootstrap to fail with the following error if cmd.exe was being used as the shell: "process_begin: CreateProcess((null), echo., ...) failed." I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ." This writes a . to the screen but that is far more desirable than make bootstrap failing. I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; ...". This writes an extra comment line to loaddefs.el. Again this is far more desirable than make bootstrap failing. NOTE: I am using cmd.exe as my shell when building Emacs with MinGW instead of the sh.exe that comes with msys because when I use sh.exe as my shell, loaddefs.el does not get properly generated and I get various auto load errors.
* Double percent signs in for loops.Jason Rumney2004-06-181-11/+11
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-2/+0
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-1/+1
|
* (WINS): Add url/ directory.Juanma Barranquero2004-04-211-2/+3
|
* (DONTCOMPILE): Add kannada.el.Kenichi Handa2003-11-081-0/+1
|
* (DONTCOMPILE, bootstrap-clean-CMD)Eli Zaretskii2003-10-041-3/+3
| | | | (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
* Revision: [email protected]/emacs--cvs-trunk--0--patch-48Miles Bader2003-09-161-5/+17
| | | | Add loaddefs.el bootstrapping to lisp/makefile.w32-in
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (DONTCOMPILE): Add malayalam.el and tamil.el.Juanma Barranquero2003-02-111-0/+2
|
* (update-subdirs-SH): Create lisp/subdirs.el.Juanma Barranquero2003-01-271-0/+1
|
* * mh-e: Created directory. ChangeLog will appear in a week when weBill Wohler2003-01-261-0/+1
| | | | | | | | | | | | | | | | | release version 7.2. * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el, lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el, lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el, lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and reply2.xpm, which were created by the MH-E package, were left in mail since they can probably be used by other mail packages. * makefile.w32-in (WINS): Added mh-e. * makefile.nt (WINS): Added mh-e.
* (loaddefs.el): Invoke make to build stub fileAndrew Innes2003-01-151-8/+39
| | | | | | | | | | | | | | using appropriate rule for build environment. (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set of autoloads and defvars, sufficient to dump bootstrap emacs. (update-subdirs-SH): Use hard-coded list of top-level lisp subdirs, because find program on Windows is not compatible with Unix find. (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'. Explicitly load loaddefs.el so that bootstrap emacs can compile properly. (bootstrap-clean): Add dependency on loaddefs.el, to ensure minimal stub sufficient for dumping bootstrap emacs is available.
* Add "no-byte-compile: t" to subdirs.el.Juanma Barranquero2002-10-011-6/+7
|
* (WINS): Add calc and obsolete.Juanma Barranquero2002-08-261-0/+2
|
* (compile-after-backup): Renamed from `compile'.Richard M. Stallman2002-08-011-5/+5
| | | | | | | Use `compile-always'. (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'. (compile): Renamed from `compile-files'. (compile-CMD, compile-SH): Renamed from `compile-files-*'.
* (update-subdirs-CMD): Generate the right list of subdirectories. FromJuanma Barranquero2002-07-311-3/+3
| | | | Tak Ota <[email protected]>.
* Revert some changes from 2002-07-23 because they don't work on MSVC/nmake ↵Juanma Barranquero2002-07-311-11/+7
| | | | builds.
* (DONTCOMPILE): Remove cus-start.el.Andrew Innes2002-07-231-18/+78
| | | | | | | | | | | | | | (DONTCOMPILE): Add various language files. (DONTCOMPILE): Remove term/xterm.el. (finder-inf.el): Remove. (update-authors): New target. (TAGS-LISP): Remove $(lispsource). (compile-always): Renamed from `compile-files'. (compile): New target, adapted from `compile-files'. (compile-calc): New target. (recompile): Change `.' to $(lisp). (bootstrap): Add update-subdirs and finder-data to dependencies; change compile-files to compile.
* (bootstrap-clean-SH): Use for loop, instead ofAndrew Innes2002-03-271-1/+2
| | | | relying on shell globbing.
* (WINS): Make sure it has a tab and not spaces.Juanma Barranquero2002-03-261-1/+1
|
* (WINS): Add the toolbar directory.Juanma Barranquero2002-03-261-1/+2
|
* (bootstrap-clean-CMD, bootstrap-clean-SH): Don'tAndrew Innes2001-11-051-2/+2
| | | | attempt to remake autoloads before nuking .elc files.