]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/Makefile.in
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / samples / Makefile.in
index 8f54112b31519f498057759e0bb31a64f625be2d..211b2a5d5ae170d1742e4ede14d8c0bddcb85a33 100644 (file)
@@ -1,5 +1,8 @@
 ## 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
@@ -20,13 +23,13 @@ include @platform_make_fragment@
 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 :
@@ -46,6 +49,7 @@ check-samples: check-samples-recursive
 #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: