]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | #****************************************************************************** |
2 | # | |
0f5d89e8 | 3 | # Copyright (c) 2006-2008,2014,2016,2018 Apple Inc. |
73c04bcf A |
4 | # All Rights Reserved. |
5 | # | |
6 | #****************************************************************************** | |
7 | ## Makefile.local for Apple Inc. | |
8 | ||
2ca993e8 A |
9 | #ifeq "$(WINDOWS)" "YES" |
10 | #else | |
0f5d89e8 | 11 | OBJECTS += rbbi57.o rbbitblb57.o rbbistbl57.o rbbiscan57.o rbbidata57.o rbbirb57.o rbbisetb57.o rbtok.o urbtok.o aaplbfct.o ualoc.o |
73c04bcf | 12 | |
0f5d89e8 | 13 | STATIC_OBJECT += rbbi57.$(STATIC_O) rbbitblb57.$(STATIC_O) rbbistbl57.$(STATIC_O) rbbiscan57.$(STATIC_O) rbbidata57.$(STATIC_O) rbbirb57.$(STATIC_O) rbbisetb57.$(STATIC_O) rbtok.$(STATIC_O) urbtok.$(STATIC_O) aaplbfct.$(STATIC_O) ualoc.$(STATIC_O) |
73c04bcf | 14 | |
0f5d89e8 | 15 | DEPS += rbbi57.d rbbitblb57.d rbbistbl57.d rbbiscan57.d rbbidata57.d rbbirb57.d rbbisetb57.d rbtok.d urbtok.d aaplbfct.d ualoc.d |
2ca993e8 | 16 | #endif |