1 ##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
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.
8 ##===----------------------------------------------------------------------===##
13 # Make sure that tblgen is run, first thing.
14 BUILT_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
20 include $(LEVEL
)/Makefile.common