blob: 7272d922a71678cd3efc7055d1f9b458ac91418d [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
13include $(LEVEL)/Makefile.common