blob: c43009a1e0775ffc3e6a626626d0410e93fd0040 [file] [log] [blame]
Reid Spencer8906e7d2004-08-25 06:23:45 +00001##===- lib/System/Makefile ---------------------------------*- Makefile -*-===##
Reid Spencerb89a2232004-08-25 06:20:07 +00002#
3# The LLVM Compiler Infrastructure
4#
Reid Spencer8906e7d2004-08-25 06:23:45 +00005# This file was developed by Reid Spencer and is distributed under the
6# University of Illinois Open Source License. See LICENSE.TXT for details.
Reid Spencerb89a2232004-08-25 06:20:07 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerf36aeed2005-10-24 02:26:13 +00009
Reid Spencerb89a2232004-08-25 06:20:07 +000010LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMSystem
Reid Spencerb89a2232004-08-25 06:20:07 +000012BUILD_ARCHIVE = 1
Chris Lattnera98a81e2006-07-07 00:47:29 +000013REQUIRES_EH := 1
Reid Spencerb89a2232004-08-25 06:20:07 +000014
Reid Spencer37585522006-04-13 06:39:24 +000015EXTRA_DIST = Unix Win32 README.txt
Reid Spencer20ac4e32004-10-26 03:12:11 +000016
Reid Spencerb89a2232004-08-25 06:20:07 +000017include $(LEVEL)/Makefile.common
Reid Spencer72f42bb2006-06-01 01:55:21 +000018
19CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
20CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))