ICU-531.30.tar.gz
[apple/icu.git] / icuSources / i18n / Makefile.local
0 / 15 (  0%)
CommitLineData
1#******************************************************************************
2#
3# Copyright (c) 2010,2014 Apple Inc. All Rights Reserved.
4#
5#******************************************************************************
6## Makefile.local for Apple Inc.
7
8ifeq "$(WINDOWS)" "YES"
9else
10 OBJECTS += uplrule.o udatintv.o uatimeunitformat.o uameasureformat.o
11
12 STATIC_OBJECTS += uplrule.$(STATIC_O) udatintv.$(STATIC_O) uatimeunitformat.$(STATIC_O) uameasureformat.$(STATIC_O)
13
14 DEPS += uplrule.d udatintv.d uatimeunitformat.d uameasureformat.d
15endif