File: Makefile.am

package info (click to toggle)
p4est 2.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,536 kB
  • sloc: ansic: 87,528; makefile: 855; sh: 635; perl: 272; python: 226; awk: 40; javascript: 23
file content (14 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# This file is part of the SC Library
# Makefile.am in cuda
# included non-recursively from toplevel directory

# if SC_WITH_CUDA
#
# bin_PROGRAMS += example/cuda/sc_aprog
#
# example_cuda_sc_aprog_SOURCES = example/cuda/aprog.c
#
# example_cuda_sc_aprog_LDADD = @NVCCLIBS@
#
# endif