~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/WebKit/mac/Configurations/DebugRelease.xcconfig

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (C) 2009, 2010 Apple Inc. All rights reserved.
 
2
//
 
3
// Redistribution and use in source and binary forms, with or without
 
4
// modification, are permitted provided that the following conditions
 
5
// are met:
 
6
// 1. Redistributions of source code must retain the above copyright
 
7
//    notice, this list of conditions and the following disclaimer.
 
8
// 2. Redistributions in binary form must reproduce the above copyright
 
9
//    notice, this list of conditions and the following disclaimer in the
 
10
//    documentation and/or other materials provided with the distribution.
 
11
//
 
12
// THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
 
13
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
14
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 
15
// PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
 
16
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
17
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
18
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
19
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 
20
// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
21
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
22
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
23
 
 
24
#include "Base.xcconfig"
 
25
 
 
26
ARCHS = $(ARCHS_$(PLATFORM_NAME));
 
27
ARCHS_iphoneos = $(ARCHS_STANDARD_32_BIT);
 
28
ARCHS_iphonesimulator = $(ARCHS_STANDARD_32_BIT);
 
29
ARCHS_macosx = $(ARCHS_STANDARD_32_64_BIT);
 
30
 
 
31
ONLY_ACTIVE_ARCH = YES;
 
32
 
 
33
MACOSX_DEPLOYMENT_TARGET = $(MACOSX_DEPLOYMENT_TARGET_$(PLATFORM_NAME));
 
34
MACOSX_DEPLOYMENT_TARGET_iphoneos = 10.5;
 
35
MACOSX_DEPLOYMENT_TARGET_iphonesimulator = 10.5;
 
36
MACOSX_DEPLOYMENT_TARGET_macosx = $(MACOSX_DEPLOYMENT_TARGET_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 
37
MACOSX_DEPLOYMENT_TARGET_macosx_1070 = 10.7;
 
38
MACOSX_DEPLOYMENT_TARGET_macosx_1080 = 10.8;
 
39
MACOSX_DEPLOYMENT_TARGET_macosx_1090 = 10.9;
 
40
 
 
41
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
 
42
DEBUG_INFORMATION_FORMAT = dwarf;
 
43
 
 
44
SECTORDER_FLAGS = ;
 
45
 
 
46
WEBKIT_SYSTEM_INTERFACE_LIBRARY = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_$(PLATFORM_NAME));
 
47
WEBKIT_SYSTEM_INTERFACE_LIBRARY_iphoneos = WebKitSystemInterface;
 
48
WEBKIT_SYSTEM_INTERFACE_LIBRARY_iphonesimulator = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_iphoneos);
 
49
WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx = $(WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
 
50
WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1070 = WebKitSystemInterfaceLion;
 
51
WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1080 = WebKitSystemInterfaceMountainLion;
 
52
WEBKIT_SYSTEM_INTERFACE_LIBRARY_macosx_1090 = WebKitSystemInterfaceMountainLion;