2008-09-02 21:49:32 +04:00
|
|
|
// Copyright (c) 2008 The Chromium Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
2008-08-15 21:43:22 +04:00
|
|
|
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO
|
2008-08-19 00:16:00 +04:00
|
|
|
GCC_C_LANGUAGE_STANDARD = c99
|
2008-08-15 21:43:22 +04:00
|
|
|
GCC_CW_ASM_SYNTAX = NO
|
|
|
|
GCC_DYNAMIC_NO_PIC = YES
|
|
|
|
GCC_ENABLE_PASCAL_STRINGS = NO
|
|
|
|
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
|
2008-08-19 00:16:00 +04:00
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES
|
2008-08-15 21:43:22 +04:00
|
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES
|
2008-08-22 08:03:44 +04:00
|
|
|
GCC_TREAT_WARNINGS_AS_ERRORS = YES
|
2008-09-10 04:16:28 +04:00
|
|
|
GCC_VERSION = 4.2
|
2008-08-22 08:03:44 +04:00
|
|
|
GCC_WARN_ABOUT_MISSING_NEWLINE = YES
|
2008-08-19 00:16:00 +04:00
|
|
|
OTHER_LDFLAGS = $(OTHER_LDFLAGS) $(CODECOVERAGE_OTHER_LDFLAGS)
|
2008-08-15 21:43:22 +04:00
|
|
|
PREBINDING = NO
|
2008-08-18 22:10:23 +04:00
|
|
|
|
2009-01-14 18:15:05 +03:00
|
|
|
// We're only supporting 10.5 and later
|
|
|
|
SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.5
|
|
|
|
|
2008-08-18 22:10:23 +04:00
|
|
|
// Each project file must set XCODEPROJ_DEPTH as a project-wide setting. It
|
|
|
|
// should contain a relative path to reach the src directory from the
|
|
|
|
// directory containing the project. For example, src/base/base.xcodeproj
|
|
|
|
// should set XCODEPROJ_DEPTH = ../.. . This is used to redirect all build
|
|
|
|
// output to a single common directory.
|
|
|
|
SYMROOT = $(XCODEPROJ_DEPTH)/xcodebuild
|
|
|
|
|
2008-08-15 21:43:22 +04:00
|
|
|
USE_HEADERMAP = NO
|
2008-08-22 08:03:44 +04:00
|
|
|
WARNING_CFLAGS = $(WARNING_CFLAGS) -Wall -Wendif-labels
|