1 #******************************************************************************
3 # Copyright (C) 1999-2004, International Business Machines
4 # Corporation and others. All Rights Reserved.
6 #******************************************************************************
7 ## Makefile.in for ICU extras
10 ## Install directory information
12 top_srcdir = @top_srcdir@
16 include $(top_builddir)/icudefs.mk
18 ## Build directory information
21 ## Files to remove for 'make clean'
26 ## List of phony targets
27 .PHONY : all all-local all-recursive install install-local \
28 install-recursive clean clean-local clean-recursive distclean \
29 distclean-local distclean-recursive dist dist-recursive dist-local \
30 check check-recursive check-local
35 ## List of standard targets
36 all: all-recursive all-local
37 install: install-recursive install-local
38 clean: clean-recursive clean-local
39 distclean : distclean-recursive distclean-local
40 dist: dist-recursive dist-local
41 check: all check-recursive check-local
44 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
46 target=`echo $@ | sed s/-recursive//`; \
47 list='$(SUBDIRS)'; for subdir in $$list; do \
48 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
49 if test "$$subdir" = "."; then \
51 local_target="$$target-local"; \
53 local_target="$$target"; \
55 (cd $$subdir && $(MAKE) $$local_target) || exit; \
57 if test "$$dot_seen" = "no"; then \
58 $(MAKE) "$$target-local" || exit; \
68 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
72 distclean-local: clean-local
75 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
77 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status