summaryrefslogtreecommitdiff
path: root/tools/llvmc/plugins
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:04:13 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:04:13 +0000
commit540d73f0cb32a3c520a6951c68393135008e8a17 (patch)
tree4d76cdd5e061d6f4f4ef6526e6b378eb27ff6e76 /tools/llvmc/plugins
parentb14f5b5e9d6a8cc9337a99ff3a31ff2bc1ba2fa0 (diff)
downloadllvm-540d73f0cb32a3c520a6951c68393135008e8a17.tar.gz
llvm-540d73f0cb32a3c520a6951c68393135008e8a17.tar.bz2
llvm-540d73f0cb32a3c520a6951c68393135008e8a17.tar.xz
Move the rules for building plugins to Makefile.rules.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/plugins')
-rw-r--r--tools/llvmc/plugins/Base/Makefile4
-rw-r--r--tools/llvmc/plugins/Clang/Makefile4
-rw-r--r--tools/llvmc/plugins/Hello/Makefile4
-rw-r--r--tools/llvmc/plugins/Simple/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/tools/llvmc/plugins/Base/Makefile b/tools/llvmc/plugins/Base/Makefile
index 017dcebc02..ebc4335054 100644
--- a/tools/llvmc/plugins/Base/Makefile
+++ b/tools/llvmc/plugins/Base/Makefile
@@ -7,9 +7,9 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
+LEVEL = ../../../..
LLVMC_PLUGIN = Base
BUILT_SOURCES = AutoGenerated.inc
-include $(LEVEL)/Makefile
+include $(LEVEL)/Makefile.common
diff --git a/tools/llvmc/plugins/Clang/Makefile b/tools/llvmc/plugins/Clang/Makefile
index bf5429c16a..5e5b88a44b 100644
--- a/tools/llvmc/plugins/Clang/Makefile
+++ b/tools/llvmc/plugins/Clang/Makefile
@@ -7,9 +7,9 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
+LEVEL = ../../../..
LLVMC_PLUGIN = Clang
BUILT_SOURCES = AutoGenerated.inc
-include $(LEVEL)/Makefile
+include $(LEVEL)/Makefile.common
diff --git a/tools/llvmc/plugins/Hello/Makefile b/tools/llvmc/plugins/Hello/Makefile
index b309bff662..10325e6a6d 100644
--- a/tools/llvmc/plugins/Hello/Makefile
+++ b/tools/llvmc/plugins/Hello/Makefile
@@ -7,8 +7,8 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
+LEVEL = ../../../..
LLVMC_PLUGIN = Hello
-include $(LEVEL)/Makefile
+include $(LEVEL)/Makefile.common
diff --git a/tools/llvmc/plugins/Simple/Makefile b/tools/llvmc/plugins/Simple/Makefile
index b108e7018d..d7adb5d851 100644
--- a/tools/llvmc/plugins/Simple/Makefile
+++ b/tools/llvmc/plugins/Simple/Makefile
@@ -7,9 +7,9 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
+LEVEL = ../../../..
LLVMC_PLUGIN = Simple
BUILT_SOURCES = AutoGenerated.inc
-include $(LEVEL)/Makefile
+include $(LEVEL)/Makefile.common