]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/cal/Makefile.in
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / samples / cal / Makefile.in
index 62380a0cd85b3f5a5ff17bdde8c969b587e6ec8d..2fa058dd54b6311b5d517357f148581744be0d2a 100644 (file)
@@ -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/cal
-## Copyright (c) 1999-2004, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -20,9 +23,7 @@ CLEANFILES = *~ $(DEPS)
 ## Target information
 TARGET = icucal$(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 cal.o
@@ -65,7 +66,8 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 $(TARGET) : $(OBJECTS)
-       $(LINK) $(OUTOPT)$@ $^ $(LIBS)
+       $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
+       $(POST_BUILD_STEP)
 
 ifeq (,$(MAKECMDGOALS))
 -include $(DEPS)