blob: f39b872be495010b6b54adb55ea24256a97c3797 [file] [log] [blame]
Chris Lattnerd2639132007-10-18 15:57:29 +00001##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002#
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
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