blob: 51571a0474476b24f3239b6dbe3e8147f952e3b3 [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##===----------------------------------------------------------------------===##
9LEVEL = ../../..
Anton Korobeynikov9ff5bee2008-08-17 13:53:59 +000010LIBRARYNAME = LLVMX86CodeGen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000011TARGET = X86
12
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
15 X86GenRegisterInfo.inc X86GenInstrNames.inc \
Daniel Dunbar1b18b3a2009-07-17 18:55:26 +000016 X86GenInstrInfo.inc X86GenAsmWriter.inc X86GenAsmMatcher.inc \
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017 X86GenAsmWriter1.inc X86GenDAGISel.inc \
Dan Gohmanf0107a42008-08-14 23:18:11 +000018 X86GenFastISel.inc \
Dan Gohmanf17a25c2007-07-18 16:29:46 +000019 X86GenCallingConv.inc X86GenSubtarget.inc
20
Daniel Dunbar0eb66992009-07-15 06:35:19 +000021DIRS = AsmPrinter TargetInfo
Anton Korobeynikov9ff5bee2008-08-17 13:53:59 +000022
Dan Gohmanf17a25c2007-07-18 16:29:46 +000023include $(LEVEL)/Makefile.common