f430c71d06
- conditionally compile examples
20 lines
278 B
Makefile
20 lines
278 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = autogen.sh
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
test \
|
|
tools \
|
|
doc \
|
|
examples/H5 \
|
|
examples/H5Part \
|
|
examples/H5Block \
|
|
examples/H5Fed
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
config.h \
|
|
config.log \
|
|
config.status \
|
|
stamp-h.in \
|
|
stamp-h1
|