diff options
Diffstat (limited to 'contrib/llvm/lib/Bitcode/Makefile')
-rw-r--r-- | contrib/llvm/lib/Bitcode/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Bitcode/Makefile b/contrib/llvm/lib/Bitcode/Makefile new file mode 100644 index 0000000..2d6b5ad --- /dev/null +++ b/contrib/llvm/lib/Bitcode/Makefile @@ -0,0 +1,14 @@ +##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +PARALLEL_DIRS = Reader Writer + +include $(LEVEL)/Makefile.common + |