## Makefile.in for ICU tools
-## Copyright (c) 1999-2006, 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 genuca genbrk genctd \
-gennames genpname gencnval gensprep genccode gencmn icupkg pkgdata \
-gentest genprops gencase genbidi gennorm icuswap
+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 \
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 :
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; \
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