1*fdd8201dSApple OSS Distributions#include "<DEVELOPER_DIR>/Makefiles/CoreOS/Xcode/BSD.xcconfig" 2*fdd8201dSApple OSS Distributions 3*fdd8201dSApple OSS DistributionsBUILD_VARIANTS = normal 4*fdd8201dSApple OSS DistributionsSUPPORTED_PLATFORMS = macosx iphoneos iphoneosnano tvos appletvos watchos bridgeos 5*fdd8201dSApple OSS DistributionsONLY_ACTIVE_ARCH = NO 6*fdd8201dSApple OSS DistributionsDEAD_CODE_STRIPPING = YES 7*fdd8201dSApple OSS DistributionsDEBUG_INFORMATION_FORMAT = dwarf-with-dsym 8*fdd8201dSApple OSS Distributions 9*fdd8201dSApple OSS DistributionsSDK_INSTALL_VARIANT = $(SDK_INSTALL_VARIANT_$(DRIVERKIT)) 10*fdd8201dSApple OSS DistributionsSDK_INSTALL_VARIANT_1 = driverkit 11*fdd8201dSApple OSS DistributionsSDK_INSTALL_VARIANT_ = default 12*fdd8201dSApple OSS DistributionsSDK_INSTALL_ROOT = $(SDK_INSTALL_ROOT_$(SDK_INSTALL_VARIANT)) 13*fdd8201dSApple OSS DistributionsSDK_INSTALL_ROOT_driverkit = $(DRIVERKITROOT) 14*fdd8201dSApple OSS DistributionsSDK_INSTALL_HEADERS_ROOT = $(SDK_INSTALL_HEADERS_ROOT_$(SDK_INSTALL_VARIANT)) 15*fdd8201dSApple OSS DistributionsSDK_INSTALL_HEADERS_ROOT_driverkit = $(SDK_INSTALL_ROOT)/$(SDK_RUNTIME_HEADERS_PREFIX) 16*fdd8201dSApple OSS DistributionsSDK_RUNTIME_HEADERS_PREFIX = Runtime 17*fdd8201dSApple OSS Distributions 18*fdd8201dSApple OSS DistributionsINSTALL_PATH = $(SDK_INSTALL_ROOT)/usr/lib/system 19*fdd8201dSApple OSS DistributionsPUBLIC_HEADERS_FOLDER_PATH = $(SDK_INSTALL_HEADERS_ROOT)/usr/include 20*fdd8201dSApple OSS DistributionsPRIVATE_HEADERS_FOLDER_PATH = $(SDK_INSTALL_HEADERS_ROOT)/usr/local/include 21*fdd8201dSApple OSS DistributionsOS_PRIVATE_HEADERS_FOLDER_PATH = $(SDK_INSTALL_HEADERS_ROOT)/usr/local/include/os 22*fdd8201dSApple OSS DistributionsOS_PUBLIC_HEADERS_FOLDER_PATH = $(SDK_INSTALL_HEADERS_ROOT)/usr/include/os 23*fdd8201dSApple OSS DistributionsEXECUTABLE_PREFIX = libsystem_ 24*fdd8201dSApple OSS DistributionsPRODUCT_NAME = kernel 25*fdd8201dSApple OSS DistributionsALWAYS_SEARCH_USER_PATHS = NO 26*fdd8201dSApple OSS DistributionsOTHER_CFLAGS = -fdollars-in-identifiers -no-cpp-precomp -fno-common -fno-stack-protector -fno-stack-check -fno-builtin-calloc -momit-leaf-frame-pointer -DLIBSYSCALL_INTERFACE -D__DARWIN_VERS_1050=1 -DNO_SYSCALL_LEGACY 27*fdd8201dSApple OSS DistributionsOTHER_CFLAGS[sdk=macosx*][arch=i386] = $(inherited) -UNO_SYSCALL_LEGACY -DSYSCALL_PRE1050 28*fdd8201dSApple OSS DistributionsOTHER_CFLAGS[sdk=macosx*][arch=x86_64*] = $(inherited) -DSYSCALL_PRE1050 29*fdd8201dSApple OSS DistributionsGCC_PREPROCESSOR_DEFINITIONS = CF_OPEN_SOURCE CF_EXCLUDE_CSTD_HEADERS DEBUG _FORTIFY_SOURCE=0 30*fdd8201dSApple OSS Distributions 31*fdd8201dSApple OSS DistributionsHEADER_SEARCH_PATHS = $(PROJECT_DIR)/mach $(PROJECT_DIR)/os $(PROJECT_DIR)/wrappers $(PROJECT_DIR)/wrappers/string $(PROJECT_DIR)/wrappers/libproc $(PROJECT_DIR)/wrappers/libproc/spawn $(BUILT_PRODUCTS_DIR)/internal_hdr/include $(BUILT_PRODUCTS_DIR)/mig_hdr/local/include $(BUILT_PRODUCTS_DIR)/mig_hdr/include 32*fdd8201dSApple OSS DistributionsSYSTEM_HEADER_SEARCH_PATHS = $(SDKROOT)/$(SDK_INSTALL_HEADERS_ROOT)/System/Library/Frameworks/System.framework/PrivateHeaders $(SDKROOT)/$(SDK_INSTALL_HEADERS_ROOT)/usr/local/include $(SDKROOT)/$(SDK_INSTALL_HEADERS_ROOT)/usr/include 33*fdd8201dSApple OSS DistributionsSYSTEM_FRAMEWORK_SEARCH_PATHS = $(SDKROOT)/$(SDK_INSTALL_HEADERS_ROOT)/System/Library/Frameworks 34*fdd8201dSApple OSS Distributions 35*fdd8201dSApple OSS DistributionsOTHER_MIGFLAGS = -novouchers -I$(SDKROOT)/$(SDK_INSTALL_HEADERS_ROOT)/System/Library/Frameworks/System.framework/PrivateHeaders -I$(SDKROOT)/$(SDK_INSTALL_HEADERS_ROOT)/usr/local/include -I$(SDKROOT)/$(SDK_INSTALL_HEADERS_ROOT)/usr/include 36*fdd8201dSApple OSS Distributions 37*fdd8201dSApple OSS DistributionsWARNING_CFLAGS = -Wmost -Wformat=2 38*fdd8201dSApple OSS DistributionsGCC_TREAT_WARNINGS_AS_ERRORS = YES 39*fdd8201dSApple OSS DistributionsGCC_WARN_ABOUT_MISSING_NEWLINE = YES 40*fdd8201dSApple OSS DistributionsGCC_NO_COMMON_BLOCKS = YES 41*fdd8201dSApple OSS DistributionsGCC_C_LANGUAGE_STANDARD = gnu11 42*fdd8201dSApple OSS DistributionsCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES 43*fdd8201dSApple OSS DistributionsCLANG_WARN_EMPTY_BODY = YES 44*fdd8201dSApple OSS DistributionsCLANG_WARN_BOOL_CONVERSION = YES 45*fdd8201dSApple OSS DistributionsCLANG_WARN_CONSTANT_CONVERSION = YES 46*fdd8201dSApple OSS DistributionsGCC_WARN_64_TO_32_BIT_CONVERSION = NO 47*fdd8201dSApple OSS DistributionsCLANG_WARN_ENUM_CONVERSION = YES 48*fdd8201dSApple OSS DistributionsCLANG_WARN_INT_CONVERSION = NO 49*fdd8201dSApple OSS DistributionsCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES 50*fdd8201dSApple OSS DistributionsCLANG_WARN_INFINITE_RECURSION = YES 51*fdd8201dSApple OSS DistributionsGCC_WARN_ABOUT_RETURN_TYPE = YES 52*fdd8201dSApple OSS DistributionsCLANG_WARN_STRICT_PROTOTYPES = YES 53*fdd8201dSApple OSS DistributionsCLANG_WARN_COMMA = YES 54*fdd8201dSApple OSS DistributionsGCC_WARN_UNINITIALIZED_AUTOS = YES 55*fdd8201dSApple OSS DistributionsCLANG_WARN_UNREACHABLE_CODE = YES 56*fdd8201dSApple OSS DistributionsGCC_WARN_UNUSED_FUNCTION = YES 57*fdd8201dSApple OSS DistributionsGCC_WARN_UNUSED_PARAMETER = YES 58*fdd8201dSApple OSS DistributionsGCC_WARN_UNUSED_VARIABLE = YES 59*fdd8201dSApple OSS DistributionsCLANG_WARN_RANGE_LOOP_ANALYSIS = YES 60*fdd8201dSApple OSS DistributionsCLANG_WARN_SUSPICIOUS_MOVE = YES 61*fdd8201dSApple OSS Distributions 62*fdd8201dSApple OSS DistributionsCODE_SIGN_IDENTITY = - 63*fdd8201dSApple OSS DistributionsDYLIB_CURRENT_VERSION = $(RC_ProjectSourceVersion) 64*fdd8201dSApple OSS DistributionsDYLIB_LDFLAGS = -umbrella System -all_load $(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_PREFIX)$(PRODUCT_NAME).a 65*fdd8201dSApple OSS DistributionsOTHER_LDFLAGS = $(SIMULATOR_LDFLAGS) 66*fdd8201dSApple OSS DistributionsSIMULATOR_LDFLAGS = 67*fdd8201dSApple OSS DistributionsSIMULATOR_LDFLAGS[sdk=macosx*] = -Wl,-simulator_support 68*fdd8201dSApple OSS DistributionsINSTALLHDRS_SCRIPT_PHASE = YES 69*fdd8201dSApple OSS DistributionsINSTALLHDRS_COPY_PHASE = YES 70*fdd8201dSApple OSS DistributionsUSE_HEADERMAP = NO 71*fdd8201dSApple OSS DistributionsLINK_WITH_STANDARD_LIBRARIES = NO 72*fdd8201dSApple OSS DistributionsALWAYS_SEARCH_USER_PATHS = YES 73*fdd8201dSApple OSS DistributionsIS_ZIPPERED = YES 74