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 = ../.. |
Duraid Madina | de487f0 | 2005-03-17 18:29:04 +0000 | [diff] [blame] | 10 | PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Alpha IA64 Skeleton |
Reid Spencer | 6cb21d4 | 2004-10-27 23:18:45 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMTarget |
Chris Lattner | 56d2701 | 2002-07-23 17:52:38 +0000 | [diff] [blame] | 12 | BUILD_ARCHIVE = 1 |
Chris Lattner | c6495ee | 2001-09-14 03:56:45 +0000 | [diff] [blame] | 13 | |
| 14 | include $(LEVEL)/Makefile.common |