blob: fe5bcece7eab178a60de483c1b15c98bbdffa5a7 [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#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# 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
13
Reid Spencer37585522006-04-13 06:39:24 +000014EXTRA_DIST = Unix Win32 README.txt
Reid Spencer20ac4e32004-10-26 03:12:11 +000015
Reid Spencerb89a2232004-08-25 06:20:07 +000016include $(LEVEL)/Makefile.common
Reid Spencer72f42bb2006-06-01 01:55:21 +000017
18CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
19CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))