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

# Source files in this directory
SRCS = Startup.c Output.c Write.c DumpGH.c RecoverGH.c

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