blob: f39b872be495010b6b54adb55ea24256a97c3797 [file] [log] [blame]
Chris Lattner8dc2e282007-10-18 15:57:29 +00001##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
John Criswelle488e932003-10-20 22:26:57 +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##===----------------------------------------------------------------------===##
Chris Lattnerf36aeed2005-10-24 02:26:13 +00009
Chris Lattnerf708c792003-10-05 19:24:38 +000010LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMSupport
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Vikram S. Adve6beedac2001-07-21 12:43:07 +000013
Chris Lattner8dc2e282007-10-18 15:57:29 +000014## FIXME: This only requires RTTI because tblgen uses it. Fix that.
15REQUIRES_RTTI = 1
16
Vikram S. Adve6beedac2001-07-21 12:43:07 +000017include $(LEVEL)/Makefile.common