r600g: move streamout state to drivers/radeon
[mesa.git] / src / gallium / drivers / radeon / Makefile.sources
index bfffdd1eeb83a1fc46e5e85e53b6ffaed9061e73..740dbc790116127bf658cdd312f01d622263e30e 100644 (file)
@@ -1,79 +1,9 @@
-
-GENERATED_SOURCES := \
-       R600ShaderPatterns.td           \
-       R600RegisterInfo.td             \
-       AMDGPUInstrEnums.td             \
-       SIRegisterInfo.td               \
-       SIRegisterGetHWRegNum.inc               \
-       AMDILGenRegisterInfo.inc        \
-       AMDILGenInstrInfo.inc           \
-       AMDILGenAsmWriter.inc           \
-       AMDILGenDAGISel.inc             \
-       AMDILGenCallingConv.inc         \
-       AMDILGenSubtargetInfo.inc               \
-       AMDILGenEDInfo.inc              \
-       AMDILGenIntrinsics.inc          \
-       AMDILGenCodeEmitter.inc \
-       AMDGPUInstrEnums.h.include      \
-       AMDGPUInstrEnums.include
-
-CPP_SOURCES := \
-       AMDIL7XXDevice.cpp              \
-       AMDILBarrierDetect.cpp          \
-       AMDILCFGStructurizer.cpp        \
-       AMDILDevice.cpp                 \
-       AMDILDeviceInfo.cpp             \
-       AMDILEvergreenDevice.cpp        \
-       AMDILELFWriterInfo.cpp          \
-       AMDILFrameLowering.cpp          \
-       AMDILGlobalManager.cpp          \
-       AMDILInliner.cpp                \
-       AMDILInstrInfo.cpp              \
-       AMDILIntrinsicInfo.cpp          \
-       AMDILISelDAGToDAG.cpp           \
-       AMDILISelLowering.cpp           \
-       AMDILKernelManager.cpp          \
-       AMDILLiteralManager.cpp         \
-       AMDILMachineFunctionInfo.cpp    \
-       AMDILMachinePeephole.cpp        \
-       AMDILMCCodeEmitter.cpp          \
-       AMDILModuleInfo.cpp             \
-       AMDILNIDevice.cpp               \
-       AMDILPeepholeOptimizer.cpp      \
-       AMDILPrintfConvert.cpp          \
-       AMDILRegisterInfo.cpp           \
-       AMDILSIDevice.cpp               \
-       AMDILSubtarget.cpp              \
-       AMDILTargetMachine.cpp          \
-       AMDILUtilityFunctions.cpp       \
-       AMDGPUTargetMachine.cpp         \
-       AMDGPUISelLowering.cpp          \
-       AMDGPUConvertToISA.cpp          \
-       AMDGPULowerInstructions.cpp             \
-       AMDGPULowerShaderInstructions.cpp       \
-       AMDGPUReorderPreloadInstructions.cpp    \
-       AMDGPUInstrInfo.cpp             \
-       AMDGPURegisterInfo.cpp          \
-       AMDGPUUtil.cpp                  \
-       R600CodeEmitter.cpp             \
-       R600ISelLowering.cpp            \
-       R600InstrInfo.cpp               \
-       R600KernelParameters.cpp        \
-       R600LowerInstructions.cpp       \
-       R600LowerShaderInstructions.cpp \
-       R600RegisterInfo.cpp            \
-       SIAssignInterpRegs.cpp          \
-       SICodeEmitter.cpp               \
-       SIInstrInfo.cpp                 \
-       SIISelLowering.cpp              \
-       SILowerShaderInstructions.cpp   \
-       SIMachineFunctionInfo.cpp       \
-       SIPropagateImmReads.cpp         \
-       SIRegisterInfo.cpp              \
-       MCTargetDesc/AMDILMCAsmInfo.cpp \
-       MCTargetDesc/AMDILMCTargetDesc.cpp      \
-       TargetInfo/AMDILTargetInfo.cpp  \
-       radeon_llvm_emit.cpp
-
 C_SOURCES := \
-       radeon_setup_tgsi_llvm.c
+       r600_pipe_common.c \
+       r600_streamout.c \
+       radeon_uvd.c
+
+LLVM_C_FILES := \
+       radeon_setup_tgsi_llvm.c \
+       radeon_llvm_emit.c \
+       radeon_llvm_util.c