## 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.
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 \
(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; \