[svn-r5045] Purpose:

New Feature Addition
Description:
	Added support for Pablo configuration by our configure script.
This commit is contained in:
Bill Wendling 2002-03-07 15:27:38 -05:00
parent 7ce0b23cd6
commit cd6c3fdf9d

View File

@ -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