blob: 7c525ef86fff2eb79343e338f4361a7f132b420f [file] [log] [blame]
Chris Lattnerfcfe78e2004-10-16 18:21:50 +00001#===- lib/Target/Makefile ------------------------------*- Makefile -*-===##
John Criswell4436c492003-10-20 22:26:57 +00002#
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 Lattner5fae0de2001-09-14 03:56:45 +00009LEVEL = ../..
Misha Brukman2d01db82004-09-15 01:34:25 +000010PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton
Reid Spencer57cbe392004-10-27 23:18:45 +000011LIBRARYNAME = LLVMTarget
Chris Lattnera896b082002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Chris Lattner5fae0de2001-09-14 03:56:45 +000013
14include $(LEVEL)/Makefile.common