Reid Spencer | 8906e7d | 2004-08-25 06:23:45 +0000 | [diff] [blame^] | 1 | ##===- lib/System/Makefile ---------------------------------*- Makefile -*-===## |
Reid Spencer | b89a223 | 2004-08-25 06:20:07 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Reid Spencer | 8906e7d | 2004-08-25 06:23:45 +0000 | [diff] [blame^] | 5 | # 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 Spencer | b89a223 | 2004-08-25 06:20:07 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../.. |
Reid Spencer | 8906e7d | 2004-08-25 06:23:45 +0000 | [diff] [blame^] | 10 | LIBRARYNAME = LLVMsystem |
Reid Spencer | b89a223 | 2004-08-25 06:20:07 +0000 | [diff] [blame] | 11 | BUILD_ARCHIVE = 1 |
| 12 | |
| 13 | include $(LEVEL)/Makefile.common |