]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | #****************************************************************************** |
2 | # | |
2ca993e8 | 3 | # Copyright (c) 2010,2014,2016 Apple Inc. All Rights Reserved. |
729e4ab9 A |
4 | # |
5 | #****************************************************************************** | |
6 | ## Makefile.local for Apple Inc. | |
7 | ||
2ca993e8 A |
8 | #ifeq "$(WINDOWS)" "YES" |
9 | #else | |
57a6839d | 10 | OBJECTS += uplrule.o udatintv.o uatimeunitformat.o uameasureformat.o |
729e4ab9 | 11 | |
57a6839d | 12 | STATIC_OBJECTS += uplrule.$(STATIC_O) udatintv.$(STATIC_O) uatimeunitformat.$(STATIC_O) uameasureformat.$(STATIC_O) |
729e4ab9 | 13 | |
57a6839d | 14 | DEPS += uplrule.d udatintv.d uatimeunitformat.d uameasureformat.d |
2ca993e8 | 15 | #endif |