Committing TBB 2019 Update 9 source code
[platform/upstream/tbb.git] / examples / graph / cholesky / xcode / cholesky.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 A1F593A60B8F042A00073279 /* Cholesky.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1F593A50B8F042A00073279 /* Cholesky.cpp */; };
11                 A1F593A60B8F053A00073279 /* init.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1F593A50B8F053A00073279 /* init.cpp */; };
12 /* End PBXBuildFile section */
13
14 /* Begin PBXBuildRule section */
15                 C3C58951218B5ACC00DAC94C /* PBXBuildRule */ = {
16                         isa = PBXBuildRule;
17                         compilerSpec = com.intel.compilers.icc.latest;
18                         fileType = sourcecode.cpp;
19                         isEditable = 1;
20                         outputFiles = (
21                         );
22                         script = "# Type a script or drag a script file from your workspace to insert its path.\n";
23                 };
24 /* End PBXBuildRule section */
25
26 /* Begin PBXCopyFilesBuildPhase section */
27                 8DD76F690486A84900D96B5E /* CopyFiles */ = {
28                         isa = PBXCopyFilesBuildPhase;
29                         buildActionMask = 12;
30                         dstPath = "";
31                         dstSubfolderSpec = 16;
32                         files = (
33                         );
34                         runOnlyForDeploymentPostprocessing = 0;
35                 };
36 /* End PBXCopyFilesBuildPhase section */
37
38 /* Begin PBXFileReference section */
39                 8DD76F6C0486A84900D96B5E /* Cholesky */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Cholesky; sourceTree = BUILT_PRODUCTS_DIR; };
40                 A1F593A50B8F042A00073279 /* Cholesky.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Cholesky.cpp; path = ../Cholesky.cpp; sourceTree = SOURCE_ROOT; };
41                 A1F593A50B8F053A00073279 /* init.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = init.cpp; path = ../init.cpp; sourceTree = SOURCE_ROOT; };
42 /* End PBXFileReference section */
43
44 /* Begin PBXFrameworksBuildPhase section */
45                 8DD76F660486A84900D96B5E /* Frameworks */ = {
46                         isa = PBXFrameworksBuildPhase;
47                         buildActionMask = 2147483647;
48                         files = (
49                         );
50                         runOnlyForDeploymentPostprocessing = 0;
51                 };
52 /* End PBXFrameworksBuildPhase section */
53
54 /* Begin PBXGroup section */
55                 08FB7794FE84155DC02AAC07 /* Cholesky */ = {
56                         isa = PBXGroup;
57                         children = (
58                                 08FB7795FE84155DC02AAC07 /* Source */,
59                                 1AB674ADFE9D54B511CA2CBB /* Products */,
60                         );
61                         name = Cholesky;
62                         sourceTree = "<group>";
63                 };
64                 08FB7795FE84155DC02AAC07 /* Source */ = {
65                         isa = PBXGroup;
66                         children = (
67                                 A1F593A50B8F042A00073279 /* Cholesky.cpp */,
68                                 A1F593A50B8F053A00073279 /* init.cpp */,
69                         );
70                         name = Source;
71                         sourceTree = "<group>";
72                 };
73                 1AB674ADFE9D54B511CA2CBB /* Products */ = {
74                         isa = PBXGroup;
75                         children = (
76                                 8DD76F6C0486A84900D96B5E /* Cholesky */,
77                         );
78                         name = Products;
79                         sourceTree = "<group>";
80                 };
81 /* End PBXGroup section */
82
83 /* Begin PBXNativeTarget section */
84                 8DD76F620486A84900D96B5E /* Cholesky */ = {
85                         isa = PBXNativeTarget;
86                         buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "Cholesky" */;
87                         buildPhases = (
88                                 8DD76F640486A84900D96B5E /* Sources */,
89                                 8DD76F660486A84900D96B5E /* Frameworks */,
90                                 8DD76F690486A84900D96B5E /* CopyFiles */,
91                         );
92                         buildRules = (
93                                 C3C58951218B5ACC00DAC94C /* PBXBuildRule */,
94                         );
95                         dependencies = (
96                         );
97                         name = Cholesky;
98                         productInstallPath = "$(HOME)/bin";
99                         productName = Cholesky;
100                         productReference = 8DD76F6C0486A84900D96B5E /* Cholesky */;
101                         productType = "com.apple.product-type.tool";
102                 };
103 /* End PBXNativeTarget section */
104
105 /* Begin PBXProject section */
106                 08FB7793FE84155DC02AAC07 /* Project object */ = {
107                         isa = PBXProject;
108                         attributes = {
109                                 LastUpgradeCheck = 1000;
110                         };
111                         buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "cholesky" */;
112                         compatibilityVersion = "Xcode 3.2";
113                         developmentRegion = English;
114                         hasScannedForEncodings = 1;
115                         knownRegions = (
116                                 en,
117                         );
118                         mainGroup = 08FB7794FE84155DC02AAC07 /* Cholesky */;
119                         projectDirPath = "";
120                         projectRoot = "";
121                         targets = (
122                                 8DD76F620486A84900D96B5E /* Cholesky */,
123                         );
124                 };
125 /* End PBXProject section */
126
127 /* Begin PBXSourcesBuildPhase section */
128                 8DD76F640486A84900D96B5E /* Sources */ = {
129                         isa = PBXSourcesBuildPhase;
130                         buildActionMask = 2147483647;
131                         files = (
132                                 A1F593A60B8F042A00073279 /* Cholesky.cpp in Sources */,
133                                 A1F593A60B8F053A00073279 /* init.cpp in Sources */,
134                         );
135                         runOnlyForDeploymentPostprocessing = 0;
136                 };
137 /* End PBXSourcesBuildPhase section */
138
139 /* Begin XCBuildConfiguration section */
140                 A1F593C60B8F0E6E00073279 /* Debug64 */ = {
141                         isa = XCBuildConfiguration;
142                         buildSettings = {
143                                 COPY_PHASE_STRIP = NO;
144                                 GCC_DYNAMIC_NO_PIC = NO;
145                                 GCC_OPTIMIZATION_LEVEL = 0;
146                                 GCC_VERSION = "";
147                                 HEADER_SEARCH_PATHS = "$(inherited)";
148                                 ICC_CXX_LANG_DIALECT = "c++11";
149                                 INSTALL_PATH = "$(HOME)/bin";
150                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
151                                 PRODUCT_NAME = Cholesky;
152                                 ZERO_LINK = NO;
153                         };
154                         name = Debug64;
155                 };
156                 A1F593C70B8F0E6E00073279 /* Release64 */ = {
157                         isa = XCBuildConfiguration;
158                         buildSettings = {
159                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
160                                 GCC_VERSION = "";
161                                 HEADER_SEARCH_PATHS = "$(inherited)";
162                                 ICC_CXX_LANG_DIALECT = "c++11";
163                                 INSTALL_PATH = "$(HOME)/bin";
164                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
165                                 PRODUCT_NAME = Cholesky;
166                                 ZERO_LINK = NO;
167                         };
168                         name = Release64;
169                 };
170                 A1F593C80B8F0E6E00073279 /* Debug64 */ = {
171                         isa = XCBuildConfiguration;
172                         buildSettings = {
173                                 ALWAYS_SEARCH_USER_PATHS = NO;
174                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
175                                 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
176                                 CLANG_WARN_BOOL_CONVERSION = YES;
177                                 CLANG_WARN_COMMA = YES;
178                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
179                                 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
180                                 CLANG_WARN_EMPTY_BODY = YES;
181                                 CLANG_WARN_ENUM_CONVERSION = YES;
182                                 CLANG_WARN_INFINITE_RECURSION = YES;
183                                 CLANG_WARN_INT_CONVERSION = YES;
184                                 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
185                                 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
186                                 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
187                                 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
188                                 CLANG_WARN_STRICT_PROTOTYPES = YES;
189                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
190                                 CLANG_WARN_UNREACHABLE_CODE = YES;
191                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
192                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
193                                 ENABLE_TESTABILITY = YES;
194                                 GCC_ENABLE_CPP_RTTI = YES;
195                                 GCC_MODEL_TUNING = "";
196                                 GCC_NO_COMMON_BLOCKS = YES;
197                                 GCC_VERSION = "";
198                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
199                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
200                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
201                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
202                                 GCC_WARN_UNUSED_FUNCTION = YES;
203                                 GCC_WARN_UNUSED_VARIABLE = YES;
204                                 HEADER_SEARCH_PATHS = (
205                                         /opt/intel/tbb/include,
206                                         /opt/intel/mkl/include,
207                                 );
208                                 ICC_CXX_LANG_DIALECT = "c++11";
209                                 LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib $(MKLROOT)/lib /opt/intel/mkl/lib";
210                                 LIBRARY_SEARCH_PATHS = (
211                                         /opt/intel/tbb/lib,
212                                         /opt/intel/mkl/lib,
213                                 );
214                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
215                                 ONLY_ACTIVE_ARCH = YES;
216                                 OTHER_CPLUSPLUSFLAGS = (
217                                         "$(OTHER_CFLAGS)",
218                                         "-m64",
219                                 );
220                                 OTHER_LDFLAGS = (
221                                         "-m64",
222                                         "-ltbb_debug",
223                                         "-lmkl_intel_lp64",
224                                         "-lmkl_sequential",
225                                         "-lmkl_core",
226                                 );
227                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
228                                 SYMROOT = "/tmp/tbb-$(USER)";
229                                 VALID_ARCHS = x86_64;
230                         };
231                         name = Debug64;
232                 };
233                 A1F593C90B8F0E6E00073279 /* Release64 */ = {
234                         isa = XCBuildConfiguration;
235                         buildSettings = {
236                                 ALWAYS_SEARCH_USER_PATHS = NO;
237                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
238                                 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
239                                 CLANG_WARN_BOOL_CONVERSION = YES;
240                                 CLANG_WARN_COMMA = YES;
241                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
242                                 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
243                                 CLANG_WARN_EMPTY_BODY = YES;
244                                 CLANG_WARN_ENUM_CONVERSION = YES;
245                                 CLANG_WARN_INFINITE_RECURSION = YES;
246                                 CLANG_WARN_INT_CONVERSION = YES;
247                                 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
248                                 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
249                                 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
250                                 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
251                                 CLANG_WARN_STRICT_PROTOTYPES = YES;
252                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
253                                 CLANG_WARN_UNREACHABLE_CODE = YES;
254                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
255                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
256                                 GCC_ENABLE_CPP_RTTI = YES;
257                                 GCC_MODEL_TUNING = "";
258                                 GCC_NO_COMMON_BLOCKS = YES;
259                                 GCC_VERSION = "";
260                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
261                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
262                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
263                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
264                                 GCC_WARN_UNUSED_FUNCTION = YES;
265                                 GCC_WARN_UNUSED_VARIABLE = YES;
266                                 HEADER_SEARCH_PATHS = (
267                                         /opt/intel/tbb/include,
268                                         /opt/intel/mkl/include,
269                                 );
270                                 ICC_CXX_LANG_DIALECT = "c++11";
271                                 LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib $(MKLROOT)/lib /opt/intel/mkl/lib";
272                                 LIBRARY_SEARCH_PATHS = (
273                                         /opt/intel/tbb/lib,
274                                         /opt/intel/mkl/lib,
275                                 );
276                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
277                                 OTHER_CPLUSPLUSFLAGS = (
278                                         "$(OTHER_CFLAGS)",
279                                         "-m64",
280                                 );
281                                 OTHER_LDFLAGS = (
282                                         "-m64",
283                                         "-ltbb",
284                                         "-lmkl_intel_lp64",
285                                         "-lmkl_sequential",
286                                         "-lmkl_core",
287                                 );
288                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
289                                 SYMROOT = "/tmp/tbb-$(USER)";
290                                 VALID_ARCHS = x86_64;
291                         };
292                         name = Release64;
293                 };
294 /* End XCBuildConfiguration section */
295
296 /* Begin XCConfigurationList section */
297                 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "Cholesky" */ = {
298                         isa = XCConfigurationList;
299                         buildConfigurations = (
300                                 A1F593C60B8F0E6E00073279 /* Debug64 */,
301                                 A1F593C70B8F0E6E00073279 /* Release64 */,
302                         );
303                         defaultConfigurationIsVisible = 0;
304                         defaultConfigurationName = Release64;
305                 };
306                 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "cholesky" */ = {
307                         isa = XCConfigurationList;
308                         buildConfigurations = (
309                                 A1F593C80B8F0E6E00073279 /* Debug64 */,
310                                 A1F593C90B8F0E6E00073279 /* Release64 */,
311                         );
312                         defaultConfigurationIsVisible = 0;
313                         defaultConfigurationName = Release64;
314                 };
315 /* End XCConfigurationList section */
316         };
317         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
318 }