mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
fc88fcde10
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen
18 lines
281 B
Makefile
18 lines
281 B
Makefile
#
|
|
# Copyright by The HDF Group.
|
|
# All rights reserved.
|
|
#
|
|
##
|
|
## Makefile.am
|
|
## Run automake to generate a Makefile.in from this file.
|
|
##
|
|
|
|
noinst_PROGRAMS = h5slabread h5slabwrite h5efc
|
|
|
|
EXTRA_DIST =
|
|
|
|
AM_CPPFLAGS = '-D H5_USE_112_API'
|
|
TESTS = test.sh
|
|
|
|
CLEANFILES = Makefile test.sh
|