summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-11 13:55:44 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-11 13:55:44 +0000
commit8bff509803b2e18e355bd278820f5a7fcc643fc1 (patch)
tree77c79a667ef849f1d33a236daf0773d3b34b6ffe /Makefile
parent9aa263937051d14adc4b552db358e2c3dc938921 (diff)
downloadllvm-8bff509803b2e18e355bd278820f5a7fcc643fc1.tar.gz
llvm-8bff509803b2e18e355bd278820f5a7fcc643fc1.tar.bz2
llvm-8bff509803b2e18e355bd278820f5a7fcc643fc1.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ab075fc14..6f31665eb6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
LEVEL = .
DIRS = lib/Support utils lib tools
+OPTIONAL_DIRS = projects
include $(LEVEL)/Makefile.common