diff -Naur cuda-rarcrypt.orig/Makefile cuda-rarcrypt/Makefile --- cuda-rarcrypt.orig/Makefile 2009-04-28 12:50:15.000000000 +0000 +++ cuda-rarcrypt/Makefile 2009-06-04 20:01:55.000000000 +0000 @@ -1,5 +1,6 @@ # Add source files here -EXECUTABLE := rarcrypt +ROOTBINDIR :=./bin +EXECUTABLE := cuda-rarcrypt # CUDA source files (compiled with cudacc) CUFILES := rarcrypt.cu @@ -22,7 +23,7 @@ ################################################################################ # Rules and targets -include ../../common/common.mk +include /opt/cuda/sdk/common/common.mk