]> git.saurik.com Git - apple/icu.git/blame - icuSources/common/Makefile.local
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / common / Makefile.local
CommitLineData
73c04bcf
A
1#******************************************************************************
2#
3# Copyright (c) 2006-2007, Apple Inc.
4# All Rights Reserved.
5#
6#******************************************************************************
7## Makefile.local for Apple Inc.
8
9ifeq "$(WINDOWS)" "YES"
10else ifeq "$(MINIMAL)" "YES"
11else
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
17endif