From 076b2f3b9d752634b3da10853335adb3d32348a9 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 24 Nov 2000 16:03:12 +0000 Subject: 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 --- src/make.configuration.defn | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/make.configuration.defn (limited to 'src') 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 -- cgit v1.2.3