Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction alignment...
[oota-llvm.git] / lib / Target / X86 / Makefile
index 8e335d91a44c3b2478905bf405553bddc2d91135..44f1c5d5a509a4e566d938fe6879e87fd84db41f 100644 (file)
@@ -1,13 +1,13 @@
 ##===- lib/Target/X86/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.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = LLVMX86
+LIBRARYNAME = LLVMX86CodeGen
 TARGET = X86
 
 # Make sure that tblgen is run, first thing.
@@ -15,6 +15,9 @@ BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
                 X86GenRegisterInfo.inc X86GenInstrNames.inc \
                 X86GenInstrInfo.inc X86GenAsmWriter.inc \
                 X86GenAsmWriter1.inc X86GenDAGISel.inc  \
-                X86GenSubtarget.inc
+                X86GenFastISel.inc \
+                X86GenCallingConv.inc X86GenSubtarget.inc
+
+DIRS = AsmPrinter
 
 include $(LEVEL)/Makefile.common