]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/date/Makefile.in
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / samples / date / Makefile.in
index fc9fa23e892bcdd25dfccf428cf6c7f09027e59e..fd2d6282e98bc0dc976409946d273bef1af0aaf5 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - samples/date
-## Copyright (c) 1999-2004, International Business Machines Corporation and
+## Copyright (c) 1999-2012, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -20,9 +20,7 @@ CLEANFILES = *~ $(DEPS)
 ## Target information
 TARGET = icudate$(EXEEXT)
 
-LINK = $(LINK.cc)
-
-CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
+CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n
 LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
 
 OBJECTS = uprint.o date.o
@@ -58,14 +56,15 @@ distclean-local: clean-local
        $(RMV) Makefile
 
 check-local:
-       -$(INVOKE) ./$(TARGET)
+       -$(INVOKE) ./$(TARGET) $(ICUDATE_OPTS)
 
 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) \
         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 $(TARGET) : $(OBJECTS)
-       $(LINK) $(OUTOPT)$@ $^ $(LIBS)
+       $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
+       $(POST_BUILD_STEP)
 
 ifeq (,$(MAKECMDGOALS))
 -include $(DEPS)