blob: 7f76ed702d2fdb616beaecc9bb0a151171a6ba85 [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#
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.
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007#
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