summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-07-03 21:50:47 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:33 -0700
commit3d2d74e5e876e10c207756fa9b3b7508a6a92f8a (patch)
treef9abcaa614aa46bd6d43a3acb2fb86b8d695c00c
parent7fe2f7e952dea07ebee877832ed26dcfc6b53503 (diff)
Forgot to add the Makefile.makedepend rule in the opencl makefile
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13293]
-rw-r--r--libopencl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libopencl/Makefile b/libopencl/Makefile
index 5f6cc28..ae72115 100644
--- a/libopencl/Makefile
+++ b/libopencl/Makefile
@@ -97,7 +97,9 @@ all: lib$(PROG).a nvopencl_wrapper
lib$(PROG).a: $(OBJS)
ar rcs $(OUTPUT_DIR)/lib$(PROG).a $(OBJS)
-
+
+Makefile.makedepend: depend
+
depend:
touch Makefile.makedepend
makedepend -fMakefile.makedepend -p$(OUTPUT_DIR)/ $(CXX_SRCS) 2> /dev/null