1 ## Makefile.in for ICU - test/ieeetest
2 ## Copyright (c) 1999-2003, 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
14 subdir = test/ieeetest
16 ## Extra files to remove for 'make clean'
17 CLEANFILES = *~ $(DEPS)
22 DEFS += -I$(top_builddir)/common -I$(top_srcdir)/common
23 LIBS = $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
27 DEPS = $(OBJECTS:.o=.d)
29 ## List of phony targets
30 .PHONY : all all-local install install-local clean clean-local \
31 distclean distclean-local dist dist-local check check-local
36 ## List of standard targets
38 install: install-local
40 distclean : distclean-local
42 check: all check-local
51 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
52 $(RMV) $(OBJECTS) $(TARGET)
54 distclean-local: clean-local
57 check-local: all-local
58 - ICU_DATA=$(top_srcdir)/../data/ $(INVOKE) ./$(TARGET)
60 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
62 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
64 $(TARGET) : $(OBJECTS)
65 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
68 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
70 ifeq (,$(MAKECMDGOALS))
73 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
74 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)