Merge branch 'master' into msp430
[llvm/msp430.git] / lib / Makefile
blob8dd67d9957debe6c575bfe5fae03f155ce722438
1 ##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ..
11 PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
12 Target ExecutionEngine Debugger Linker CompilerDriver
14 include $(LEVEL)/Makefile.common