blob: 4b187efab5731403c6f54f79dcffbdc0fd5a958c [file] [log] [blame]
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXAggregateTarget section */
81BEA0630BB88C8E00516A14 /* Derived Sources */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 81BEA0640BB88CAC00516A14 /* Build configuration list for PBXAggregateTarget "Derived Sources" */;
buildPhases = (
81BEA0690BB88DE200516A14 /* ShellScript */,
);
dependencies = (
);
name = "Derived Sources";
productName = "Derived Sources";
};
/* End PBXAggregateTarget section */
/* Begin PBXFileReference section */
8128C1DE0BB83E71000CFCFC /* WebCore.Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = WebCore.Debug.xcconfig; sourceTree = "<group>"; };
8128C1E50BB83EC4000CFCFC /* WebCore.Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = WebCore.Release.xcconfig; sourceTree = "<group>"; };
81BEA04C0BB88C3300516A14 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../../config.h; sourceTree = SOURCE_ROOT; };
81BEA04D0BB88C3300516A14 /* DerivedSources.make */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = DerivedSources.make; path = ../../DerivedSources.make; sourceTree = SOURCE_ROOT; };
81BEA04E0BB88C3300516A14 /* WebCorePrefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = WebCorePrefix.h; path = ../../WebCorePrefix.h; sourceTree = SOURCE_ROOT; };
81C869700BB83CAA00A7B16B /* WebCore.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = WebCore.xcconfig; sourceTree = "<group>"; };
81C869790BB83D9400A7B16B /* libWebCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libWebCore.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D289987405E68DCB004EDB86 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
08FB7794FE84155DC02AAC07 /* WebCore */ = {
isa = PBXGroup;
children = (
81BEA04C0BB88C3300516A14 /* config.h */,
81BEA04D0BB88C3300516A14 /* DerivedSources.make */,
81BEA04E0BB88C3300516A14 /* WebCorePrefix.h */,
81C8696F0BB83C6D00A7B16B /* Configurations */,
81C8697A0BB83D9400A7B16B /* Products */,
);
name = WebCore;
sourceTree = "<group>";
};
81C8696F0BB83C6D00A7B16B /* Configurations */ = {
isa = PBXGroup;
children = (
81C869700BB83CAA00A7B16B /* WebCore.xcconfig */,
8128C1DE0BB83E71000CFCFC /* WebCore.Debug.xcconfig */,
8128C1E50BB83EC4000CFCFC /* WebCore.Release.xcconfig */,
);
name = Configurations;
sourceTree = "<group>";
};
81C8697A0BB83D9400A7B16B /* Products */ = {
isa = PBXGroup;
children = (
81C869790BB83D9400A7B16B /* libWebCore.a */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D2AAC045055464E500DB518D /* WebCore */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "WebCore" */;
buildPhases = (
D2AAC044055464E500DB518D /* Sources */,
D289987405E68DCB004EDB86 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = WebCore;
productName = WebCore;
productReference = 81C869790BB83D9400A7B16B /* libWebCore.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "WebCore" */;
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* WebCore */;
productRefGroup = 81C8697A0BB83D9400A7B16B /* Products */;
projectDirPath = "";
targets = (
D2AAC045055464E500DB518D /* WebCore */,
81BEA0630BB88C8E00516A14 /* Derived Sources */,
);
};
/* End PBXProject section */
/* Begin PBXShellScriptBuildPhase section */
81BEA0690BB88DE200516A14 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "mkdir -p \"${CONFIGURATION_TEMP_DIR}/DerivedSources\"\ncd \"${CONFIGURATION_TEMP_DIR}/DerivedSources\"\nln -sfh \"${WEBCORE_SRC_ROOT}\" WebCore\n\nexport CREATE_HASH_TABLE=\"${WEBCORE_SRC_ROOT}/../JavaScriptCore/kjs/create_hash_table\"\n\n\nexport WebCore=\"WebCore\"\nexport SOURCE_ROOT=\"${WEBCORE_SRC_ROOT}\"\n\nexport ENCODINGS_FILE=\"WebCore/platform/mac/mac-encodings.txt\"\nexport ENCODINGS_PREFIX=\"kTextEncoding\"\n\nmake -f \"${WebCore}/DerivedSources.make\"\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D2AAC044055464E500DB518D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1DEB91EC08733DB70010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8128C1DE0BB83E71000CFCFC /* WebCore.Debug.xcconfig */;
buildSettings = {
};
name = Debug;
};
1DEB91ED08733DB70010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8128C1E50BB83EC4000CFCFC /* WebCore.Release.xcconfig */;
buildSettings = {
};
name = Release;
};
1DEB91F008733DB70010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81C869700BB83CAA00A7B16B /* WebCore.xcconfig */;
buildSettings = {
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
WEBCORE_SRC_ROOT = "${PROJECT_DIR}/../..";
WEBKIT_BUILD_DIR = "${WEBCORE_SRC_ROOT}/../WebKitBuild";
};
name = Debug;
};
1DEB91F108733DB70010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81C869700BB83CAA00A7B16B /* WebCore.xcconfig */;
buildSettings = {
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
WEBCORE_SRC_ROOT = "${PROJECT_DIR}/../..";
WEBKIT_BUILD_DIR = "${WEBCORE_SRC_ROOT}/../WebKitBuild";
};
name = Release;
};
81BEA0650BB88CAC00516A14 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = "Derived Sources";
};
name = Debug;
};
81BEA0660BB88CAC00516A14 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
PRODUCT_NAME = "Derived Sources";
ZERO_LINK = NO;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "WebCore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91EC08733DB70010E9CD /* Debug */,
1DEB91ED08733DB70010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "WebCore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91F008733DB70010E9CD /* Debug */,
1DEB91F108733DB70010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
81BEA0640BB88CAC00516A14 /* Build configuration list for PBXAggregateTarget "Derived Sources" */ = {
isa = XCConfigurationList;
buildConfigurations = (
81BEA0650BB88CAC00516A14 /* Debug */,
81BEA0660BB88CAC00516A14 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}