X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..ba6d6ed23dec08b1cd5700a128c0752491c10ac9:/icuSources/tools/Makefile.in diff --git a/icuSources/tools/Makefile.in b/icuSources/tools/Makefile.in index da7c907b..e2c0c499 100644 --- a/icuSources/tools/Makefile.in +++ b/icuSources/tools/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU tools -## Copyright (c) 1999-2006, International Business Machines Corporation and +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -13,15 +13,15 @@ include $(top_builddir)/icudefs.mk ## Build directory information subdir = tools -SUBDIRS = toolutil ctestfw makeconv genrb genuca genbrk genctd \ -gennames genpname gencnval gensprep genccode gencmn icupkg pkgdata \ -gentest genprops gencase genbidi gennorm icuswap +SUBDIRS = toolutil ctestfw makeconv genrb genbrk genctd \ +gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \ +gentest gennorm2 gencfu ## 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-local dist-recursive \ -check check-local check-recursive build-local +check check-local check-recursive build-local check-exhaustive ## Clear suffix list .SUFFIXES : @@ -34,6 +34,8 @@ distclean : distclean-recursive 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; \