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.deps7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index bb1cae5..1163053 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -52,3 +52,10 @@ $(IOHDF5_BUILD_DIR)/hdf5_convert_from_sdf.o: $(IOHDF5_SRC_DIR)/hdf5_convert_from
@echo Compiling $<
if [ ! -d $(IOHDF5_BUILD_DIR) ]; then $(MKDIR) $(MKDIRFLAGS) $(IOHDF5_BUILD_DIR) ; fi
$(CC) $< $(IOHDF5_CFLAGS) $(INC_DIRS:%=-I%) -c -o $@
+
+
+# linking rule for hdf5_convert_from_carpetiohdf5
+$(UTIL_DIR)/hdf5_convert_from_carpetiohdf5: $(IOHDF5_BUILD_DIR)/hdf5_convert_from_carpetiohdf5.o
+ @echo Creating hdf5_convert_from_carpetiohdf5 in $(UTIL_DIR) from $<
+ if [ ! -d $(UTIL_DIR) ]; then $(MKDIR) $(MKDIRFLAGS) $(UTIL_DIR) ; fi
+ $(LD) $< $(TOP)/datestamp.o $(IOHDF5_LDFLAGS) $(GENERAL_LIBRARIES) -o $@