blob: 56ca3bb9d79ec7303bd0475944ce31223a4bc8e5 [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 Lattnerf36aeed2005-10-24 02:26:13 +00009
Chris Lattnerc6495ee2001-09-14 03:56:45 +000010LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMTarget
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Reid Spencer37585522006-04-13 06:39:24 +000013EXTRA_DIST = README.txt
Chris Lattnerc6495ee2001-09-14 03:56:45 +000014
Reid Spencer18969fb2005-04-22 17:20:11 +000015# We include this early so we can access the value of TARGETS_TO_BUILD as the
16# value for PARALLEL_DIRS which must be set before Makefile.rules is included
17include $(LEVEL)/Makefile.config
18
19PARALLEL_DIRS := $(TARGETS_TO_BUILD)
20
21include $(LLVM_SRC_ROOT)/Makefile.rules
22