blob: 48c21f4fd9e0e7e6437c5db8ae5a62cea5a45aee [file] [log] [blame]
Chris Lattnerd2639132007-10-18 15:57:29 +00001##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukmane025bcc2009-01-09 16:44:42 +00007#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11LIBRARYNAME = LLVMSupport
12BUILD_ARCHIVE = 1
13
Chris Lattnerd2639132007-10-18 15:57:29 +000014## FIXME: This only requires RTTI because tblgen uses it. Fix that.
15REQUIRES_RTTI = 1
16
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017include $(LEVEL)/Makefile.common