2003-11-05 14:43:36 +08:00
|
|
|
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2003-10-21 06:26:57 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:09:26 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2003-10-21 06:26:57 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
2002-10-26 06:55:53 +08:00
|
|
|
LEVEL = ../../..
|
2008-08-17 21:53:59 +08:00
|
|
|
LIBRARYNAME = LLVMX86CodeGen
|
2004-08-01 14:01:32 +08:00
|
|
|
TARGET = X86
|
2006-10-28 08:48:27 +08:00
|
|
|
|
2003-08-03 23:48:14 +08:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-23 05:02:08 +08:00
|
|
|
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
|
|
|
|
X86GenRegisterInfo.inc X86GenInstrNames.inc \
|
2004-12-17 01:33:24 +08:00
|
|
|
X86GenInstrInfo.inc X86GenAsmWriter.inc \
|
2006-10-06 17:17:41 +08:00
|
|
|
X86GenAsmWriter1.inc X86GenDAGISel.inc \
|
2008-08-15 07:18:11 +08:00
|
|
|
X86GenFastISel.inc \
|
2007-02-28 06:12:19 +08:00
|
|
|
X86GenCallingConv.inc X86GenSubtarget.inc
|
2003-08-03 23:48:14 +08:00
|
|
|
|
2008-08-17 21:53:59 +08:00
|
|
|
DIRS = AsmPrinter
|
|
|
|
|
2004-10-23 05:02:08 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|