| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (${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 |
| | | |||||
| * | (${archlibdir}): Don't do chown or chgrp. | Richard M. Stallman | 1993-11-24 | 1 | -7/+0 |
| | | |||||
| * | (install): Don't change mode or group when installing. | Richard M. Stallman | 1993-11-16 | 1 | -5/+0 |
| | | |||||
| * | (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd. | Roland McGrath | 1993-10-04 | 1 | -1/+1 |
| | | |||||
| * | Fixed typos or brainos of whoever though `@' was the comment char. | Roland McGrath | 1993-10-03 | 1 | -2/+2 |
| | | |||||
| * | (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current | Brian Fox | 1993-09-30 | 1 | -3/+6 |
| | | | | | | | directory. Only chmod and chgrp files that we installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in ${bindir}. (INSTALLFLAGS): Deleted definition, since it is an unused variable now. | ||||
| * | (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let configure figure out the | Brian Fox | 1993-09-28 | 1 | -47/+37 |
| | | | | | | | correct values for these variables. (archlibdir): Only install execuatables internally used by emacs; don't install bindir binaries here. | ||||
| * | (b2m, movemail, fakemail, env, emacsserver, emacsclient, getdate.o, | Roland McGrath | 1993-09-10 | 1 | -9/+9 |
| | | | | | | timer.o, timer): Remove `-I${srcdir}/../src', since it is already in CPP_FLAGS. | ||||
| * | (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir} | Roland McGrath | 1993-09-10 | 1 | -2/+2 |
| | | | | | -I${srcdir}/../src. | ||||
| * | (make-path): Dep on config.h. | Richard M. Stallman | 1993-08-12 | 1 | -1/+1 |
| | | |||||
| * | (etags): Depend on ../src/config.h. | Richard M. Stallman | 1993-07-21 | 1 | -1/+1 |
| | | |||||
| * | (install): Use .n, not .new, for temporary filenames. | Richard M. Stallman | 1993-07-19 | 1 | -7/+8 |
| | | |||||
| * | * Makefile.in (ctags): Depend on etags, so that parallel makes | Jim Blandy | 1993-06-22 | 1 | -1/+3 |
| | | | | | don't write etags.o files on top of each other. | ||||
| * | * Makefile.in: Remember, spaces are not tabs. | Jim Blandy | 1993-06-17 | 1 | -6/+6 |
| | | |||||
| * | Bring mumbleclean targets into conformance with GNU coding standards. | Jim Blandy | 1993-06-16 | 1 | -3/+9 |
| | | | | | | | * Makefile.in (distclean): Call clean to do most of the work. Delete aixcc.c and TAGS. (realclean): Just call distclean. | ||||
| * | (CPP_CFLAGS): New variable. | Richard M. Stallman | 1993-06-13 | 1 | -24/+31 |
| | | | | | | Use it instead of ALL_CFLAGS when compiling a .c file. (getopt.o, getopt1.o): Add explicit compilation commands. | ||||
| * | * configure.in: Test for bison. | Jim Blandy | 1993-06-09 | 1 | -0/+1 |
| | | | | | | | | * Makefile.in (YACC): New variable. (lib-src/Makefile.in): Edit YACC into the makefile. * Makefile.in (YACC): New variable, to be set by top-level Makefile. | ||||
| * | (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps. | Richard M. Stallman | 1993-06-02 | 1 | -1/+1 |
| | | |||||
| * | * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of | Jim Blandy | 1993-05-30 | 1 | -1/+1 |
| | | | | | | `(cd foo ; pwd)` to get the canonical name of a directory; cd might fail, and have pwd print out the current directory. | ||||
| * | (timer): Link with $(LOADLIBES). | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| | | |||||
| * | * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine | Jim Blandy | 1993-05-28 | 1 | -1/+1 |
| | | | | | description files can find their ancestors. | ||||
| * | (ALL_CFLAGS): Add -I../src | Richard M. Stallman | 1993-05-28 | 1 | -1/+2 |
| | | |||||
| * | (install): Get the scripts from ${srcdir}, unlike the executables. | Richard M. Stallman | 1993-05-28 | 1 | -1/+5 |
| | | |||||
| * | * Makefile.in (ALL_CFLAGS): Include -I${srcdir}. | Jim Blandy | 1993-05-27 | 1 | -3/+3 |
| | | | | | (getopt.o, getopt1.c): Use ${srcdir} as appropriate. | ||||
| * | * Makefile.in (install): Do install the programs listed in | Jim Blandy | 1993-05-27 | 1 | -2/+2 |
| | | | | | | INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and INSTALLABLE_SCRIPTS, instead of writing the programs out. | ||||
| * | (install): Don't handle INSTALLABLE_SCRIPTS | Richard M. Stallman | 1993-05-25 | 1 | -5/+7 |
| | | | | | | in first loop. Delete files from bindir before installing new ones. (ALL_CFLAGS): Use ${srcdir} to find .../src dir. | ||||