summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
|
* * Makefile.in (src:, lib-src:, FRC:): force the src and lib-srcJim Blandy1993-05-291-4/+7
| | | | | targets to be executed even if make remembers that it has already stisfied FRC.
* (do-install): Delete redundant code to copy etc twice.Richard M. Stallman1993-05-291-9/+0
|
* * make-dist: Make a `site-lisp' directory in the distribution,Jim Blandy1993-05-281-1/+1
| | | | | | | instead of a `local-lisp' directory, which hasn't been the appropriate name for a long time. * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory from the distribution first, then /usr/local/lib/emacs/site-lisp.
* * Makefile.in (do-install): Correctly detect if ./etc andJim Blandy1993-05-281-1/+1
| | | | ${srcdir}/etc are the same.
* (do-install): Add `shift' command.Richard M. Stallman1993-05-271-0/+1
|
* (COPYDESTS, COPYDIR): Delete external-lisp dir.Richard M. Stallman1993-05-271-9/+2
| | | | (externallispdir): Var deleted.
* (do-install): Delete the dest dir, not the source dir,Richard M. Stallman1993-05-271-1/+1
| | | | when they are different.
* * Makefile.in (${SUBDIR}): Pass the value of the make variable toJim Blandy1993-05-271-2/+2
| | | | subdirectory makes.
* * Makefile.in (mkdir): Make all the directories in locallisppath.Jim Blandy1993-05-261-1/+2
|
* * Makefile.in (do-install): Don't remove a destination directoryJim Blandy1993-05-261-10/+25
| | | | | | | | | | if it's the same as the source. If ${srcdir}/info == ${infodir}, don't try to copy the info files. * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this doesn't work if you're not using a separate source directory. (do-install): Copy the build tree's etc directory only after making sure it's not also the source tree's etc directory.
* (INSTALL): Add definition.Richard M. Stallman1993-05-251-0/+1
|
* * Makefile.in (srcdir): Remove comment saying this doesn't work.Jim Blandy1993-05-251-2/+1
|
* * Makefile.in (src/paths.h): Edit the `infodir' variable into thisJim Blandy1993-05-251-4/+12
| | | | | | | | | | | | | | too, as the value of the PATH_INFO macro. * Makefile.in (install): Split this into `install' and `do-install', to give people more control over exactly what gets done. (do-install): New target, containing the guts of `install'. Don't remove and recreate the directories inside the copying loop - do it all before the copying loop. Pass more flags to the lib-src make. (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to avoid errors and warnings.
* * Makefile.in: Doc fix.Jim Blandy1993-05-241-2/+2
|
* * configure.in: Add support for the `--exec-prefix' option.Jim Blandy1993-05-241-4/+3
| | | | | | | | * Makefile.in: Accept that support. * configure.in: Use the AC_PROG_INSTALL macro. * Makefile.in (INSTALL): Variable removed. (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
* * Makefile.in (C_SWITCH_X_SITE): New variable - get this fromJim Blandy1993-05-231-0/+2
| | | | | configure.in. (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
* * configure.in: Implement the --prefix option.Jim Blandy1993-05-231-7/+5
| | | | | | | * Makefile.in (prefix): Add support for it here. * Makefile.in (install): Don't assume that the files in the `info' subdirectory match *.info. They don't have that prefix.
* * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in asJim Blandy1993-05-181-1/+1
| | | | the source for the sed command, not oldXMenu/Makefile.
* * Makefile.in (oldXMenu/Makefile): Make this depend onJim Blandy1993-05-161-1/+1
| | | | ${srcdir}/oldXMenu/Makefile.in, not itself.
* More changes from David J. Mackenzie.Jim Blandy1993-05-151-127/+13
| | | | | | | | | | * Makefile.in (install.sysv, install.xenix, install.aix): Targets removed; autoconf and config.h should specify all these differences. (buildlisppath): Make this path depend on ${srcdir}. (INSTALLFLAGS): Removed. (INSTALL): Include the -c flag. (install): Change the way we invoke install accordingly.
* Install ${srcdir} changes from DJM.Jim Blandy1993-05-151-16/+29
| | | | | | | | | | | | | | | | | | | | * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this list. (COPYDIR, COPYDESTS): Install files from both the etc directory in the source tree and the etc directory in the object tree. (${SUBDIR}): Pass the prefix variable down to submakes. (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed in /bin. (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in values for srcdir and VPATH. (install): Add `v' flag to tar command. Make sure that `dir' exists in ${srcdir}/info before copying it. Remember that the man pages come from the source tree, not the object tree. * configure.in: Remove remarks saying that the --srcdir option doesn't work. Create the etc directory in the object tree. Recognize configuration names of the form *-sun-solaris*. Recognize sunos5 and solaris as operating system names.
* original log message lost to overeager RCS user -JimBJim Blandy1993-05-151-2/+2
|
* * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,Jim Blandy1993-05-091-6/+6
| | | | | | | | | | | | | | | | | | | | | this is always just -DHAVE_CONFIG_H. The GNU coding standards specify that CFLAGS should be left for users to set. * Makefile.in (CFLAGS): Let configure determine the default value for this. Don't have it default to DEFS. (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS. (lib-src/Makefile, src/Makefile): Edit the default value for CFLAGS into these files, not DEFS. * configure.in (CFLAGS): Choose a default value for this - "-g" normally, or "-g -O" if we're using GCC. Edit it into the top-level Makefile. * configure.in: Add AC_LN_S test, so we can tell whether or not we can use a symbolic link to get the X Menu library into src. * Makefile.in (LN_S): New variable. (src/Makefile): Edit the value of LN_S into this makefile.