boinc/samples/nvcuda/Makefile_mac

13 lines
386 B
Plaintext
Raw Normal View History

# makefile for cuda BOINC example application on Macintosh.
# Add source files here
EXECUTABLE := example_app_nvcuda_mac
# Cuda source files (compiled with cudacc)
CUFILES := cuda_kernel.cu
# C/C++ source files (compiled with gcc / c++)
CCFILES := cuda.cpp \
################################################################################
# Rules and targets
include common_mac.mk