Reverting back to original 1.8 version so I can manually merge in patch.
[llvm-complete.git] / lib / Support / Makefile
blob1e52c9a556b25ae4dc8d2af1e35f21018d01663c
1 ##===- lib/Support/Makefile ------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 PARALLEL_DIRS=bzip2
12 LIBRARYNAME = LLVMSupport
13 BUILD_ARCHIVE = 1
14 REQUIRES_EH := 1
16 include $(LEVEL)/Makefile.common