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