## Makefile.in for ICU tests
-## Copyright (c) 1999-2004, International Business Machines Corporation and
+## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
clean: clean-recursive clean-local
distclean : distclean-recursive distclean-local
$(RMV) hdrtst/Makefile
+ $(RMV) perf/convperf/Makefile
dist: dist-recursive dist-local
check: everything check-recursive check-local
check-recursive: all-recursive
## Recursive targets
-all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
+all-recursive install-recursive clean-recursive distclean-recursive dist-recursive:
@dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
$(MAKE) "$$target-local" || exit; \
fi
+check-recursive:
+ @goods=; \
+ bads=; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
+ local_target="$$target"; \
+ if (cd $$subdir && $(MAKE) $$local_target); then \
+ goods="$$goods $$subdir"; \
+ else \
+ bads="$$bads $$subdir"; \
+ fi; \
+ done; \
+ echo "---------------"; \
+ echo "ALL TESTS SUMMARY:"; \
+ if test ! "x$$bads" = "x"; then \
+ echo "ok: $$goods"; \
+ echo "===== ERRS: $$bads"; exit 1; \
+ else \
+ echo "All tests OK: $$goods"; \
+ fi
+
all-local:
install-local: