blob: 382b6420db14e1fb50a50c649d5f0c1dfd50ae40 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
2#
3# 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.
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10LIBRARYNAME = LLVMX86
11TARGET = X86
12
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
15 X86GenRegisterInfo.inc X86GenInstrNames.inc \
16 X86GenInstrInfo.inc X86GenAsmWriter.inc \
17 X86GenAsmWriter1.inc X86GenDAGISel.inc \
18 X86GenCallingConv.inc X86GenSubtarget.inc
19
20include $(LEVEL)/Makefile.common