r600g: move streamout state to drivers/radeon
[mesa.git] / src / gallium / drivers / radeon / Makefile.sources
index 5e0d415cfb38fef2610e456c4d390d8c8548b6c3..740dbc790116127bf658cdd312f01d622263e30e 100644 (file)
@@ -1,56 +1,9 @@
-
-GENERATED_SOURCES := \
-       R600Intrinsics.td               \
-       R600RegisterInfo.td             \
-       SIRegisterInfo.td               \
-       SIRegisterGetHWRegNum.inc               \
-       AMDGPUGenRegisterInfo.inc       \
-       AMDGPUGenInstrInfo.inc          \
-       AMDGPUGenAsmWriter.inc          \
-       AMDGPUGenDAGISel.inc            \
-       AMDGPUGenCallingConv.inc                \
-       AMDGPUGenSubtargetInfo.inc              \
-       AMDGPUGenEDInfo.inc             \
-       AMDGPUGenIntrinsics.inc         \
-       AMDGPUGenCodeEmitter.inc        \
-       AMDGPUGenDFAPacketizer.inc
-
-CPP_SOURCES := \
-       AMDIL7XXDevice.cpp              \
-       AMDILCFGStructurizer.cpp        \
-       AMDILDevice.cpp                 \
-       AMDILDeviceInfo.cpp             \
-       AMDILEvergreenDevice.cpp        \
-       AMDILFrameLowering.cpp          \
-       AMDILIntrinsicInfo.cpp          \
-       AMDILISelDAGToDAG.cpp           \
-       AMDILISelLowering.cpp           \
-       AMDILNIDevice.cpp               \
-       AMDILPeepholeOptimizer.cpp      \
-       AMDILSIDevice.cpp               \
-       AMDGPUSubtarget.cpp             \
-       AMDGPUTargetMachine.cpp         \
-       AMDGPUISelLowering.cpp          \
-       AMDGPUConvertToISA.cpp          \
-       AMDGPUInstrInfo.cpp             \
-       AMDGPURegisterInfo.cpp          \
-       AMDGPUUtil.cpp                  \
-       R600CodeEmitter.cpp             \
-       R600ISelLowering.cpp            \
-       R600InstrInfo.cpp               \
-       R600KernelParameters.cpp        \
-       R600MachineFunctionInfo.cpp     \
-       R600RegisterInfo.cpp            \
-       SIAssignInterpRegs.cpp          \
-       SICodeEmitter.cpp               \
-       SIInstrInfo.cpp                 \
-       SIISelLowering.cpp              \
-       SIMachineFunctionInfo.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