blob: e40fe4bca024774ee46a206167147ab2ca19d575 [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 Spencer8906e7d2004-08-25 06:23:45 +000010LIBRARYNAME = LLVMsystem
Reid Spencerb89a2232004-08-25 06:20:07 +000011BUILD_ARCHIVE = 1
12
Reid Spencer20ac4e32004-10-26 03:12:11 +000013EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32
14
Reid Spencerb89a2232004-08-25 06:20:07 +000015include $(LEVEL)/Makefile.common