]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/Makefile.in
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / tools / Makefile.in
index 1cfb2f0566db56b777e48ce64106c2cca20bfe15..e2c0c4992e63e773b092d9f7d015d295c93a61a3 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU tools
 ## 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
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -21,7 +21,7 @@ gentest gennorm2 gencfu
 .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     \
 .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 :
 
 ## Clear suffix list
 .SUFFIXES :
@@ -34,6 +34,8 @@ distclean : distclean-recursive
 dist: dist-recursive 
 check: all check-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; \
 ## Recursive targets
 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
        @dot_seen=no; \