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

# Source files in this directory
SRCS = CarpetIONirvana.cc Output.cc

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