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