# Basic configuration EXECUTABLE := addone CUFILES := addone.cu CCFILES := CU_DEPS := addone_kernel.cu C_DEPS := # Redefine where things go SRCDIR = ./ ROOTDIR = /usr/local/NVIDIA_CUDA_SDK/common/ ROOTBINDIR = ./ BINDIR = ./ # Set to do a verbose build by default verbose = 1 # make stuff compiling with nvcc and linking to cuda libraries include $(ROOTDIR)/common.mk