]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | #****************************************************************************** |
2 | # | |
46f4442e | 3 | # Copyright (c) 2006-2008, Apple Inc. |
73c04bcf A |
4 | # All Rights Reserved. |
5 | # | |
6 | #****************************************************************************** | |
7 | ## Makefile.local for Apple Inc. | |
8 | ||
9 | ifeq "$(WINDOWS)" "YES" | |
73c04bcf A |
10 | else |
11 | OBJECTS += rbtok.o urbtok.o aaplbfct.o | |
12 | ||
13 | STATIC_OBJECT += rbtok.$(STATIC_O) urbtok.$(STATIC_O) aaplbfct.$(STATIC_O) | |
14 | ||
15 | DEPS += rbtok.d urbtok.d aaplbfct.d | |
16 | endif |