2003-11-05 06:43:36 +00:00
|
|
|
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2003-10-20 22:26:57 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:09:26 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2003-10-20 22:26:57 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 06:49:46 +00:00
|
|
|
|
2002-10-25 22:55:53 +00:00
|
|
|
LEVEL = ../../..
|
2008-08-17 13:53:59 +00:00
|
|
|
LIBRARYNAME = LLVMX86CodeGen
|
2004-08-01 06:01:32 +00:00
|
|
|
TARGET = X86
|
2006-10-28 00:48:27 +00:00
|
|
|
|
2003-08-03 15:48:14 +00:00
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-27 18:32:37 +00:00
|
|
|
BUILT_SOURCES = X86GenRegisterInfo.inc \
|
2011-06-24 01:44:41 +00:00
|
|
|
X86GenInstrNames.inc X86GenInstrInfo.inc \
|
|
|
|
X86GenAsmWriter.inc X86GenAsmMatcher.inc \
|
2006-10-06 09:17:41 +00:00
|
|
|
X86GenAsmWriter1.inc X86GenDAGISel.inc \
|
2009-12-19 02:59:52 +00:00
|
|
|
X86GenDisassemblerTables.inc X86GenFastISel.inc \
|
|
|
|
X86GenCallingConv.inc X86GenSubtarget.inc \
|
2010-01-29 00:21:04 +00:00
|
|
|
X86GenEDInfo.inc
|
2003-08-03 15:48:14 +00:00
|
|
|
|
2011-06-24 23:53:19 +00:00
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils
|
2008-08-17 13:53:59 +00:00
|
|
|
|
2004-10-22 21:02:08 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|