summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-18 22:31:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-18 22:31:28 +0000
commit9673fb744c2c2cad8f3d01379bfe95494131b522 (patch)
treea08838a4c282fef98e709127bddf64cdb1b24137 /llvm/lib/System
parent13e5831bd033bd0aee3991f556f8add6d095e52f (diff)
downloadbcm5719-llvm-9673fb744c2c2cad8f3d01379bfe95494131b522.tar.gz
bcm5719-llvm-9673fb744c2c2cad8f3d01379bfe95494131b522.zip
Initiali Makefile for this library.
llvm-svn: 14977
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/lib/System/Makefile b/llvm/lib/System/Makefile
new file mode 100644
index 00000000000..f567dd8bfa6
--- /dev/null
+++ b/llvm/lib/System/Makefile
@@ -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
OpenPOWER on IntegriCloud