]> git.saurik.com Git - apple/icu.git/blob - icuSources/common/Makefile.local
ICU-59131.0.1.tar.gz
[apple/icu.git] / icuSources / common / Makefile.local
1 #******************************************************************************
2 #
3 # Copyright (c) 2006-2008,2014,2016 Apple Inc.
4 # All Rights Reserved.
5 #
6 #******************************************************************************
7 ## Makefile.local for Apple Inc.
8
9 #ifeq "$(WINDOWS)" "YES"
10 #else
11 OBJECTS += rbtok.o urbtok.o aaplbfct.o ualoc.o
12
13 STATIC_OBJECT += rbtok.$(STATIC_O) urbtok.$(STATIC_O) aaplbfct.$(STATIC_O) ualoc.$(STATIC_O)
14
15 DEPS += rbtok.d urbtok.d aaplbfct.d ualoc.d
16 #endif