Chris Lattner | 9270efc | 2004-10-16 18:21:50 +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 = ../.. |
Misha Brukman | 07542c8 | 2004-09-15 01:34:25 +0000 | [diff] [blame] | 10 | PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton |
Chris Lattner | b26bcc5 | 2001-09-14 05:34:53 +0000 | [diff] [blame] | 11 | LIBRARYNAME = target |
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 |