blob: f4ff894a2af79f2871f751cd464029d5ba088529 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukmane025bcc2009-01-09 16:44:42 +00007#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008##===----------------------------------------------------------------------===##
Chris Lattner5c804552010-01-22 06:49:46 +00009
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010LEVEL = ../../..
Anton Korobeynikov9ff5bee2008-08-17 13:53:59 +000011LIBRARYNAME = LLVMX86CodeGen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012TARGET = X86
13
14# Make sure that tblgen is run, first thing.
15BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
16 X86GenRegisterInfo.inc X86GenInstrNames.inc \
Daniel Dunbar1b18b3a2009-07-17 18:55:26 +000017 X86GenInstrInfo.inc X86GenAsmWriter.inc X86GenAsmMatcher.inc \
Dan Gohmanf17a25c2007-07-18 16:29:46 +000018 X86GenAsmWriter1.inc X86GenDAGISel.inc \
Sean Callanan0f5b97e2009-12-19 02:59:52 +000019 X86GenDisassemblerTables.inc X86GenFastISel.inc \
20 X86GenCallingConv.inc X86GenSubtarget.inc \
Sean Callanane3c52652010-01-29 00:21:04 +000021 X86GenEDInfo.inc
Dan Gohmanf17a25c2007-07-18 16:29:46 +000022
Daniel Dunbarcaa136e2009-11-25 06:53:08 +000023DIRS = AsmPrinter AsmParser Disassembler TargetInfo
Anton Korobeynikov9ff5bee2008-08-17 13:53:59 +000024
Dan Gohmanf17a25c2007-07-18 16:29:46 +000025include $(LEVEL)/Makefile.common