aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (libsrc_libs): Var deleted.Richard M. Stallman1994-07-071-3/+0
|
* (mkdir, removenullpaths): Put g in sed replace commands.Richard M. Stallman1994-07-071-2/+2
|
* (install-arch-indep): Use /bin/pwd uniformly, not pwd.Richard M. Stallman1994-05-271-11/+27
| | | | | | | | | | | | (uninstall): Use /bin/pwd. (blessmail): Depend on src. (all): Don't depend on blessmail. (src/paths.h): Don't force recomputation. (paths-force): New target; force recomputation of paths.h. (all): Depend on paths-force. (src, lib-src): Depend on src/paths.h.
* (mostlyclean, clean, distclean, realclean)Richard M. Stallman1994-05-211-4/+4
| | | | (extraclean): Don't act on man subdir if it doesn't exist.
* (lib-src): Don't depend on src/paths.h.Richard M. Stallman1994-05-201-1/+5
|
* (install): Depend on blessmail.Richard M. Stallman1994-05-121-1/+1
|
* (TAGS): Use the makefile in src subdir.Richard M. Stallman1994-05-121-2/+1
|
* (uninstall): When processing lispdir and etcdir,Richard M. Stallman1994-05-081-9/+11
| | | | do nothing unless it exists and is a directory.
* (install-arch-indep): Do install info/dired-x*.Richard M. Stallman1994-05-071-12/+9
| | | | | | Merge code in from install-doc. (install-doc): Merge code back into install-arch-indep. (install-arch-dep): Don't depend on install-doc.
* (lib-src): Undo previous change.Richard M. Stallman1994-05-041-4/+5
| | | | | (blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail.
* (lib-src): Depend on src.Richard M. Stallman1994-05-031-1/+4
|
* (lib-src): Depend on src/paths.h.Richard M. Stallman1994-04-281-1/+1
|
* (install-doc): New target.Karl Heuer1994-04-261-9/+12
| | | | | (install-arch-dep): Depend on install-doc. (mkdir): Create docdir.
* (.PHONY, install): Kill reference to obsolete do-install.Karl Heuer1994-04-231-4/+7
| | | | (install-arch-dep): Install under the name $(EMACS).
* (install-arch-indep): Don't install dired-x*.Richard M. Stallman1994-04-191-1/+1
|
* (MAKE): Don't just assign it--use @SET_MAKE@.Richard M. Stallman1994-04-141-1/+3
|
* (thisdir): Nonsensical variable removed.Roland McGrath1994-03-241-7/+5
| | | | | | | (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd back to $thisdir, rather than the directory `this_dir', which seems exceptionally unlikely to just happen to be a symlink to the Emacs build directory, which must have been the intent of the author.
* (install-arch-indep): Add missing backslash after a `then'.Roland McGrath1994-03-181-1/+1
|
* (thisdir): New variable.Richard M. Stallman1994-03-141-8/+12
| | | | (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
* Install DOC* in docdir.Karl Heuer1994-02-241-2/+2
|
* Use docdir to initialize PATH_DOC in paths.h.Karl Heuer1994-02-221-0/+4
|
* (install-arch-dep, install-arch-indep):Richard M. Stallman1994-02-201-6/+10
| | | | | New targets split up former do-install rule. (do-install): Target deleted.
* (lwlib/Makefile): New target.Richard M. Stallman1994-01-191-1/+16
| | | | | | | | (SUBDIR_MAKEFILES): Depend on lwlib/Makefile. (clean, mostlyclean, distclean, realclean): Handle lwlib subdir. (unlock, relock): Handle lwlib subdir. Add some .PHONY targets.
* (do-install): Install the dired-x info files.Richard M. Stallman1994-01-151-1/+1
|
* (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.Richard M. Stallman1994-01-021-1/+2
|
* (mkdir): Make only the lockdir writable.Richard M. Stallman1993-12-241-4/+8
| | | | | | | | (libdir): Use @libdir@. (install): Add empty command. (install): Depend on ${SUBDIR}, not `all'.
* (do-install): Use umask 022 in copying etc and lisp dirs.Richard M. Stallman1993-11-271-1/+1
|
* (mkdir): Ignore error from chmod.Richard M. Stallman1993-11-161-1/+1
|
* (VPATH): Define to @srcdir@.Roland McGrath1993-10-031-0/+3
|
* (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): If these filesBrian Fox1993-09-281-162/+77
| | | | | are out of date, simply have config.status rebuild them; don't rebuild them explicitly. Back out MAKEFLAGS change.
* (@rip_paths@locallisppath): Delete ${datadir}/emacs/site-lisp.Richard M. Stallman1993-09-201-1/+1
|
* (do-install): Don't abort if ln or chmod at the endBrian Fox1993-09-201-32/+33
| | | | | | | of the installation fail. Suggested by Karl Berry. (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make" was used. Set MAKEFLAGS from MFLAGS.
* (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Depend on vpath.sed.Roland McGrath1993-09-121-6/+9
| | | | Replace sed comand for VPATH with @vpath_sed@.
* (info, dvi, clean, mostlyclean, distclean, realclean, unlock, relock): UseRoland McGrath1993-09-101-26/+26
| | | | `$(MAKE)' in place of plain `make'.
* (do-install): Install info/sc*.Richard M. Stallman1993-08-111-1/+1
|
* (do-install): Install info/gnus*.Richard M. Stallman1993-08-111-1/+1
|
* * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the srcJim Blandy1993-07-181-0/+1
| | | | | | | directory's makefile. This allows the invocation of CPP which builds xmakefile to receive these switches. The SunSoft C preprocessor inserts spaces between tokens if it doesn't get the -Xs flag requested in src/s/sol2.h.
* * Makefile.in (top_distclean): Use -f switch when cleaning outJim Blandy1993-06-191-1/+1
| | | | lock dir; it might be empty.
* * Makefile.in (src/Makefile): Don't bother exiting single quotesJim Blandy1993-06-171-7/+7
| | | | | and entering double quotes to get the values of LD_SWITCH_X_SITE and the other make variables; make substitutes them in anyway.
* * Makefile.in (uninstall): Don't remove the lisp and etcJim Blandy1993-06-171-14/+16
| | | | directories if they're in the source tree.
* * Makefile.in (CPP): New variable.Jim Blandy1993-06-161-34/+86
| | | | | | | | | | | | | (src/Makefile): Edit CPP into src/Makefile. Bring mumbleclean targets into conformance with GNU coding standards. * Makefile.in (mostlyclean, clean): Separate these two; just have them pass the request to the subdirectory makefiles. (distclean): Pass the request down, and then get rid of the files configure built, and get rid of the Makefiles. (realclean): Pass the request down, and then do the same things distclean does. (uninstall, info, dvi): New targets.
* (TAGS): cd to src to run etags.Richard M. Stallman1993-06-161-2/+2
|
* * configure.in: Test for bison.Jim Blandy1993-06-091-0/+2
| | | | | | | * 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.
* (do-install): Partially rewrite using `if'.Richard M. Stallman1993-06-021-6/+9
|
* (do-install): Correct previous etc-copying change.Richard M. Stallman1993-06-011-3/+4
| | | | (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
* (do-install): Use `-' in tar options.Richard M. Stallman1993-05-311-2/+2
|
* (do-install): Copy the DOC-* files from the buildRichard M. Stallman1993-05-311-0/+5
| | | | etc directory, as well as lots of things from ${srcdir}/etc.
* Pass in LD_SWITCH_X_SITE.Jim Blandy1993-05-311-0/+1
|
* * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cdJim Blandy1993-05-301-4/+4
| | | | | | foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name of a directory; cd might fail, and have pwd print out the current directory.
* * Makefile.in: Use Makefile comments, not C comments.Jim Blandy1993-05-291-2/+2
|