File: Makefile.inc.am

package info (click to toggle)
otf2 3.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,000 kB
  • sloc: ansic: 92,997; python: 16,977; cpp: 9,057; sh: 6,299; makefile: 238; awk: 54
file content (20 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## -*- mode: makefile -*-

##
## This file is part of the Score-P software ecosystem (http://www.score-p.org)
##
## Copyright (c) 2022,
## Forschungszentrum Juelich GmbH, 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.
##


include ../common/utils/src/Makefile.inc.am
include ../common/utils/src/atomic/Makefile.inc.am
include ../common/utils/src/cstr/Makefile.inc.am
include ../common/utils/src/exception/Makefile.inc.am
include ../common/utils/src/io/Makefile.inc.am
include ../common/utils/src/mutex/Makefile.inc.am