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 (13 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

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

if SC_ENABLE_OPENMP

bin_PROGRAMS += example/openmp/sc_openmp
example_openmp_sc_openmp_SOURCES = example/openmp/openmp.c

LINT_CSOURCES += $(example_openmp_sc_openmp_SOURCES)

endif