aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-11-24 16:03:12 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-11-24 16:03:12 +0000
commit076b2f3b9d752634b3da10853335adb3d32348a9 (patch)
treec0026b1df2bd9d529cf332a00b1ad97b8ec9a843 /src
parentd0f4b9d5b116f7a960a1a317a20fd370485ee937 (diff)
These make dependencies are not needed here anymore
because they are also specified in IOHDF5Util's make.configuration.defn, and IOHDF5 and IOStreamedHDF5 inherit from this thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@56 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src')
-rw-r--r--src/make.configuration.defn12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
deleted file mode 100644
index 0eb13c8..0000000
--- a/src/make.configuration.defn
+++ /dev/null
@@ -1,12 +0,0 @@
-# make.configuration.defn for StreamedHDF5
-
-# make sure that StreamedHDF5 was configured with HDF5
-
-ifeq ($(strip $(HDF5_LIBS)), )
-$(NAME): MissingHDF5
-.pseudo: MissingHDF5
-MissingHDF5:
- @echo "StreamedHDF5: requires HDF5"
- @echo "StreamedHDF5: Please configure with HDF5 or remove StreamedHDF5 from Thornlist !"
- exit 2
-endif