blob: 39426aaaaceef8065f94357bc45f4c2603f18293 [file] [log] [blame]
Chris Lattner1b88e3c2007-10-18 15:57:29 +00001##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
John Criswell4436c492003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-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 Brukman5cbf2232009-01-09 16:44:42 +00007#
John Criswell4436c492003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattnerbde38452005-10-24 02:26:13 +00009
Chris Lattner5f0c08e2003-10-05 19:24:38 +000010LEVEL = ../..
Reid Spencer57cbe392004-10-27 23:18:45 +000011LIBRARYNAME = LLVMSupport
Chris Lattnera896b082002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Vikram S. Adve4d709952001-07-21 12:43:07 +000013
Michael J. Spencer447762d2010-11-29 18:16:10 +000014EXTRA_DIST = Unix Win32 README.txt
15
Vikram S. Adve4d709952001-07-21 12:43:07 +000016include $(LEVEL)/Makefile.common
Michael J. Spencer447762d2010-11-29 18:16:10 +000017
18CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
19CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
Justin Bognerf7f2cd32014-06-17 06:52:47 +000020
21ifdef LLVM_VERSION_INFO
22CompileCommonOpts += -DLLVM_VERSION_INFO='"$(LLVM_VERSION_INFO)"'
23endif