From de8e00b3fa36edcf7b8f5452501eff8bc0cdc70f Mon Sep 17 00:00:00 2001 From: Ayub Gubran Date: Tue, 25 Oct 2011 11:29:28 -0800 Subject: Undoing the rest of files mistakly changed in CL10695, this change completes the work of CL10697 which undone the changes to one file (stream_manager.cc). Here I undo the changes for 4 make files and more importantly the setup_enviroment file where I uncommented the include path of openCL as the case before CL10695, and I kept Tim changes to the CUDA path done later in CL10723 which he made originally to undo the work I did but didn't uncommet the openCL path which I do here. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10730] --- libcuda/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libcuda') diff --git a/libcuda/Makefile b/libcuda/Makefile index cb04730..8ba09f3 100644 --- a/libcuda/Makefile +++ b/libcuda/Makefile @@ -138,7 +138,6 @@ clean: ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/stdio_lim.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/sys_errlist.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/string.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/xlocale.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/assert.h ../build/release/libcuda/cuda_runtime_api.o: ../src/gpgpu-sim/gpu-sim.h ../build/release/libcuda/cuda_runtime_api.o: ../src/abstract_hardware_model.h @@ -147,10 +146,6 @@ clean: ../build/release/libcuda/cuda_runtime_api.o: ../src/gpgpu-sim/shader.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/math.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/huge_val.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/huge_valf.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/huge_vall.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/inf.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/nan.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/mathdef.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/mathcalls.h ../build/release/libcuda/cuda_runtime_api.o: ../src/cuda-sim/ptx.tab.h -- cgit v1.3