1 ## Makefile.in for ICU tests
2 ## Copyright (c) 1999-2011, 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 = collationperf charperf dicttrieperf normperf ubrkperf unisetperf usetperf ustrperf utfperf utrie2perf DateFmtPerf howExpensiveIs
23 # Subdirs that support 'xperf'
24 XSUBDIRS = DateFmtPerf
26 ## List of phony targets
27 .PHONY : everything 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 xperf xperf-recursive
35 ## List of standard targets
36 everything: all-recursive all-local
38 ifneq ($(RECURSIVE),YES)
39 @echo simply use \`make\' \(or \`make everything\'\) to do all
42 install: install-recursive install-local
43 clean: clean-recursive clean-local
44 distclean : distclean-recursive distclean-local
45 $(RMV) hdrtst/Makefile
46 $(RMV) perf/convperf/Makefile
48 dist: dist-recursive dist-local
49 check: everything check-recursive check-local
50 check-recursive: all-recursive
53 list='$(XSUBDIRS)'; for xsubdir in $$list; do \
54 $(MAKE) -w -C $$xsubdir xperf; \
58 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
60 target=`echo $@ | sed s/-recursive//`; \
61 list='$(SUBDIRS)'; for subdir in $$list; do \
62 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
63 if test "$$subdir" = "."; then \
65 local_target="$$target-local"; \
67 local_target="$$target"; \
69 (cd $$subdir && $(MAKE) $$local_target) || exit; \
71 if test "$$dot_seen" = "no"; then \
72 $(MAKE) "$$target-local" || exit; \
82 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
84 distclean-local: clean-local
87 check-local: all-local
89 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
91 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status