From 350945a8b5a4204dcb26c4eb8d13efd19db76d68 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Fri, 16 Aug 2002 18:19:00 +0000 Subject: Added semi-automatic detection of include paths, library paths, and libraries. darcs-hash:20020816181957-07bb3-ca5dd8b330968e1dcde53a5c5b7474c78cd7fe2c.gz --- CarpetAttic/CarpetIOFlexIO/src/make.code.defn | 13 ++++++++++++- CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn | 16 ++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn (limited to 'CarpetAttic') diff --git a/CarpetAttic/CarpetIOFlexIO/src/make.code.defn b/CarpetAttic/CarpetIOFlexIO/src/make.code.defn index 2073784d6..8b44061f0 100644 --- a/CarpetAttic/CarpetIOFlexIO/src/make.code.defn +++ b/CarpetAttic/CarpetIOFlexIO/src/make.code.defn @@ -1,5 +1,5 @@ # Main make.code.defn file for thorn CarpetIOFlexIO -# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/make.code.defn,v 1.1 2001/03/15 23:28:50 eschnett Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/make.code.defn,v 1.2 2002/08/16 20:19:57 schnetter Exp $ # Source files in this directory SRCS = ioflexio.cc @@ -7,3 +7,14 @@ SRCS = ioflexio.cc # Subdirectories containing source files SUBDIRS = + + +# Provide configuration information for the FlexIO library + +# Add your include directories here until Cactus has a better +# configuration mechanism: +# (The library directories are set in the make.configuration.defn file.) +FLEXIO_SYS_INC_DIRS := /home/eschnett/proj/FlexIO/include /home/schnette/proj/FlexIO/include + +# Add this thorn's configuration information +SYS_INC_DIRS := $(FLEXIO_SYS_INC_DIRS) $(SYS_INC_DIRS) diff --git a/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn b/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn new file mode 100644 index 000000000..004c3b75c --- /dev/null +++ b/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn @@ -0,0 +1,16 @@ +# Main make.configuration.defn file for thorn CarpetIOFlexIO +# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/Attic/make.configuration.defn,v 1.3 2002/08/16 20:19:57 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/proj/FlexIO/lib + +# 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) -- cgit v1.2.3