mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r5045] Purpose:
New Feature Addition Description: Added support for Pablo configuration by our configure script.
This commit is contained in:
parent
7ce0b23cd6
commit
cd6c3fdf9d
@ -15,7 +15,7 @@ srcdir=@srcdir@
|
||||
@COMMENCE@
|
||||
|
||||
# Subdirectories in build-order (not including `examples')
|
||||
SUBDIRS=src test tools @TESTPARALLEL@ @subdirs@
|
||||
SUBDIRS=src test tools @PABLO@ @TESTPARALLEL@ @subdirs@
|
||||
|
||||
##############################################################################
|
||||
## T A R G E T S
|
||||
@ -126,13 +126,13 @@ H5Tinit.c:
|
||||
mostlyclean distclean maintainer-clean
|
||||
|
||||
clean mostlyclean:
|
||||
@@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \
|
||||
@@SETX@; for d in $(SUBDIRS) doc perform examples; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) conftest conftest.c
|
||||
|
||||
distclean:
|
||||
@@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \
|
||||
@@SETX@; for d in $(SUBDIRS) doc perform examples; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) config/commence config/conclude
|
||||
@ -144,7 +144,7 @@ distclean:
|
||||
maintainer-clean:
|
||||
@echo "This target is intended for maintainers to use;"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
@@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \
|
||||
@@SETX@; for d in $(SUBDIRS) doc perform examples; do \
|
||||
(cd $$d && $(MAKE) $@); \
|
||||
done
|
||||
-$(RM) config.cache config.log config.status src/H5config.h
|
||||
|
Loading…
Reference in New Issue
Block a user