blob: 5b69f49b2eb3019f768eda0061729480115c9b73 [file] [log] [blame]
Misha Brukmanc29e6a42004-11-19 22:09:21 +00001#===- lib/Target/Makefile ----------------------------------*- Makefile -*-===##
John Criswelle488e932003-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 Lattnerc6495ee2001-09-14 03:56:45 +00009LEVEL = ../..
Duraid Madinade487f02005-03-17 18:29:04 +000010PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Alpha IA64 Skeleton
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMTarget
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Chris Lattnerc6495ee2001-09-14 03:56:45 +000013
14include $(LEVEL)/Makefile.common