]> git.saurik.com Git - apple/libsystem.git/blob - Platforms/MacOSX/Makefile.inc
Libsystem-159.tar.gz
[apple/libsystem.git] / Platforms / MacOSX / Makefile.inc
1 #
2 # Selectable features for MacOSX
3 #
4
5 # Build _debug.dylib
6 FEATURE_DEBUG_DYLIB = 1
7
8 # Build _profile.dylib
9 FEATURE_PROFILE_DYLIB = 1
10
11 # Use different order file if it exists
12 ALTORDERFILE = /AppleInternal/OrderFiles/libSystem.order
13 ifeq ($(shell [ ! -f $(ALTORDERFILE) ] || echo YES),YES)
14 PLATFORM_ORDER_FILE = $(ALTORDERFILE)
15 endif