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

« back to all changes in this revision

Viewing changes to samples/nvcuda/Makefile_mac

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# makefile for cuda BOINC example application on Macintosh.
 
2
 
 
3
# Add source files here
 
4
EXECUTABLE      := example_app_nvcuda_mac
 
5
# Cuda source files (compiled with cudacc)
 
6
CUFILES         := cuda_kernel.cu
 
7
# C/C++ source files (compiled with gcc / c++)
 
8
CCFILES         := cuda.cpp \
 
9
 
 
10
################################################################################
 
11
# Rules and targets
 
12
 
 
13
include common_mac.mk
 
 
b'\\ No newline at end of file'