Misha Brukman | c29e6a4 | 2004-11-19 22:09:21 +0000 | [diff] [blame] | 1 | #===- lib/Target/Makefile ----------------------------------*- Makefile -*-===## |
John Criswell | e488e93 | 2003-10-20 22:26:57 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file was developed by the LLVM research group and is distributed under |
| 6 | # the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | c6495ee | 2001-09-14 03:56:45 +0000 | [diff] [blame] | 9 | LEVEL = ../.. |
Reid Spencer | 6cb21d4 | 2004-10-27 23:18:45 +0000 | [diff] [blame] | 10 | LIBRARYNAME = LLVMTarget |
Chris Lattner | 56d2701 | 2002-07-23 17:52:38 +0000 | [diff] [blame] | 11 | BUILD_ARCHIVE = 1 |
Chris Lattner | c6495ee | 2001-09-14 03:56:45 +0000 | [diff] [blame] | 12 | |
Reid Spencer | 18969fb | 2005-04-22 17:20:11 +0000 | [diff] [blame^] | 13 | # We include this early so we can access the value of TARGETS_TO_BUILD as the |
| 14 | # value for PARALLEL_DIRS which must be set before Makefile.rules is included |
| 15 | include $(LEVEL)/Makefile.config |
| 16 | |
| 17 | PARALLEL_DIRS := $(TARGETS_TO_BUILD) |
| 18 | |
| 19 | include $(LLVM_SRC_ROOT)/Makefile.rules |
| 20 | |