-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMakefile.am
42 lines (32 loc) · 1.01 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Copyright (C) 2019, Northwestern University and Fermi National Accelerator Laboratory
# See COPYRIGHT notice in top-level directory.
#
# @configure_input@
SUFFIXES = .h5 .gz
TESTS = parallel_runs.sh
TEST_EXTENSIONS = .sh
LOG_COMPILER = $(srcdir)/parallel_runs.sh
SH_LOG_COMPILER =
INPUT_FILES = sample_r11981_s06.gz \
sample_r11981_s07.gz \
sample_r11981_s08.gz \
sample_r11981_s09.gz \
vl_string.gz \
string.gz
BUILT_SOURCES = $(INPUT_FILES:.gz=.h5)
.gz.h5:
gzip -dc $< > $@
TESTS_ENVIRONMENT = export TESTMPIRUN="$(TESTMPIRUN)";
TESTS_ENVIRONMENT += export HDF5_LIB_PATH="$(HDF5_LIB_PATH)";
CLEANFILES = core core.* out.h5
DISTCLEANFILES = $(INPUT_FILES:.gz=.h5)
EXTRA_DIST = $(INPUT_FILES) \
sample_list.txt \
parallel_runs.sh \
sample_output.h5.gz \
sample_output.metadata \
sample_stdout.txt \
vl_string.txt \
string.txt \
strings.txt