add a method to compute a commonly used mapping.
[oota-llvm.git] / lib / Target / Makefile
index da74511be519b9e5e0b0581cf080e122d6ca73dc..bb23fb47771b0d626f61fa25fcbd19106a56613f 100644 (file)
@@ -1,4 +1,4 @@
-#===- lib/Target/Makefile ------------------------------*- Makefile -*-===##
+#===- lib/Target/Makefile ----------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -7,8 +7,8 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton
-LIBRARYNAME = target
+PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Alpha Skeleton
+LIBRARYNAME = LLVMTarget
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common