summaryrefslogtreecommitdiffstats
path: root/tools/perform/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2017-06-12 23:00:03 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2017-06-12 23:00:03 (GMT)
commitc3718a079965bc9d9637780f0961db1c973c1356 (patch)
treeb530678f2a6ce550a06ae4a69e187af22aa599f4 /tools/perform/Makefile.in
parent62142b4cbc374e832accf687b25c8146eaab3952 (diff)
parent16e0eb3c5238d358e0db3d6b3d83ac14b5550e92 (diff)
downloadhdf5-c3718a079965bc9d9637780f0961db1c973c1356.zip
hdf5-c3718a079965bc9d9637780f0961db1c973c1356.tar.gz
hdf5-c3718a079965bc9d9637780f0961db1c973c1356.tar.bz2
Merge pull request #576 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_19 to hdf5_1_8_19
* commit '16e0eb3c5238d358e0db3d6b3d83ac14b5550e92': Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
Diffstat (limited to 'tools/perform/Makefile.in')
-rw-r--r--tools/perform/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/perform/Makefile.in b/tools/perform/Makefile.in
index a59f3b0..92a5b94 100644
--- a/tools/perform/Makefile.in
+++ b/tools/perform/Makefile.in
@@ -745,12 +745,10 @@ perf_meta_LDADD = $(LIBH5TEST) $(LIBHDF5)
LIB = $(lib_LIBRARIES) $(lib_LTLIBRARIES) $(noinst_LIBRARIES) \
$(noinst_LTLIBRARIES) $(check_LIBRARIES) $(check_LTLIBRARIES) $(EXTRA_LIB)
-DYN = $(dyn_LTLIBRARIES)
PROGS = $(bin_PROGRAMS) $(bin_SCRIPTS) $(noinst_PROGRAMS) $(noinst_SCRIPTS) \
$(EXTRA_PROG)
chk_TESTS = $(check_PROGRAMS) $(check_SCRIPTS) $(EXTRA_TEST)
-dyndir = $(libdir)
TEST_EXTENSIONS = .sh
SH_LOG_COMPILER = $(SHELL)
AM_SH_LOG_FLAGS =
@@ -1344,7 +1342,6 @@ help:
# lib/progs/tests targets recurse into subdirectories. build-* targets
# build files in this directory.
-build-dyn: $(DYN)
build-lib: $(LIB)
build-progs: $(LIB) $(PROGS)
build-tests: $(LIB) $(PROGS) $(chk_TESTS)
@@ -1352,7 +1349,7 @@ build-tests: $(LIB) $(PROGS) $(chk_TESTS)
# General rule for recursive building targets.
# BUILT_SOURCES contain targets that need to be built before anything else
# in the directory (e.g., for Fortran type detection)
-lib dyn progs tests check-s check-p :: $(BUILT_SOURCES)
+lib progs tests check-s check-p :: $(BUILT_SOURCES)
@$(MAKE) $(AM_MAKEFLAGS) build-$@ || exit 1;
@for d in X $(SUBDIRS); do \
if test $$d != X && test $$d != .; then \