Initiali Makefile for this library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-07-18 22:31:28 +00:00
parent f98cfc716d
commit 98b5a34c81

13
lib/System/Makefile Normal file
View File

@ -0,0 +1,13 @@
##===- lib/System/Makefile ---------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = system
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common