aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* (etags, ctags): define EMACS_NAME as "GNU Emacs".Francesco Potortì2007-02-261-2/+2
|
* Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):Glenn Morris2007-02-201-1/+5
| | | | | (EMACS, EMACSOPT): New variables. (blessmail): Use `--no-site-file' when compiling.
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* Installed [[email protected]: use INSTALL_SCRIPT in lib-src] patchRamprasad B2006-11-031-2/+3
|
* (UTILITIES): Remove yow${EXEEXT}.Eli Zaretskii2006-06-091-4/+1
| | | | yow${EXEEXT}: Remove target.
* Add DESTDIR variable to install and uninstall targets to support stagedEli Zaretskii2006-03-031-22/+22
| | | | installations.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (update-game-score.o): Delete spurious final `\'.Richard M. Stallman2005-12-221-1/+1
|
* (update-game-score.o): New target.Richard M. Stallman2005-09-151-3/+5
| | | | | Compile and link this progranm separately. (update-game-score${EXEEXT}): Use GETOPTDEPTS.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
|
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+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.
* (emacsclient${EXEEXT}): Use makefile var `version'.Thien-Thi Nguyen2004-05-081-2/+2
|
* Correct some arch-tag: comment typesMiles Bader2003-09-021-1/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Remove obsolete references to alloca.Dave Love2003-08-201-12/+3
|
* Define LIBS_MAIL=-llockfile.Dave Love2003-05-201-0/+4
|
* (EXEEXT): Define to @EXEEXT@ and use this variableAndreas Schwab2003-02-081-29/+31
| | | | instead of the substitution.
* Cygwin support patch.Juanma Barranquero2003-01-311-30/+30
|
* Fix last change (use C syntax for comments).Markus Rost2003-01-211-2/+2
|
* (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.Richard M. Stallman2003-01-201-1/+15
|
* (${archlibdir}): Ignore errors operating on $(gamedir).Richard M. Stallman2002-11-181-1/+1
|
* (YACC): Deleted.Dave Love2002-11-141-1/+0
|
* (${archlibdir}): Always create $(gamedir).Andreas Schwab2002-10-191-10/+12
| | | | (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
* Remove references to emacsserver.Stefan Monnier2002-09-251-4/+1
|
* (localstatedir): New variable.Andreas Schwab2002-07-301-1/+4
|
* (LIBS_MAIL): Renamed from LIB_MAIL.Richard M. Stallman2002-05-301-3/+3
| | | | (LIBS_MOVE): Renamed from MOVE_LIBS.
* (${archlibdir}): Don't conditionalize onColin Walters2002-04-291-11/+10
| | | | | HAVE_SHARED_GAME_DIR. Instead, test at installation time whether or not we have access to the specified game user.
* (gamedir, gameuser): New variables.Colin Walters2002-04-101-2/+19
| | | | | (toplevel, UTILITIES): Add update-game-score. (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
* (clean): Don't delete ../etc/DOC*.Richard M. Stallman2001-12-111-1/+1
|
* Add support for --program-prefix, --program-suffixPavel Janík2001-11-151-5/+10
| | | | and --program-transform-name options.
* fix build problems with krb5 and hesiod supportKen Raeburn2001-10-241-2/+12
|
* (profile, make-docfile, hexl): Depend on config.h.Eli Zaretskii2000-08-291-3/+3
|
* (alloca.o): Add -Demacs so that alloca will useGerd Moellmann2000-07-141-1/+1
| | | | xmalloc.
* (INSTALLABLES): Add ebrowse.Gerd Moellmann2000-04-091-1/+4
| | | | (ebrowse): New target.
* (b2m): Add dependency on GETOPTDEPS.Gerd Moellmann1999-11-131-1/+1
|
* (pop.o): Depend on config.h.Dave Love1999-10-151-1/+1
|
* (INSTALLABLE_SCRIPTS): Add grep-changelog.Gerd Moellmann1999-08-101-1/+1
|
* (clean): remove fns*.el.Richard M. Stallman1999-06-301-1/+1
|
* (yow): Depend on epaths.h, not paths.h.Richard M. Stallman1999-02-261-1/+1
|
* Replace tabs with spacesRichard M. Stallman1998-10-131-7/+7
| | | | when they might confuse some Make versions.
* (REGEXPDEPS, regex.o):Richard M. Stallman1998-08-021-2/+4
| | | | Prepend $(srcdir)/ to rule dependencies outside this dir.
* Properly terminate a comment.Richard M. Stallman1998-06-061-1/+1
|
* Undo previous change.Richard M. Stallman1998-05-251-13/+4
|
* Integrate support for GSS-APIKarl Heuer1998-04-061-4/+13
| | | | authentication, implemented by Kevin L. Mitchel <[email protected]>.
* (install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.Richard M. Stallman1998-03-061-1/+1
|
* (b2m): Define VERSION. Link with $(GETOPTOBJS).Karl Heuer1997-11-231-1/+2
|
* Support auto-configuration of both Kerberos V4 andRichard M. Stallman1997-07-281-13/+25
| | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries.
* (blessmail): Find blessmail.el in mail subdirectory.Richard M. Stallman1997-06-271-1/+1
|