| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment fixes. | Karl Heuer | 1996-02-17 | 1 | -2/+2 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (install): Turn on read/execute permission. | Richard M. Stallman | 1995-12-27 | 1 | -0/+2 |
| | | |||||
| * | (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD. | Karl Heuer | 1995-12-21 | 1 | -6/+6 |
| | | | | | (LOADLIBES): Use LIB_STANDARD_LIBSRC. | ||||
| * | * Makefile.in (ctags): depend on etags only for simplicity; | Francesco Potortì | 1995-12-07 | 1 | -2/+2 |
| | | | | | compile with regexp support enabled. | ||||
| * | (regex.o): Depend on ../src/config.h. | Richard M. Stallman | 1995-11-14 | 1 | -1/+1 |
| | | |||||
| * | (LIB_STANDARD): Extract this as in src/Makefile.in. | Richard M. Stallman | 1995-11-12 | 1 | -1/+12 |
| | | | | | (LOADLIBES): Use LIB_STANDARD. | ||||
| * | (getdate.o, movemail.o): Specify -Demacs. | Richard M. Stallman | 1995-10-30 | 1 | -6/+8 |
| | | | | | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs. | ||||
| * | (getdate.c): New target. | Richard M. Stallman | 1995-08-18 | 1 | -4/+6 |
| | | | | | (getdate.o): Just compile getdate.c. | ||||
| * | (distclean): Delete Makefile.c, not Makefile.in. | Richard M. Stallman | 1995-07-18 | 1 | -2/+2 |
| | | |||||
| * | (tags): Synonym for `TAGS'. | Karl Heuer | 1995-07-17 | 1 | -0/+1 |
| | | |||||
| * | (install, maybe-blessmail): Don't cd ..; | Karl Heuer | 1995-07-16 | 1 | -4/+4 |
| | | | | | configure has already set $(INSTALL) to the proper relative path. | ||||
| * | (extraclean): Depend on maintainer-clean, not | Karl Heuer | 1995-04-26 | 1 | -1/+1 |
| | | | | | realclean. | ||||
| * | [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS): | Richard M. Stallman | 1995-04-25 | 1 | -0/+6 |
| | | | | | Alternative (empty) definitions. | ||||
| * | (all): Build test-distrib and make-docfile. | Richard M. Stallman | 1995-04-13 | 1 | -1/+1 |
| | | |||||
| * | (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS. | Richard M. Stallman | 1995-04-08 | 1 | -3/+4 |
| | | | | | (alloca.o, regex.o): Use BASE_CFLAGS. | ||||
| * | (aixcc, aixcc.c): Targets deleted. | Karl Heuer | 1995-04-04 | 1 | -9/+2 |
| | | | | | (SOURCES, distclean): Removed obsolete references to aixcc. | ||||
| * | (maintainer-clean): Renamed from realclean. | Richard M. Stallman | 1995-02-07 | 1 | -1/+1 |
| | | |||||
| * | (regex.o): Use full path to find regex.c. | Karl Heuer | 1994-10-17 | 1 | -1/+1 |
| | | |||||
| * | (etags): add dependency on regex.o, link with it. | Karl Heuer | 1994-10-17 | 1 | -2/+7 |
| | | | | | (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added. | ||||
| * | remove make-path | David J. MacKenzie | 1994-10-12 | 1 | -5/+5 |
| | | |||||
| * | (libexecdir): Renamed from libdir. | Richard M. Stallman | 1994-10-11 | 1 | -2/+2 |
| | | |||||
| * | (clean): rm DOC/* and *.tab.[ch]. | Richard M. Stallman | 1994-10-11 | 1 | -1/+2 |
| | | | | | (distclean): Not here. | ||||
| * | (MOVE_FLAGS, MOVE_LIBS): New variables. | Richard M. Stallman | 1994-09-27 | 1 | -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. Stallman | 1994-09-23 | 1 | -2/+4 |
| | | | | | | (DONT_INSTALL): New variable--list those files here. (clean): Delete the files in DONT_INSTALL. | ||||
| * | (${archlibdir}): Compare the proper dir | Richard M. Stallman | 1994-07-29 | 1 | -0/+3 |
| | | | | | before installing the scripts. | ||||
| * | Add #undef alloca. | Richard M. Stallman | 1994-07-25 | 1 | -0/+6 |
| | | |||||
| * | (ALLOCA_CFLAGS): New variable. | Richard M. Stallman | 1994-07-12 | 1 | -0/+4 |
| | | | | | (alloca.o): New target. | ||||
| * | (test-distrib): Use ALL_CFLAGS. | Richard M. Stallman | 1994-06-07 | 1 | -1/+1 |
| | | |||||
| * | (distclean): Delete Makefile, Makefile.in, blessmail. | Richard M. Stallman | 1994-05-28 | 1 | -0/+1 |
| | | |||||
| * | (blessmail): Don't depend on ../src/emacs. | Richard M. Stallman | 1994-05-27 | 1 | -1/+1 |
| | | |||||
| * | (blessmail): Specify directory for blessmail.el. | Richard M. Stallman | 1994-05-16 | 1 | -1/+1 |
| | | |||||
| * | (maybe-blessmail): Mention bless-mail is in lib-src. | Richard M. Stallman | 1994-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix out of date comment. | David J. MacKenzie | 1994-05-05 | 1 | -1/+1 |
| | | |||||
| * | Put in a separator for where to start cpp procssing. | Richard M. Stallman | 1994-05-05 | 1 | -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. Stallman | 1994-05-04 | 1 | -11/+13 |
| | | | | | (${archlibdir}): Don't do it here. Don't depend on blessmail. | ||||
| * | (${archlibdir}): Be lenient about wc output format. | Karl Heuer | 1994-05-02 | 1 | -2/+2 |
| | | |||||
| * | (${archlibdir}): Don't run blessmail; instead | Richard M. Stallman | 1994-05-01 | 1 | -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 Heuer | 1994-04-27 | 1 | -5/+11 |
| | | |||||
| * | (etags, ctags): Make VERSION a string constant. | Richard M. Stallman | 1994-04-23 | 1 | -2/+2 |
| | | |||||
| * | (blessmail): New target. | Karl Heuer | 1994-04-20 | 1 | -1/+23 |
| | | | | | ${archlibdir}: Use blessmail when installing movemail. | ||||
| * | Renamed from Makefile.in. | Richard M. Stallman | 1994-04-16 | 1 | -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. Stallman | 1994-03-25 | 1 | -2/+2 |
| | | |||||
| * | (UTILITIES): `env' deleted. | Richard M. Stallman | 1994-03-20 | 1 | -4/+1 |
| | | | | | (env): Target deleted. | ||||
| * | (install, ${archlibdir}): Switch back to .. before running INSTALL_PROGRAM. | Richard M. Stallman | 1994-03-14 | 1 | -4/+4 |
| | | |||||
| * | (C_SWITCH_MACHINE): Get this from autoconf. | Richard M. Stallman | 1994-02-09 | 1 | -3/+4 |
| | | | | | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE. | ||||
| * | (profile): New target. | Richard M. Stallman | 1994-02-05 | 1 | -2/+5 |
| | | | | | (UTILITIES): Mention profile. | ||||
| * | (ALL_CFLAGS): Include LDFLAGS. | Richard M. Stallman | 1994-01-02 | 1 | -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. Stallman | 1993-12-24 | 1 | -11/+2 |
| | | | | | for all executables and scripts. | ||||
| * | (mostlyclean): Make it distinct from clean. | Richard M. Stallman | 1993-11-26 | 1 | -2/+5 |
| | | |||||