X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/38fbf2fd31f5cd99b500914d6037b1d06b608645..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/common/Makefile.local diff --git a/icuSources/common/Makefile.local b/icuSources/common/Makefile.local index 33aa19e3..66277a99 100644 --- a/icuSources/common/Makefile.local +++ b/icuSources/common/Makefile.local @@ -1,6 +1,6 @@ #****************************************************************************** # -# Copyright (c) 2006-2008,2014,2016 Apple Inc. +# Copyright (c) 2006-2008,2014,2016,2018 Apple Inc. # All Rights Reserved. # #****************************************************************************** @@ -8,9 +8,9 @@ #ifeq "$(WINDOWS)" "YES" #else - OBJECTS += rbtok.o urbtok.o aaplbfct.o ualoc.o + OBJECTS += rbbi57.o rbbitblb57.o rbbistbl57.o rbbiscan57.o rbbidata57.o rbbirb57.o rbbisetb57.o rbtok.o urbtok.o aaplbfct.o ualoc.o - STATIC_OBJECT += rbtok.$(STATIC_O) urbtok.$(STATIC_O) aaplbfct.$(STATIC_O) ualoc.$(STATIC_O) + STATIC_OBJECT += rbbi57.$(STATIC_O) rbbitblb57.$(STATIC_O) rbbistbl57.$(STATIC_O) rbbiscan57.$(STATIC_O) rbbidata57.$(STATIC_O) rbbirb57.$(STATIC_O) rbbisetb57.$(STATIC_O) rbtok.$(STATIC_O) urbtok.$(STATIC_O) aaplbfct.$(STATIC_O) ualoc.$(STATIC_O) - DEPS += rbtok.d urbtok.d aaplbfct.d ualoc.d + DEPS += rbbi57.d rbbitblb57.d rbbistbl57.d rbbiscan57.d rbbidata57.d rbbirb57.d rbbisetb57.d rbtok.d urbtok.d aaplbfct.d ualoc.d #endif