File: Makefile.inc.am

package info (click to toggle)
opari2 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,808 kB
  • sloc: cpp: 8,533; sh: 5,755; ansic: 5,129; f90: 530; fortran: 341; makefile: 227; awk: 179
file content (22 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## -*- mode: makefile -*-

##
## This file is part of the Score-P software (http://www.score-p.org)
##
## Copyright (c) 2020,
## Technische Universitaet Dresden, Germany
##
## This software may be modified and distributed under the terms of
## a BSD-style license.  See the COPYING file in the package base
## directory for details.
##

if HAVE_OPENMP_SUPPORT

exampleopenmpdir = $(docdir)/example/openmp
exampleopenmp_DATA = \
    $(SRC_ROOT)doc/example/openmp/example.c \
    $(SRC_ROOT)doc/example/openmp/example.f90 \
    ../doc/example/openmp/Makefile

endif HAVE_OPENMP_SUPPORT