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