]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/Makefile.in
ICU-66108.tar.gz
[apple/icu.git] / icuSources / tools / Makefile.in
index e2c0c4992e63e773b092d9f7d015d295c93a61a3..54187bd22a6d773b9253727520e3161c79adfa0e 100644 (file)
@@ -1,5 +1,7 @@
 ## Makefile.in for ICU tools
-## Copyright (c) 1999-2011, International Business Machines Corporation and
+## 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.
 
 ## Source directory information
@@ -13,9 +15,13 @@ include $(top_builddir)/icudefs.mk
 ## Build directory information
 subdir = tools
 
-SUBDIRS = toolutil ctestfw makeconv genrb genbrk genctd \
+SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
 gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
-gentest gennorm2 gencfu
+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     \
@@ -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