Makefile.local   [plain text]


#******************************************************************************
#
#   Copyright (c) 2006-2008, Apple Inc.
#   All Rights Reserved.
#
#******************************************************************************
## Makefile.local for Apple Inc.

ifeq "$(WINDOWS)" "YES"
else
	OBJECTS += rbtok.o urbtok.o aaplbfct.o
	
	STATIC_OBJECT += rbtok.$(STATIC_O) urbtok.$(STATIC_O) aaplbfct.$(STATIC_O)
	
	DEPS += rbtok.d urbtok.d aaplbfct.d
endif