1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html
3 #******************************************************************************
5 # Copyright (C) 1999-2011, International Business Machines
6 # Corporation and others. All Rights Reserved.
8 #******************************************************************************
9 ## Makefile.in for ICU extras
12 ## Install directory information
14 top_srcdir = @top_srcdir@
18 include $(top_builddir)/icudefs.mk
20 ## Build directory information
23 ## Files to remove for 'make clean'
28 ## List of phony targets
29 .PHONY : all all-local all-recursive install install-local \
30 install-recursive clean clean-local clean-recursive distclean \
31 distclean-local distclean-recursive dist dist-recursive dist-local \
32 check check-recursive check-local check-exhaustive
37 ## List of standard targets
38 all: all-recursive all-local
39 install: install-recursive install-local
40 clean: clean-recursive clean-local
41 distclean : distclean-recursive distclean-local
42 dist: dist-recursive dist-local
43 check: all check-recursive check-local
45 check-exhaustive: check
48 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
50 target=`echo $@ | sed s/-recursive//`; \
51 list='$(SUBDIRS)'; for subdir in $$list; do \
52 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
53 if test "$$subdir" = "."; then \
55 local_target="$$target-local"; \
57 local_target="$$target"; \
59 (cd $$subdir && $(MAKE) $$local_target) || exit; \
61 if test "$$dot_seen" = "no"; then \
62 $(MAKE) "$$target-local" || exit; \
72 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
76 distclean-local: clean-local
79 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
81 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status