install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive doc dist dist-local dist-recursive \
check check-local check-recursive clean-recursive-with-twist install-icu \
-doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive
+doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive \
+check-exhaustive check-exhaustive-recursive
## Clear suffix list
.SUFFIXES :
check-recursive: all
xcheck: all xcheck-recursive
xperf: all xperf-recursive
+check-exhaustive: all check-exhaustive-recursive
xcheck-recursive: all xcheck-local
@$(MAKE) -C test xcheck
-$(MKINSTALLDIRS) $@
## Recursive targets
-all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: $(LIBDIR) $(BINDIR)
+all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive check-exhaustive-recursive: $(LIBDIR) $(BINDIR)
@dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(LOCAL_SUBDIRS)'; for subdir in $$list; do \
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
distclean distclean-local install-library install-headers dist \
-dist-local check check-local
+dist-local check check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
+check-exhaustive: check
+
all-local: $(ALL_TARGETS)
install-local: install-headers install-library
.PHONY : all all-local all-recursive install install-local install-files \
install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive dist dist-local dist-recursive \
-check check-local check-recursive build-local clean-resindex build-dir icudata.jar
+check check-local check-recursive build-local clean-resindex build-dir icudata.jar \
+check-exhaustive
## Clear suffix list
.SUFFIXES :
dist:
check: all
+check-exhaustive: check
+
-include Makefile.local
#******************************************************************************
#
-# Copyright (C) 1999-2004, International Business Machines
+# Copyright (C) 1999-2011, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
.PHONY : all all-local all-recursive install install-local \
install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive dist dist-recursive dist-local \
-check check-recursive check-local
+check check-recursive check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-recursive dist-local
check: all check-recursive check-local
+check-exhaustive: check
+
## Recursive targets
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
@dot_seen=no; \
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
distclean distclean-local install-library install-headers dist \
-dist-local check check-local
+dist-local check check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
+check-exhaustive: check
+
all-local: $(ALL_TARGETS)
install-local: install-headers install-library
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
distclean distclean-local install-library install-headers dist \
-dist-local check check-local
+dist-local check check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
+check-exhaustive: check
+
all-local: $(ALL_TARGETS)
install-local: install-headers install-library
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
distclean distclean-local install-library install-headers dist \
-dist-local check check-local
+dist-local check check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
+check-exhaustive: check
+
all-local: $(ALL_TARGETS)
install-local: install-headers install-library
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
distclean distclean-local install-library install-headers dist \
-dist-local check check-local
+dist-local check check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
+check-exhaustive: check
+
all-local: $(ALL_TARGETS)
install-local: install-headers install-library
## Makefile.in for ICU samples
-## Copyright (c) 1999-2010, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
## others. All Rights Reserved.
## Install directory information
.PHONY : all all-local all-recursive install install-local \
install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive dist dist-recursive dist-local \
-check check-recursive check-local
+check check-recursive check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
#check: all check-recursive check-local
check: all check-local
+check-exhaustive: check
## Recursive targets
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
distclean distclean-local install-library dist \
-dist-local check check-local
+dist-local check check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
+check-exhaustive: check
+
all-local: $(ALL_TARGETS)
install-local: install-library
## Makefile.in for ICU tests
-## Copyright (c) 1999-2010, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
.PHONY : everything all all-local all-recursive install install-local \
install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive dist dist-recursive dist-local \
-check check-recursive check-local xcheck xcheck-recursive xcheck-local
+check check-recursive check-local xcheck xcheck-recursive xcheck-local \
+check-exhaustive check-exhaustive-recursive
## Clear suffix list
.SUFFIXES :
# the xcheck targets create a ../test-*.xml file in JUnit format.
xcheck: everything xcheck-recursive xcheck-local
xcheck-recursive: all-recursive
+check-exhaustive: everything check-exhaustive-recursive check-local
## Recursive targets
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive:
$(MAKE) "$$target-local" || exit; \
fi
-xcheck-recursive check-recursive:
+xcheck-recursive check-recursive check-exhaustive-recursive:
@goods=; \
bads=; \
target=`echo $@ | sed s/-recursive//`; \
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
-distclean distclean-local dist dist-local check check-local xcheck
+distclean distclean-local dist dist-local check check-local xcheck \
+check-exhaustive check-exhaustive-local
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
xcheck: all xcheck-local
+check-exhaustive: all check-exhaustive-local
all-local: $(TARGET)
check-local: all-local
$(INVOKE) ./$(TARGET) $(CINTLTST_OPTS)
+check-exhaustive-local: all-local
+ $(INVOKE) ./$(TARGET) -e
+
TESTXML=$(top_builddir)/test-$(TARGET).xml
xcheck-local: all-local
$(INVOKE) ./$(TARGET) $(CINTLTST_OPTS) -x $(TESTXML)
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
-distclean distclean-local dist dist-local check check-local xcheck xcheck-local
+distclean distclean-local dist dist-local check check-local xcheck xcheck-local \
+check-exhaustive check-exhaustive-local
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
xcheck: all xcheck-local
+check-exhaustive: all check-exhaustive-local
all-local: $(TARGET)
check-local: all-local
$(INVOKE) ./$(TARGET) $(INTLTEST_OPTS)
+check-exhaustive-local: all-local
+ $(INVOKE) ./$(TARGET) -e
+
TESTXML=$(top_builddir)/test-$(TARGET).xml
xcheck-local: all-local
$(INVOKE) ./$(TARGET) $(INTLTEST_OPTS) -x $(TESTXML)
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
-distclean distclean-local dist dist-local check check-local xcheck
+distclean distclean-local dist dist-local check check-local xcheck \
+check-exhaustive check-exhaustive-local
## Clear suffix list
.SUFFIXES :
dist: dist-local
check: all check-local
xcheck: all xcheck-local
+check-exhaustive: all check-exhaustive-local
all-local: $(TARGET)
check-local: all-local
$(INVOKE) ./$(TARGET) $(IOTEST_OPTS)
+check-exhaustive-local: all-local
+ $(INVOKE) ./$(TARGET) -e
+
TESTXML=$(top_builddir)/test-$(TARGET).xml
xcheck-local: all-local
$(INVOKE) ./$(TARGET) $(IOTEST_OPTS) -x $(TESTXML)
#******************************************************************************
#
-# Copyright (C) 1998-2010, International Business Machines
+# Copyright (C) 1998-2011, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
.PHONY : all all-local all-recursive install install-local \
install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive doc dist dist-local dist-recursive \
-check check-local check-recursive build-dir testdata.jar xcheck
+check check-local check-recursive build-dir testdata.jar xcheck check-exhaustive
xcheck: all-local
dist: dist-local
check: all check-local
+check-exhaustive: check
+
all-local: build-dir build-testdata testdata packagetest
install-local:
## Makefile.in for ICU tools
-## Copyright (c) 1999-2010, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
.PHONY : all all-local all-recursive install install-local \
install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive dist dist-local dist-recursive \
-check check-local check-recursive build-local
+check check-local check-recursive build-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-recursive
check: all check-recursive
+check-exhaustive: check
+
## Recursive targets
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
@dot_seen=no; \