]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/Makefile.in
ICU-66108.tar.gz
[apple/icu.git] / icuSources / tools / Makefile.in
index 33ba3dea48744ca1cecaf9746563db25807b13eb..54187bd22a6d773b9253727520e3161c79adfa0e 100644 (file)
@@ -1,4 +1,6 @@
 ## Makefile.in for ICU tools
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
 ## Copyright (c) 1999-2012, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
@@ -17,6 +19,10 @@ SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
 gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
 gentest gennorm2 gencfu gendict
 
+ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
+SUBDIRS += escapesrc
+endif
+
 ## List of phony targets
 .PHONY : all all-local all-recursive install install-local     \
 install-recursive clean clean-local clean-recursive distclean          \
@@ -50,6 +56,12 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
          fi; \
          (cd $$subdir && $(MAKE) $$local_target) || exit; \
        done; \
+       if test "$$target" != "clean"; then \
+         if test -n "$(TZDATA)"; then \
+               echo "$(MAKE)[$(MAKELEVEL)]: Making \`tztoolobjs' in \`tzcode'"; \
+               (cd tzcode && $(MAKE) tztoolobjs) || exit; \
+         fi; \
+       fi; \
        if test "$$dot_seen" = "no"; then \
          $(MAKE) "$$target-local" || exit; \
        fi