mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
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
|