aboutsummaryrefslogtreecommitdiff
path: root/nerv/Makefile
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-08-05 08:04:40 +0800
committerDeterminant <ted.sybil@gmail.com>2015-08-05 08:04:40 +0800
commite935fd6d49b81b0c83d5ad112bfd0a8a68a67175 (patch)
tree1c0dd615de42ddf707562d3f24223671c6e8cfae /nerv/Makefile
parent6aa0bb7b1ca5c92e50d6c7eeb1e3db2c16e71c3b (diff)
put global transformation into a separate library
Diffstat (limited to 'nerv/Makefile')
-rw-r--r--nerv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/Makefile b/nerv/Makefile
index fdffd12..728d010 100644
--- a/nerv/Makefile
+++ b/nerv/Makefile
@@ -66,7 +66,7 @@ $(LIB_PATH)/libluaT.so: $(LUAT_OBJS)
$(INST_LIBDIR)/libnerv.so: $(NERV_OBJS) $(LIB_PATH)/libnervcore.so $(LIB_PATH)/libluaT.so
gcc -shared -o $@ $(NERV_OBJS) $(LDFLAGS) -Wl,-rpath=$(LIB_PATH) -L$(LIB_PATH) -lnervcore -lluaT
-$(OBJ_DIR)/matrix/cumatrix.o: matrix/generic/cumatrix.c matrix/generic/matrix.c matrix/generic/cukernel.cu
+$(OBJ_DIR)/matrix/cumatrix.o: matrix/generic/cumatrix.c matrix/generic/matrix.c
$(OBJ_DIR)/matrix/mmatrix.o: matrix/generic/mmatrix.c matrix/generic/matrix.c
$(OBJ_DIR)/lib/matrix/cumatrix.o: lib/matrix/generic/cumatrix.c lib/matrix/generic/matrix.c lib/matrix/generic/cukernel.cu