diff options
Diffstat (limited to 'tools/llvmc/Makefile')
-rw-r--r-- | tools/llvmc/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile new file mode 100644 index 0000000..8eb35cb --- /dev/null +++ b/tools/llvmc/Makefile @@ -0,0 +1,19 @@ +##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open +# Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. + +BUILTIN_PLUGINS = Base +DRIVER_NAME = llvmc +DIRS = plugins driver + +export BUILTIN_PLUGINS +export DRIVER_NAME + +include $(LEVEL)/Makefile.common |