aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn
blob: 004c3b75c6843aa97ff4dd9e09ef6c929b1c6f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)