1 ## Makefile.in for ICU tests
2 ## Copyright (c) 1999-2004, 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 @ICUIO_TRUE@IOTEST = iotest
18 ## Files to remove for 'make clean'
21 SUBDIRS = testdata intltest $(IOTEST) cintltst
23 ## List of phony targets
24 .PHONY : everything all all-local all-recursive install install-local \
25 install-recursive clean clean-local clean-recursive distclean \
26 distclean-local distclean-recursive dist dist-recursive dist-local \
27 check check-recursive check-local
32 ## List of standard targets
33 everything: all-recursive all-local
35 ifneq ($(RECURSIVE),YES)
36 @echo simply use \`make\' \(or \`make everything\'\) to do all
39 install: install-recursive install-local
40 clean: clean-recursive clean-local
41 distclean : distclean-recursive distclean-local
42 $(RMV) hdrtst/Makefile
44 dist: dist-recursive dist-local
45 check: everything check-recursive check-local
46 check-recursive: all-recursive
49 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
51 target=`echo $@ | sed s/-recursive//`; \
52 list='$(SUBDIRS)'; for subdir in $$list; do \
53 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
54 if test "$$subdir" = "."; then \
56 local_target="$$target-local"; \
58 local_target="$$target"; \
60 (cd $$subdir && $(MAKE) $$local_target) || exit; \
62 if test "$$dot_seen" = "no"; then \
63 $(MAKE) "$$target-local" || exit; \
73 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
75 distclean-local: clean-local
78 check-local: all-local
80 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
82 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status