diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-04-22 06:26:05 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-04-22 06:26:05 +0000 |
| commit | 20571d9c354250d0d1ffcccfb79facf45e74d26d (patch) | |
| tree | 29b9d0471acae0353745d58c8907dffeb742da09 /llvm/lib/Bitcode/Makefile | |
| parent | c1d10d67a1b6f27b242208ebb09de1b9b35801b8 (diff) | |
| download | bcm5719-llvm-20571d9c354250d0d1ffcccfb79facf45e74d26d.tar.gz bcm5719-llvm-20571d9c354250d0d1ffcccfb79facf45e74d26d.zip | |
build the bitcode dir
llvm-svn: 36332
Diffstat (limited to 'llvm/lib/Bitcode/Makefile')
| -rw-r--r-- | llvm/lib/Bitcode/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/Makefile b/llvm/lib/Bitcode/Makefile new file mode 100644 index 00000000000..1e4ab1b7821 --- /dev/null +++ b/llvm/lib/Bitcode/Makefile @@ -0,0 +1,14 @@ +##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by Chris Lattner and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +PARALLEL_DIRS = Reader Writer + +include $(LEVEL)/Makefile.common + |

