mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r7289] Purpose:
Code cleanup Description: Simplify installation for examples. Platforms tested: h5committestted Misc. update:
This commit is contained in:
parent
0415baafce
commit
a77654829b
15
Makefile.in
15
Makefile.in
@ -98,20 +98,14 @@ install:
|
||||
@$(LT) --mode=finish $(libdir)
|
||||
|
||||
install-examples:
|
||||
@@SETX@; for d in dummy @HDF5_INTERFACES@; do \
|
||||
if test $$d != "dummy"; then \
|
||||
@@SETX@; for d in examples @HDF5_INTERFACES@; do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
fi; \
|
||||
done
|
||||
(cd examples && $(MAKE) $@) || exit 1;
|
||||
|
||||
uninstall-examples:
|
||||
@@SETX@; for d in dummy @HDF5_INTERFACES@; do \
|
||||
if test $$d != "dummy"; then \
|
||||
@@SETX@; for d in examples @HDF5_INTERFACES@; do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
fi; \
|
||||
done
|
||||
(cd examples && $(MAKE) $@) || exit 1;
|
||||
|
||||
install-doc:
|
||||
@$(MAKE) install-examples
|
||||
@ -124,11 +118,8 @@ uninstall-doc:
|
||||
## Check if installation is correct by checking if examples can be built.
|
||||
## This requires a proper "make install" has been done.
|
||||
check-install:
|
||||
(cd examples && $(MAKE) check) || exit 1
|
||||
@@SETX@; for d in dummy @HDF5_INTERFACES@; do \
|
||||
if test $$d != "dummy"; then \
|
||||
@@SETX@; for d in examples @HDF5_INTERFACES@; do \
|
||||
(cd $$d && $(MAKE) $@) || exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
## Number format detection
|
||||
|
Loading…
x
Reference in New Issue
Block a user