Checkin of autoconf-style object root.
authorJohn Criswell <criswell@uiuc.edu>
Sat, 6 Sep 2003 14:44:17 +0000 (14:44 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Sat, 6 Sep 2003 14:44:17 +0000 (14:44 +0000)
commit7f33695eac684bac5e925cf2039c8f9b001ceb7f
tree09f85e01d09415fd81a6757cae2a924eba0c7493
parent103f0c3472da9a0608d5e030a9b98cfd0b008dc3
Checkin of autoconf-style object root.
Moved Makefile.common to Makefile.rules.  This makes project Makefiles easier
to support, and allows for easier overriding of default configuration values
that used to be in Makefile.common.
Modified Makefile.config.in to determine paths for directories (like
LLVM_SRC_ROOT) and to use the pwd binary as opposed to the shell builtin (this
works better for symbolic links).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8377 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.common
Makefile.config.in
Makefile.rules