aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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 <klmitch@mit.edu>.
* (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
|
* Also remove -DETAGS_REGEXPS from the target ctags:Francesco Potortì1997-06-021-1/+1
|
* * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it isFrancesco Potortì1997-05-301-1/+1
| | | | defined inside etags.c if HAVE_CONFIG_H is defined.
* (movemail)): Link with getopt.Richard M. Stallman1997-01-211-2/+2
|
* (LIBMAIL): New macro. Conditionally includes -lmail.Richard M. Stallman1996-12-181-1/+5
| | | | (movemail): Use LIBMAIL, to link against -lmail.
* (emacsclient): Link with getopt.Richard M. Stallman1996-09-011-2/+4
| | | | Add -DVERSION so emacsclient knows its version number.
* (blessmail): Use $srcdir to find blessmail.el.Richard M. Stallman1996-08-311-1/+1
|
* (INSTALL_STRIP): New variable.Richard M. Stallman1996-08-281-11/+19
| | | | | | | (${archlibdir}): Use INSTALL_STRIP. (MOVE_LIBS): Use conditionals on KERBEROS, HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
* (MOVE_LIBS): Use conditionals onRichard M. Stallman1996-08-261-8/+13
| | | | KERBEROS, HAVE_LIBKRB and HAVE_LIBDES to set it up.
* (timer, timer.o, getdate.o, $(srcdir)/getdate.c)Richard M. Stallman1996-06-211-19/+2
| | | | | (wakeup): Targets deleted. (UTILITIES): Delete wakeup and timer.
* Comment fixes.Karl Heuer1996-02-171-2/+2
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (install): Turn on read/execute permission.Richard M. Stallman1995-12-271-0/+2
|
* (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.Karl Heuer1995-12-211-6/+6
| | | | (LOADLIBES): Use LIB_STANDARD_LIBSRC.
* * Makefile.in (ctags): depend on etags only for simplicity;Francesco Potortì1995-12-071-2/+2
| | | | compile with regexp support enabled.
* (regex.o): Depend on ../src/config.h.Richard M. Stallman1995-11-141-1/+1
|
* (LIB_STANDARD): Extract this as in src/Makefile.in.Richard M. Stallman1995-11-121-1/+12
| | | | (LOADLIBES): Use LIB_STANDARD.
* (getdate.o, movemail.o): Specify -Demacs.Richard M. Stallman1995-10-301-6/+8
| | | | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
* (getdate.c): New target.Richard M. Stallman1995-08-181-4/+6
| | | | (getdate.o): Just compile getdate.c.
* (distclean): Delete Makefile.c, not Makefile.in.Richard M. Stallman1995-07-181-2/+2
|
* (tags): Synonym for `TAGS'.Karl Heuer1995-07-171-0/+1
|
* (install, maybe-blessmail): Don't cd ..;Karl Heuer1995-07-161-4/+4
| | | | configure has already set $(INSTALL) to the proper relative path.
* (extraclean): Depend on maintainer-clean, notKarl Heuer1995-04-261-1/+1
| | | | realclean.
* [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):Richard M. Stallman1995-04-251-0/+6
| | | | Alternative (empty) definitions.
* (all): Build test-distrib and make-docfile.Richard M. Stallman1995-04-131-1/+1
|
* (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.Richard M. Stallman1995-04-081-3/+4
| | | | (alloca.o, regex.o): Use BASE_CFLAGS.
* (aixcc, aixcc.c): Targets deleted.Karl Heuer1995-04-041-9/+2
| | | | (SOURCES, distclean): Removed obsolete references to aixcc.
* (maintainer-clean): Renamed from realclean.Richard M. Stallman1995-02-071-1/+1
|
* (regex.o): Use full path to find regex.c.Karl Heuer1994-10-171-1/+1
|
* (etags): add dependency on regex.o, link with it.Karl Heuer1994-10-171-2/+7
| | | | (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
* remove make-pathDavid J. MacKenzie1994-10-121-5/+5
|
* (libexecdir): Renamed from libdir.Richard M. Stallman1994-10-111-2/+2
|
* (clean): rm DOC/* and *.tab.[ch].Richard M. Stallman1994-10-111-1/+2
| | | | (distclean): Not here.
* (MOVE_FLAGS, MOVE_LIBS): New variables.Richard M. Stallman1994-09-271-2/+32
| | | | | (pop.o, movemail.o): New targets. (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
* (UTILITIES): Remove test-distrib, make-docfile, make-path.Richard M. Stallman1994-09-231-2/+4
| | | | | (DONT_INSTALL): New variable--list those files here. (clean): Delete the files in DONT_INSTALL.
* (${archlibdir}): Compare the proper dirRichard M. Stallman1994-07-291-0/+3
| | | | before installing the scripts.
* Add #undef alloca.Richard M. Stallman1994-07-251-0/+6
|