1 ## Makefile.in for ICU tools
2 ## Copyright (c) 1999-2012, International Business Machines Corporation and
3 ## others. All Rights Reserved.
5 ## Source directory information
7 top_srcdir = @top_srcdir@
11 include $(top_builddir)/icudefs.mk
13 ## Build directory information
16 SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
17 gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
18 gentest gennorm2 gencfu gendict
20 ## List of phony targets
21 .PHONY : all all-local all-recursive install install-local \
22 install-recursive clean clean-local clean-recursive distclean \
23 distclean-local distclean-recursive dist dist-local dist-recursive \
24 check check-local check-recursive build-local check-exhaustive
29 ## List of standard targets
31 install: install-recursive
32 clean: clean-local clean-recursive
33 distclean : distclean-recursive
35 check: all check-recursive
37 check-exhaustive: check
40 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
42 target=`echo $@ | sed s/-recursive//`; \
43 list='$(SUBDIRS)'; for subdir in $$list; do \
44 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
45 if test "$$subdir" = "."; then \
47 local_target="$$target-local"; \
49 local_target="$$target"; \
51 (cd $$subdir && $(MAKE) $$local_target) || exit; \
53 if test "$$target" != "clean"; then \
54 echo "$(MAKE)[$(MAKELEVEL)]: Making \`tztoolobjs' in \`tzcode'"; \
55 (cd tzcode && $(MAKE) tztoolobjs) || exit; \
57 if test "$$dot_seen" = "no"; then \
58 $(MAKE) "$$target-local" || exit; \
61 all-local: build-local
64 ## Files to remove for 'make clean'
72 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
74 # Clean up any old variations..
75 distclean-local: clean-local
82 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
84 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status