aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.deps
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.deps')
-rw-r--r--src/make.configuration.deps11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 402c629..6d0d250 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -1,5 +1,16 @@
# make.configuration.deps file for thorn HDF5
+# Standard HDF5 utilities are copied from the install directory
+
+$(UTIL_DIR)/%: $(HDF5_DIR)/bin/%
+ @echo "Copying $* from $< to $(UTIL_DIR)"
+ -$(MKDIR) $(MKDIRFLAGS) $(UTIL_DIR) 2> /dev/null
+ cp $< $@
+
+
+
+# Cactus HDF5 utilities are built
+
HDF5_BUILD_DIR = $(BUILD_DIR)/HDF5
HDF5_SRC_DIR = $(PACKAGE_DIR)/ExternalLibraries/HDF5/src/util