Code to handle FP_EXTEND is dead now. X86 doesn't support any data types to
[oota-llvm.git] / lib / Target / Makefile
index 89ed3e975d7973bd33af14ae5e62c3a3b25cfa27..d396ad42acfa4e92cc3980c188700fc800941774 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/Makefile ------------------------------*- Makefile -*-===##
+#===- lib/Target/Makefile ----------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -7,8 +7,8 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = CBackend X86 Sparc PowerPC
-LIBRARYNAME = target
+PARALLEL_DIRS = CBackend X86 SparcV8 SparcV9 PowerPC Skeleton
+LIBRARYNAME = LLVMTarget
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common