aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: ae716f0d59b5def6bbc7181339cc873a45f0aae6 (plain)
1
2
3
4
5
6
7
8
9
10
# Main make.code.defn file for thorn IOHDF5Util
# $Header$

# Source files in this directory
SRCS = Startup.c DumpUtils.c DumpVar.c RecoverVar.c

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