aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn')
-rw-r--r--CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn16
1 files changed, 0 insertions, 16 deletions
diff --git a/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn b/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn
deleted file mode 100644
index 2fd2e7137..000000000
--- a/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn
+++ /dev/null
@@ -1,16 +0,0 @@
-# Main make.configuration.defn file for thorn CarpetIOFlexIO
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/Attic/make.configuration.defn,v 1.4 2002/12/12 12:57:07 schnetter Exp $
-
-# Provide configuration information for the FlexIO library
-
-# Add your library directories here until Cactus has a better
-# configuration mechanism:
-# (The include directories are set in the make.code.defn file.)
-FLEXIO_LIBDIRS := /home/eschnett/proj/FlexIO/lib /home/schnette/FlexIO/lib /home/eschnett/FlexIO
-
-# The FlexIO, HDF5, HDF4, and their support libraries
-FLEXIO_LIBS := AMR h5io hdfio hlio ieeeio hdf5 mfhdf df jpeg z
-
-# Add this thorn's configuration information
-LIBDIRS := $(FLEXIO_LIBDIRS) $(LIBDIRS)
-LIBS := $(FLEXIO_LIBS) $(LIBS)