blob: b03de170e93d660ae98307cfe5be75e5e8acdb80 [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##===----------------------------------------------------------------------===##
9LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000010LIBRARYNAME = LLVMSystem
Reid Spencerb89a2232004-08-25 06:20:07 +000011BUILD_ARCHIVE = 1
Chris Lattnere3242e22005-10-24 02:11:51 +000012DONT_BUILD_RELINKED = 1
Reid Spencerb89a2232004-08-25 06:20:07 +000013
Reid Spencere1c6bfa2005-01-14 22:43:01 +000014EXTRA_DIST = Unix Win32
Reid Spencer20ac4e32004-10-26 03:12:11 +000015
Reid Spencerb89a2232004-08-25 06:20:07 +000016include $(LEVEL)/Makefile.common