~ubuntu-branches/ubuntu/precise/boinc/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
# 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