Home | History | Annotate | Download | only in R600
      1 ##===- lib/Target/R600/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 = LLVMR600CodeGen
     12 TARGET = AMDGPU
     13 
     14 # Make sure that tblgen is run, first thing.
     15 BUILT_SOURCES = AMDGPUGenRegisterInfo.inc AMDGPUGenInstrInfo.inc \
     16 		AMDGPUGenDAGISel.inc  AMDGPUGenSubtargetInfo.inc \
     17 		AMDGPUGenMCCodeEmitter.inc AMDGPUGenCallingConv.inc \
     18 		AMDGPUGenIntrinsics.inc AMDGPUGenDFAPacketizer.inc \
     19 		AMDGPUGenAsmWriter.inc
     20 
     21 DIRS = InstPrinter TargetInfo MCTargetDesc
     22 
     23 include $(LEVEL)/Makefile.common
     24