aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (ALLOCA_CFLAGS): New variable.Richard M. Stallman1994-07-121-0/+4
| | | | (alloca.o): New target.
* (test-distrib): Use ALL_CFLAGS.Richard M. Stallman1994-06-071-1/+1
|
* (distclean): Delete Makefile, Makefile.in, blessmail.Richard M. Stallman1994-05-281-0/+1
|
* (blessmail): Don't depend on ../src/emacs.Richard M. Stallman1994-05-271-1/+1
|
* (blessmail): Specify directory for blessmail.el.Richard M. Stallman1994-05-161-1/+1
|
* (maybe-blessmail): Mention bless-mail is in lib-src.Richard M. Stallman1994-05-121-1/+1
|
* Fix out of date comment.David J. MacKenzie1994-05-051-1/+1
|
* Put in a separator for where to start cpp procssing.Richard M. Stallman1994-05-051-90/+95
| | | | | | Move all autoconf substitutions above that point. Above that point, use Make-style comments. This goes with changes in ../configure.in.
* (maybe-blessmail): New target to print the blessmail warning message.Richard M. Stallman1994-05-041-11/+13
| | | | (${archlibdir}): Don't do it here. Don't depend on blessmail.
* (${archlibdir}): Be lenient about wc output format.Karl Heuer1994-05-021-2/+2
|
* (${archlibdir}): Don't run blessmail; insteadRichard M. Stallman1994-05-011-4/+11
| | | | | | | print advice to run it, if it has anything significant to do. And only if MOVEMAIL_NEEDS_BLESSING. (blessmail): Use emacs, not temacs. (configuration): Renamed from configname.
* C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.Karl Heuer1994-04-271-5/+11
|
* (etags, ctags): Make VERSION a string constant.Richard M. Stallman1994-04-231-2/+2
|
* (blessmail): New target.Karl Heuer1994-04-201-1/+23
| | | | ${archlibdir}: Use blessmail when installing movemail.
* Renamed from Makefile.in.Richard M. Stallman1994-04-161-70/+97
| | | | | | | | Makefile.in is now generated from it, and then preprocessed. Change comments to C syntax. Include config.h. (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined. (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
* (etags, ctags): Pass -D for VERSION.Richard M. Stallman1994-03-251-2/+2
|
* (UTILITIES): `env' deleted.Richard M. Stallman1994-03-201-4/+1
| | | | (env): Target deleted.
* (install, ${archlibdir}): Switch back to .. before running INSTALL_PROGRAM.Richard M. Stallman1994-03-141-4/+4
|
* (C_SWITCH_MACHINE): Get this from autoconf.Richard M. Stallman1994-02-091-3/+4
| | | | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
* (profile): New target.Richard M. Stallman1994-02-051-2/+5
| | | | (UTILITIES): Mention profile.
* (ALL_CFLAGS): Include LDFLAGS.Richard M. Stallman1994-01-021-23/+25
| | | | | | Use ALL_CFLAGS in all the rules that compile and link with one cmd. (LINK_CFLAGS): New variable. (timer): Use LINK_CFLAGS.
* (${archlibdir}, install): Use $(INSTALL_PROGRAM)Richard M. Stallman1993-12-241-11/+2
| | | | for all executables and scripts.
* (mostlyclean): Make it distinct from clean.Richard M. Stallman1993-11-261-2/+5
|