From 2c72a869f0bf5c27a9b4a159975e926ebc75b902 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Wed, 25 Apr 2012 19:44:41 -0800 Subject: Removing all remaining traced of decuda Stopping if someone tries to use PTXPlus without cuobjdump [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12138] --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a146436..8abe321 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,6 @@ else TARGETS += $(SIM_LIB_DIR)/libOpenCL.so endif TARGETS += decuda_to_ptxplus/decuda_to_ptxplus - TARGETS += decuda gpgpusim: makedirs $(TARGETS) @@ -135,9 +134,6 @@ decuda_to_ptxplus/decuda_to_ptxplus: $(MAKE) -C ./decuda_to_ptxplus/ depend $(MAKE) -C ./decuda_to_ptxplus/ -decuda: - ./getDecuda/getDecuda.sh - makedirs: if [ ! -d $(SIM_LIB_DIR) ]; then mkdir -p $(SIM_LIB_DIR); fi; if [ ! -d $(SIM_OBJ_FILES_DIR)/libcuda ]; then mkdir -p $(SIM_OBJ_FILES_DIR)/libcuda; fi; -- cgit v1.3