aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/make.code.defn
blob: 77d93e0efdb985cac7f431c87e3a591a77d31ca4 (plain)
1
2
3
4
5
6
7
8
9
# Main make.code.defn file for thorn CarpetIOHDF5

# Source files in this directory
SRCS = Output.cc Utils.cc Checkpoint.cc Recover.cc

# Extend CXXFLAGS if HDF5 library was built with LFS support
ifneq ($(strip $(HDF5_LFS_FLAGS)),)
  CXXFLAGS += $(HDF5_LFS_FLAGS)
endif