boinc/samples/nvcuda/Makefile_mac

13 lines
398 B
Plaintext
Raw Normal View History

2010-07-13 21:51:54 +00:00
# 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