aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 542e128d610df9939f30e54140328e0793d41fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# make.configuration.defn file for thorn HDF5

# Define standard HDF5 utilities
ALL_UTILS += gif2h5 h52gif h5copy h5debug h5diff h5dump h5import h5jam h5ls h5mkgrp h5perf_serial h5redeploy h5repack h5repart h5stat h5unjam

# Install h5check only if it exists
ifneq ($(wildcard $(HDF5_DIR)/bin/h5check*),)
ALL_UTILS += h5check
endif

# Ignore some of the utilities that we don't use, e.g. the compiler
# wrappers:
# h5c++ h5cc h5fc

# Define this thorn's utilities
ALL_UTILS += hdf5_merge hdf5_extract hdf5_double_to_single