## 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
## 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 \
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