summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/llvmc/example/Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/llvmc/example/Simple/Makefile')
-rw-r--r--contrib/llvm/tools/llvmc/example/Simple/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvmc/example/Simple/Makefile b/contrib/llvm/tools/llvmc/example/Simple/Makefile
new file mode 100644
index 0000000..d7adb5d
--- /dev/null
+++ b/contrib/llvm/tools/llvmc/example/Simple/Makefile
@@ -0,0 +1,15 @@
+##===- tools/llvmc/plugins/Simple/Makefile -----------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../../..
+
+LLVMC_PLUGIN = Simple
+BUILT_SOURCES = AutoGenerated.inc
+
+include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud