From 8bff509803b2e18e355bd278820f5a7fcc643fc1 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 11 Jun 2003 13:55:44 +0000 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8ab075f..6f31665 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ LEVEL = . DIRS = lib/Support utils lib tools +OPTIONAL_DIRS = projects include $(LEVEL)/Makefile.common -- cgit v1.1