X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/samples/Makefile.in?ds=sidebyside diff --git a/icuSources/samples/Makefile.in b/icuSources/samples/Makefile.in index 03923fec..0d664718 100644 --- a/icuSources/samples/Makefile.in +++ b/icuSources/samples/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU samples -## Copyright (c) 1999-2006, International Business Machines Corporation and +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Install directory information @@ -20,13 +20,13 @@ include @platform_make_fragment@ CLEANFILES = *~ SUBDIRS = date cal -ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 +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 +46,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: