initial step at adding a dag-to-dag isel for X86 backend. Patch contributed
[oota-llvm.git] / lib / Target / X86 / Makefile
1 ##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMX86
11 TARGET = X86
12 # Make sure that tblgen is run, first thing.
13 BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
14                 X86GenRegisterInfo.inc X86GenInstrNames.inc \
15                 X86GenInstrInfo.inc X86GenAsmWriter.inc \
16                 X86GenAsmWriter1.inc X86GenDAGISel.inc 
17
18 include $(LEVEL)/Makefile.common
19