## Makefile.in for ICU samples
-## Copyright (c) 1999-2000, International Business Machines Corporation and
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html#License
+##
+## Copyright (c) 1999-2011, International Business Machines Corporation and
## others. All Rights Reserved.
## Install directory information
CLEANFILES = *~
SUBDIRS = date cal
-ALLSUBDIRS = datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring break
+ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
## List of phony targets
.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: