X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/samples/date/Makefile.in diff --git a/icuSources/samples/date/Makefile.in b/icuSources/samples/date/Makefile.in index fc9fa23e..18264699 100644 --- a/icuSources/samples/date/Makefile.in +++ b/icuSources/samples/date/Makefile.in @@ -1,5 +1,8 @@ +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## 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 +23,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 +59,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)