X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..HEAD:/icuSources/tools/pkgdata/Makefile.in diff --git a/icuSources/tools/pkgdata/Makefile.in b/icuSources/tools/pkgdata/Makefile.in index 9818e5df..13e12897 100644 --- a/icuSources/tools/pkgdata/Makefile.in +++ b/icuSources/tools/pkgdata/Makefile.in @@ -1,5 +1,7 @@ ## Makefile.in for ICU - tools/pkgdata -## Copyright (c) 1999-2005, International Business Machines Corporation and +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Steven R. Loomis @@ -30,14 +32,11 @@ endif ## Target information TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) -ifneq ($(top_builddir),$(top_srcdir)) -CPPFLAGS += -I$(top_builddir)/common -endif -CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil +CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(srcdir)/../toolutil DEFS += -DUDATA_SO_SUFFIX=\".$(SO)\" -DSTATIC_O=\"$(STATIC_O)\" LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) -OBJECTS = pkgdata.o pkgtypes.o make.o dllmode.o cmnmode.o filemode.o sttcmode.o winmode.o +OBJECTS = pkgdata.o pkgtypes.o DEPS = $(OBJECTS:.o=.d) @@ -83,7 +82,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status $(TARGET) : $(OBJECTS) - $(LINK.c) $(OUTOPT)$@ $^ $(LIBS) + $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) + $(POST_BUILD_STEP) %.$(SECTION): $(srcdir)/%.$(SECTION).in