Modified Makefile.common to handle compilation of projects inside and outside
authorJohn Criswell <criswell@uiuc.edu>
Wed, 11 Jun 2003 13:55:44 +0000 (13:55 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 11 Jun 2003 13:55:44 +0000 (13:55 +0000)
commit8bff509803b2e18e355bd278820f5a7fcc643fc1
tree77c79a667ef849f1d33a236daf0773d3b34b6ffe
parent9aa263937051d14adc4b552db358e2c3dc938921
Modified Makefile.common to handle compilation of projects inside and outside
of the llvm source directory.
The main modification was to add new environment variables: one set for llvm
entities and another set for source entities current being compiled.
This should make the Makefile more flexible and easier to understand as each
environment variable only does one thing.

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