blob: 06af00463513fda55215abd44603209b8701ca81 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Target/Makefile ------------------------------*- Makefile -*-===##
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 Lattnerc6495ee2001-09-14 03:56:45 +00009LEVEL = ../..
Misha Brukman07542c82004-09-15 01:34:25 +000010PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton
Chris Lattnerb26bcc52001-09-14 05:34:53 +000011LIBRARYNAME = target
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Chris Lattnerc6495ee2001-09-14 03:56:45 +000013
14include $(LEVEL)/Makefile.common