]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/pkgdata/Makefile.in
ICU-66108.tar.gz
[apple/icu.git] / icuSources / tools / pkgdata / Makefile.in
index 9818e5df5f808be5f3e10fd9b2e0b8dc8b702a35..13e12897e4ba90f0fc9bd71392a5e65a9662b5e6 100644 (file)
@@ -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