blob: 50a360f1f868f520bdafad0ccad739568dfdb67f [file] [log] [blame]
Misha Brukmandbe04af2004-11-19 22:09:21 +00001#===- lib/Target/Makefile ----------------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
John Criswell4436c492003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman5cbf2232009-01-09 16:44:42 +00007#
John Criswell4436c492003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattnerbde38452005-10-24 02:26:13 +00009
Chris Lattner5fae0de2001-09-14 03:56:45 +000010LEVEL = ../..
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
Reid Spencere4481c72005-04-22 17:20:11 +000014# We include this early so we can access the value of TARGETS_TO_BUILD as the
15# value for PARALLEL_DIRS which must be set before Makefile.rules is included
16include $(LEVEL)/Makefile.config
17
Evan Chengcee44d32007-07-05 17:21:33 +000018PARALLEL_DIRS := $(TARGETS_TO_BUILD)
Reid Spencere4481c72005-04-22 17:20:11 +000019
Evan Chengcee44d32007-07-05 17:21:33 +000020include $(LLVM_SRC_ROOT)/Makefile.rules