Home | History | Annotate | Download | only in X86
      1 ##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
      2 #
      3 #                     The LLVM Compiler Infrastructure
      4 #
      5 # This file is distributed under the University of Illinois Open Source
      6 # License. See LICENSE.TXT for details.
      7 #
      8 ##===----------------------------------------------------------------------===##
      9 
     10 LEVEL = ../../..
     11 LIBRARYNAME = LLVMX86CodeGen
     12 TARGET = X86
     13 
     14 # Make sure that tblgen is run, first thing.
     15 BUILT_SOURCES = X86GenRegisterInfo.inc X86GenInstrInfo.inc \
     16 		X86GenAsmWriter.inc X86GenAsmMatcher.inc \
     17                 X86GenAsmWriter1.inc X86GenDAGISel.inc  \
     18                 X86GenDisassemblerTables.inc X86GenFastISel.inc \
     19                 X86GenCallingConv.inc X86GenSubtargetInfo.inc \
     20 		X86GenEDInfo.inc
     21 
     22 DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils
     23 
     24 include $(LEVEL)/Makefile.common
     25