mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-31 01:20:42 +08:00
279 lines
9.3 KiB
Plaintext
279 lines
9.3 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
05593A110B8F4F4500DE73AB /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05593A0C0B8F4F4500DE73AB /* main.cpp */; };
|
|
05593A120B8F4F4500DE73AB /* OptimizedParallelSumTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05593A0D0B8F4F4500DE73AB /* OptimizedParallelSumTree.cpp */; };
|
|
05593A130B8F4F4500DE73AB /* SerialSumTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05593A0E0B8F4F4500DE73AB /* SerialSumTree.cpp */; };
|
|
05593A140B8F4F4500DE73AB /* SimpleParallelSumTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05593A0F0B8F4F4500DE73AB /* SimpleParallelSumTree.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildRule section */
|
|
C3C5895D218B6AA800DAC94C /* PBXBuildRule */ = {
|
|
isa = PBXBuildRule;
|
|
compilerSpec = com.intel.compilers.icc.latest;
|
|
fileType = sourcecode.cpp;
|
|
isEditable = 1;
|
|
outputFiles = (
|
|
);
|
|
script = "# Type a script or drag a script file from your workspace to insert its path.\n";
|
|
};
|
|
/* End PBXBuildRule section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
8DD76F690486A84900D96B5E /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 12;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
05593A0B0B8F4F4500DE73AB /* common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = common.h; path = ../common.h; sourceTree = SOURCE_ROOT; };
|
|
05593A0C0B8F4F4500DE73AB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../main.cpp; sourceTree = SOURCE_ROOT; };
|
|
05593A0D0B8F4F4500DE73AB /* OptimizedParallelSumTree.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = OptimizedParallelSumTree.cpp; path = ../OptimizedParallelSumTree.cpp; sourceTree = SOURCE_ROOT; };
|
|
05593A0E0B8F4F4500DE73AB /* SerialSumTree.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SerialSumTree.cpp; path = ../SerialSumTree.cpp; sourceTree = SOURCE_ROOT; };
|
|
05593A0F0B8F4F4500DE73AB /* SimpleParallelSumTree.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SimpleParallelSumTree.cpp; path = ../SimpleParallelSumTree.cpp; sourceTree = SOURCE_ROOT; };
|
|
05593A4A0B8F51E000DE73AB /* tree_sum */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tree_sum; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8DD76F660486A84900D96B5E /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
08FB7794FE84155DC02AAC07 /* tree_sum */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
08FB7795FE84155DC02AAC07 /* Source */,
|
|
1AB674ADFE9D54B511CA2CBB /* Products */,
|
|
);
|
|
name = tree_sum;
|
|
sourceTree = "<group>";
|
|
};
|
|
08FB7795FE84155DC02AAC07 /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
05593A0B0B8F4F4500DE73AB /* common.h */,
|
|
05593A0C0B8F4F4500DE73AB /* main.cpp */,
|
|
05593A0D0B8F4F4500DE73AB /* OptimizedParallelSumTree.cpp */,
|
|
05593A0E0B8F4F4500DE73AB /* SerialSumTree.cpp */,
|
|
05593A0F0B8F4F4500DE73AB /* SimpleParallelSumTree.cpp */,
|
|
);
|
|
name = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
05593A4A0B8F51E000DE73AB /* tree_sum */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8DD76F620486A84900D96B5E /* tree_sum */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "tree_sum" */;
|
|
buildPhases = (
|
|
8DD76F640486A84900D96B5E /* Sources */,
|
|
8DD76F660486A84900D96B5E /* Frameworks */,
|
|
8DD76F690486A84900D96B5E /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
C3C5895D218B6AA800DAC94C /* PBXBuildRule */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = tree_sum;
|
|
productInstallPath = "$(HOME)/bin";
|
|
productName = tree_sum;
|
|
productReference = 05593A4A0B8F51E000DE73AB /* tree_sum */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1000;
|
|
};
|
|
buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "tree_sum" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 08FB7794FE84155DC02AAC07 /* tree_sum */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8DD76F620486A84900D96B5E /* tree_sum */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8DD76F640486A84900D96B5E /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
05593A110B8F4F4500DE73AB /* main.cpp in Sources */,
|
|
05593A120B8F4F4500DE73AB /* OptimizedParallelSumTree.cpp in Sources */,
|
|
05593A130B8F4F4500DE73AB /* SerialSumTree.cpp in Sources */,
|
|
05593A140B8F4F4500DE73AB /* SimpleParallelSumTree.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
A1F593C60B8F0E6E00073279 /* Debug64 */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = "";
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
ICC_CXX_LANG_DIALECT = "c++11";
|
|
INSTALL_PATH = "$(HOME)/bin";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
PRODUCT_NAME = tree_sum;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Debug64;
|
|
};
|
|
A1F593C70B8F0E6E00073279 /* Release64 */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_VERSION = "";
|
|
HEADER_SEARCH_PATHS = "$(inherited)";
|
|
ICC_CXX_LANG_DIALECT = "c++11";
|
|
INSTALL_PATH = "$(HOME)/bin";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
PRODUCT_NAME = tree_sum;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release64;
|
|
};
|
|
A1F593C80B8F0E6E00073279 /* Debug64 */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_ENABLE_CPP_RTTI = YES;
|
|
GCC_MODEL_TUNING = "";
|
|
GCC_VERSION = "";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(TBBROOT)/include",
|
|
/opt/intel/tbb/include,
|
|
);
|
|
ICC_CXX_LANG_DIALECT = "c++11";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(TBBROOT)/lib",
|
|
/opt/intel/tbb/lib,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-m64",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"-m64",
|
|
"-ltbb_debug",
|
|
"-ltbbmalloc_debug",
|
|
);
|
|
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
|
|
SYMROOT = "/tmp/tbb-$(USER)";
|
|
VALID_ARCHS = x86_64;
|
|
};
|
|
name = Debug64;
|
|
};
|
|
A1F593C90B8F0E6E00073279 /* Release64 */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
GCC_ENABLE_CPP_RTTI = YES;
|
|
GCC_MODEL_TUNING = "";
|
|
GCC_VERSION = "";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(TBBROOT)/include",
|
|
/opt/intel/tbb/include,
|
|
);
|
|
ICC_CXX_LANG_DIALECT = "c++11";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(TBBROOT)/lib",
|
|
/opt/intel/tbb/lib,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-m64",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"-m64",
|
|
"-ltbb",
|
|
"-ltbbmalloc",
|
|
);
|
|
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
|
|
SYMROOT = "/tmp/tbb-$(USER)";
|
|
VALID_ARCHS = x86_64;
|
|
};
|
|
name = Release64;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "tree_sum" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A1F593C60B8F0E6E00073279 /* Debug64 */,
|
|
A1F593C70B8F0E6E00073279 /* Release64 */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release64;
|
|
};
|
|
1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "tree_sum" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A1F593C80B8F0E6E00073279 /* Debug64 */,
|
|
A1F593C90B8F0E6E00073279 /* Release64 */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release64;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
}
|