diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/examples/Simple/Makefile')
-rw-r--r-- | contrib/llvm/tools/llvmc/examples/Simple/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvmc/examples/Simple/Makefile b/contrib/llvm/tools/llvmc/examples/Simple/Makefile new file mode 100644 index 0000000..c10387c --- /dev/null +++ b/contrib/llvm/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 |