File: Makefile.mk

package info (click to toggle)
armci-mpi 0.3.1~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,792 kB
  • sloc: ansic: 13,028; sh: 243; makefile: 58; fortran: 44
file content (21 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (5)
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