X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FMakefile;h=5b69f49b2eb3019f768eda0061729480115c9b73;hb=ef7288c824e082d560edb783156a74ee310bfe28;hp=ebcd23a242f7ffa474bca1b4e9338bffae56146b;hpb=c6495eeef65e936c5921063e2b70ac1af63f766d;p=oota-llvm.git diff --git a/lib/Target/Makefile b/lib/Target/Makefile index ebcd23a242f..5b69f49b2eb 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,5 +1,14 @@ +#===- lib/Target/Makefile ----------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. -DIRS = Sparc +PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Alpha IA64 Skeleton +LIBRARYNAME = LLVMTarget +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common -