summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/Makefile.am
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-06-12 15:21:41 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-06-12 15:21:41 (GMT)
commit5385f032dd5aaf9a09c2a86374c0d3a826e41010 (patch)
tree307786b2639ee1a7500b4f695213bd6201deae74 /tools/src/misc/Makefile.am
parent54a07f556cd2f3556f8c7946fe7905bc658a11aa (diff)
downloadhdf5-5385f032dd5aaf9a09c2a86374c0d3a826e41010.zip
hdf5-5385f032dd5aaf9a09c2a86374c0d3a826e41010.tar.gz
hdf5-5385f032dd5aaf9a09c2a86374c0d3a826e41010.tar.bz2
Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow
disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings.
Diffstat (limited to 'tools/src/misc/Makefile.am')
-rw-r--r--tools/src/misc/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/src/misc/Makefile.am b/tools/src/misc/Makefile.am
index 64c5ee5..1353021 100644
--- a/tools/src/misc/Makefile.am
+++ b/tools/src/misc/Makefile.am
@@ -40,19 +40,6 @@ DISTCLEANFILES=h5cc
# All programs rely on hdf5 library and h5tools library
LDADD=$(LIBH5TOOLS) $(LIBHDF5)
-# h5cc needs custom install and uninstall rules, since it may be
-# named h5pcc if hdf5 is being built in parallel mode.
-if BUILD_PARALLEL_CONDITIONAL
- H5CC_NAME=h5pcc
-else
- H5CC_NAME=h5cc
-endif
-
-install-exec-local:
- @$(INSTALL) h5cc $(DESTDIR)$(bindir)/$(H5CC_NAME)
-uninstall-local:
- @$(RM) $(DESTDIR)$(bindir)/$(H5CC_NAME)
-
# How to build h5redeploy script
h5redeploy: h5redeploy.in
@cp $(srcdir)/$@.in $@