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

« back to all changes in this revision

Viewing changes to samples/nvopencl/Makefile

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 nvopencl BOINC example application on Linux.
 
2
 
 
3
# Add source files here
 
4
EXECUTABLE      := example_app_nvopencl
 
5
# C/C++ source files (compiled with gcc / c++)
 
6
CCFILES         := nvopencl.cpp
 
7
 
 
8
################################################################################
 
9
# Rules and targets
 
10
 
 
11
include common_opencl.mk
 
12
 
 
13