2 PRIVATE_HEADERS_FOLDER_PATH = /usr/local/SecurityPieces/PrivateHeaders/Security
3 PRODUCT_NAME = security_transform
4 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/SecurityPieces/Headers/Security
5 FRAMEWORK_SEARCH_PATHS = /usr/local/SecurityPieces/Components/Security /usr/local/SecurityPieces/Frameworks
6 HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/SecurityPieces/Headers $(BUILT_PRODUCTS_DIR)/SecurityPieces/PrivateHeaders
7 WARNING_CFLAGS = -Wmost -Wno-four-char-constants -Wno-unknown-pragmas
10 OPT_CFLAGS = -DCOM_APPLE_SECURITY_ACTUALLY_BUILDING_LIBRARY
11 OPT_CPPFLAGS = $(OPT_CFLAGS)
12 OTHER_CFLAGS = -DCOM_APPLE_SECURITY_SANE_INCLUDES
13 OTHER_ASFLAGS_debug = $(OTHER_CFLAGS)
14 OTHER_ASFLAGS_normal = -DNDEBUG $(OTHER_CFLAGS)
15 OTHER_ASFLAGS_profile = -DNDEBUG $(OTHER_CFLAGS) -pg
16 OTHER_CFLAGS_debug = $(OTHER_CFLAGS) -O0 -fno-inline
17 OTHER_CFLAGS_normal = $(OPT_CFLAGS) $(OTHER_CFLAGS)
18 OTHER_CFLAGS_profile = $(OPT_CFLAGS) $(OTHER_CFLAGS) -pg
19 OTHER_CPLUSPLUSFLAGS_debug = $(OTHER_CFLAGS) -O0 -fno-inline
20 OTHER_CPLUSPLUSFLAGS_normal = $(OPT_CPPFLAGS) $(OTHER_CFLAGS)
21 OTHER_CPLUSPLUSFLAGS_profile = $(OPT_CPPFLAGS) $(OTHER_CFLAGS) -pg
23 OTHER_LDFLAGS_normal = $(OPT_LDFLAGS) $(OTHER_LDFLAGS)
24 OTHER_LDFLAGS_profile = $(OPT_LDFLAGS) $(OTHER_LDFLAGS) -pg
25 GCC_ENABLE_CPP_EXCEPTIONS = NO
26 GCC_ENABLE_CPP_RTTI = NO