1e52c9a556b25ae4dc8d2af1e35f21018d01663c
[oota-llvm.git] / lib / Support / Makefile
1 ##===- lib/Support/Makefile ------------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
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 ##===----------------------------------------------------------------------===##
9
10 LEVEL = ../..
11 PARALLEL_DIRS=bzip2
12 LIBRARYNAME = LLVMSupport
13 BUILD_ARCHIVE = 1
14 REQUIRES_EH := 1
15
16 include $(LEVEL)/Makefile.common