aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/examples/Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/examples/Simple/Makefile')
-rw-r--r--tools/llvmc/examples/Simple/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/llvmc/examples/Simple/Makefile b/tools/llvmc/examples/Simple/Makefile
new file mode 100644
index 0000000..c10387c
--- /dev/null
+++ b/tools/llvmc/examples/Simple/Makefile
@@ -0,0 +1,15 @@
+##===- llvmc/examples/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_BASED_DRIVER = Simple
+BUILT_SOURCES = Simple.inc
+
+include $(LEVEL)/Makefile.common