aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ($(BLD)/yow.$(O)): Remove target.Eli Zaretskii2006-06-091-5/+0
|
* (ALL): Add sorted-doc and digest-doc.Eli Zaretskii2006-06-031-9/+18
| | | | | | | | ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) ($(BLD)/test-distrib.exe): New targets. (sorted-doc, digest-doc, test-distrib): New targets. (install): Install sorted-doc.exe and digest-doc.exe. ($(BLD)/sorted-doc.$(O)): Update dependencies.
* Delete traces of leditcfns.c.Eli Zaretskii2006-06-031-2/+0
|
* (lisp1): Add fringe.elc.Eli Zaretskii2006-05-131-0/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (lisp1): Add image.elc, international/fontset.elc, dnd.elc, mwheel.elc,Eli Zaretskii2005-12-301-0/+5
| | | | and tool-bar.elc.
* (MOUSE_SUPPORT): Add tooltip.elc.Eli Zaretskii2005-12-301-6/+15
| | | | | | | | (lisp1): Add rfn-eshadow.elc, international/utf-16.elc. Rearrange the list to be similar to $(shortlisp) in src/Makefile.in. (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in src/Makefile.in.
* (../src/config.h): Don't overwrite. Print a message instead.Jason Rumney2005-09-111-3/+3
| | | | (../src/paths.h): Removed.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
|
* (clean): Delete getopt.h.Juanma Barranquero2005-07-281-0/+3
| | | | (getopt.h): New rule.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* ($(DOC)): Fix last change.Eli Zaretskii2005-06-131-1/+1
|
* ($(DOC)): Depend on make-docfile.exe, temacs.exe,Eli Zaretskii2005-06-121-1/+1
| | | | | and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding.
* * makefile.w32-in (obj): Add all files (X and Mac) to doc so theJan Djärv2004-11-091-2/+23
| | | | resulting DOC file can be used on Unix/Mac also.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+1
| | | | | | | | | | | | | 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.
* (obj): Add image.c.Juanma Barranquero2004-06-021-1/+1
|
* (lisp1, lisp2): Split lisp to avoid long command-lines.Jason Rumney2004-05-081-3/+6
|
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-1/+1
|
* (obj): Add fringe.c.Juanma Barranquero2004-03-011-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which areJuanma Barranquero2003-05-311-4/+4
| | | | now in emacs-lisp.
* (lisp): Add malayalam.el and tamil.el.Juanma Barranquero2003-02-111-0/+2
|
* ($(DOC)): Use -o and -a options to make-docfile,Andrew Innes2002-12-181-2/+2
| | | | because GNU make doesn't append when using >> redirection.
* Fixed a bug in makefile.w32-in that caused the documentation for the built ↵Ben Key2002-11-191-2/+1
| | | | in function play-sound-internal not to be included in /etc/DOC.
* (lisp): Load devanagari.el, not .elc.Juanma Barranquero2002-10-041-7/+7
|
* Remove references to emacsserver.Stefan Monnier2002-09-251-7/+0
|
* (lisp): Add international/ucs-tables.elc and font-core.elc.Juanma Barranquero2002-06-131-0/+2
|
* Move backquote.elc into emacs-lisp.Jason Rumney2002-03-281-1/+1
|
* Add missing backslash.Juanma Barranquero2002-02-251-1/+1
|
* (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.Jason Rumney2002-02-241-54/+64
| | | | | (lisp): Sync with list in src/Makefile.in (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
* Remove mocklisp files.Pavel Janík2001-12-221-1/+1
|
* (FACE_SUPPORT): Andrew Innes2001-12-031-61/+61
| | | | | | | | | (MOUSE_SUPPORT): (FLOAT_SUPPORT): (WINNT_SUPPORT): (lisp): Reference .el files instead of .elc files, to simplify bootstrapping. ($(DOC)): Change dependency to just `make-docfile'.
* (install): Do not copy fakemail.Andrew Innes2001-10-121-1/+0
|
* Remove fakemail from ALLJason Rumney2001-10-101-2/+1
|
* (lisp): Synchronize with src/Makefile.in.Eli Zaretskii2001-08-291-1/+12
|
* Fix copyright notice.Andrew Innes2001-02-241-2/+2
|
* ($(BLD)/movemail.$(O)): Remove reference toAndrew Innes2001-02-221-2/+0
| | | | | VMS header files. ($(BLD)/profile.$(O)): Ditto.
* ($(DOC)): Use $(THISDIR) instead of . inAndrew Innes2001-02-051-2/+2
| | | | invocation of make-docfile, to work with Windows 2000.
* (clean): Delete $(COMPILER_TEMP_FILES) insteadAndrew Innes2001-01-061-1/+1
| | | | of *.pdb.
* (LOCAL_FLAGS): Remove -DVERSION flag, since weAndrew Innes2000-12-061-1/+1
| | | | | don't know the real version, and I can't seem to get the quoting right in all circumstances.
* ($(BLD)/ebrowse.exe): Use tabs not spaces.Andrew Innes2000-11-301-2/+2
| | | | (install): Ditto.
* (ebrowse): New target.Jason Rumney2000-11-231-2/+13
| | | | (LOCAL_FLAGS): Add -DVERSION flag.
* Revert to Unix line endings.Andrew Innes2000-09-141-400/+400
|
* Change to DOS line endings.Andrew Innes2000-09-031-400/+400
|
* fix line endingsAndrew Innes2000-08-231-0/+400