File: Makefile.mk

package info (click to toggle)
armci-mpi 0.0~git20160222-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,756 kB
  • sloc: ansic: 12,698; sh: 229; makefile: 53; fortran: 44
file content (21 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Copyright (C) 2010. See COPYRIGHT in top-level directory.
#

check_PROGRAMS += \
                  tests/contrib/armci-perf         \
                  tests/contrib/armci-test         \
                  # end

TESTS          += \
                  tests/contrib/armci-perf         \
                  tests/contrib/armci-test         \
                  # end

tests_contrib_armci_perf_LDADD = libarmci.la -lm
tests_contrib_armci_test_LDADD = libarmci.la -lm

include tests/contrib/cg/Makefile.mk
include tests/contrib/lu/Makefile.mk
include tests/contrib/transp1D/Makefile.mk
include tests/contrib/non-blocking/Makefile.mk