diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-18 22:31:28 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-18 22:31:28 +0000 |
| commit | 9673fb744c2c2cad8f3d01379bfe95494131b522 (patch) | |
| tree | a08838a4c282fef98e709127bddf64cdb1b24137 /llvm/lib/System | |
| parent | 13e5831bd033bd0aee3991f556f8add6d095e52f (diff) | |
| download | bcm5719-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/Makefile | 13 |
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 |

