1894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman##===- lib/Support/Makefile --------------------------------*- Makefile -*-===## 2894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# 3894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# The LLVM Compiler Infrastructure 4894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# 5894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# This file is distributed under the University of Illinois Open Source 6894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# License. See LICENSE.TXT for details. 7894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman# 8894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman##===----------------------------------------------------------------------===## 9894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman 10894018228b0e0bdbd7aa7e8f47d4a9458789ca82John BaumanLEVEL = ../.. 11894018228b0e0bdbd7aa7e8f47d4a9458789ca82John BaumanLIBRARYNAME = LLVMSupport 12894018228b0e0bdbd7aa7e8f47d4a9458789ca82John BaumanBUILD_ARCHIVE = 1 13894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman 14894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman## FIXME: This only requires RTTI because tblgen uses it. Fix that. 15894018228b0e0bdbd7aa7e8f47d4a9458789ca82John BaumanREQUIRES_RTTI = 1 16894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Bauman 1719bac1e08be200c31efd26f0f5fd144c9b3eefd3John BaumanEXTRA_DIST = Unix Win32 README.txt 1819bac1e08be200c31efd26f0f5fd144c9b3eefd3John Bauman 19894018228b0e0bdbd7aa7e8f47d4a9458789ca82John Baumaninclude $(LEVEL)/Makefile.common 2019bac1e08be200c31efd26f0f5fd144c9b3eefd3John Bauman 2119bac1e08be200c31efd26f0f5fd144c9b3eefd3John BaumanCompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) 2219bac1e08be200c31efd26f0f5fd144c9b3eefd3John BaumanCompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) 23