* Makefile.in (exec_prefix): New variable.
authorJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:24:50 +0000 (15:24 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:24:50 +0000 (15:24 +0000)
commitc71beb7551a3326bb76034eafe2102f0f8a9177d
tree5c5fa3f58b1d323c13baa7509d307df68a443125
parent315e49edd07ce7a4c5d685acc88e83bbdc4620fe
* Makefile.in (exec_prefix): New variable.
(bindir, libdir): Use it instead of `prefix'.

* Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.

* Makefile.in (libdir): Default to ${prefix}/lib.
(archlibdir): Adjusted to match.

* Makefile.in (distclean): Don't delete backup or autosave files.
(extraclean): Like realclean, but does delete backup and autosave
files.

* Makefile.in (realclean): Ignore errors from rm.

* Makefile.in (distclean): Don't bother to delete ../arch-lib;
that doesn't exist anymore.

* Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
described in the top-level Makefile.
(UTILITIES): Add make-path to the list of utility programs.
(../arch-lib): Replaced by the ${archlibdir} target, which places
the executables in their permanent home.
(install, install.sysv, install.xenix): Consolidated into one
target which should work under all circumstances, modulo a few
ignored error messages.
lib-src/Makefile.in