aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.deps
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2005-11-16 13:49:02 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2005-11-16 13:49:02 +0000
commit8dfb67180f171eb85522aca444c26334287987a2 (patch)
tree0f45976fc70fe781fb61c3a1193857d16e102deb /src/make.configuration.deps
parent01bdf3aa27e2aa63f85d79ffab8f58643759ba33 (diff)
Don't remove an initial data checkpoint file if IO::checkpoint_keep is set to
a value larger 0. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@225 4825ed28-b72c-4eae-9704-e50c059e567d
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 $@