96c8393560a6f803f6cae99b1e1f52baba201090
[platform/upstream/tbb.git] / examples / graph / som / xcode / som.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 522FF8DD11F573FC00A587B2 /* som_graph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 522FF8DB11F573FC00A587B2 /* som_graph.cpp */; };
11                 522FF8DE11F573FC00A587B2 /* som.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 522FF8DC11F573FC00A587B2 /* som.cpp */; };
12 /* End PBXBuildFile section */
13
14 /* Begin PBXBuildRule section */
15                 C3C58957218B643900DAC94C /* 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                 522FF8DB11F573FC00A587B2 /* som_graph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = som_graph.cpp; path = ../som_graph.cpp; sourceTree = SOURCE_ROOT; };
40                 522FF8DC11F573FC00A587B2 /* som.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = som.cpp; path = ../som.cpp; sourceTree = SOURCE_ROOT; };
41                 8DD76F6C0486A84900D96B5E /* som */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = som; sourceTree = BUILT_PRODUCTS_DIR; };
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 /* som */ = {
56                         isa = PBXGroup;
57                         children = (
58                                 08FB7795FE84155DC02AAC07 /* Source */,
59                                 1AB674ADFE9D54B511CA2CBB /* Products */,
60                         );
61                         name = som;
62                         sourceTree = "<group>";
63                 };
64                 08FB7795FE84155DC02AAC07 /* Source */ = {
65                         isa = PBXGroup;
66                         children = (
67                                 522FF8DB11F573FC00A587B2 /* som_graph.cpp */,
68                                 522FF8DC11F573FC00A587B2 /* som.cpp */,
69                         );
70                         name = Source;
71                         sourceTree = "<group>";
72                 };
73                 1AB674ADFE9D54B511CA2CBB /* Products */ = {
74                         isa = PBXGroup;
75                         children = (
76                                 8DD76F6C0486A84900D96B5E /* som */,
77                         );
78                         name = Products;
79                         sourceTree = "<group>";
80                 };
81 /* End PBXGroup section */
82
83 /* Begin PBXNativeTarget section */
84                 8DD76F620486A84900D96B5E /* som */ = {
85                         isa = PBXNativeTarget;
86                         buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "som" */;
87                         buildPhases = (
88                                 8DD76F640486A84900D96B5E /* Sources */,
89                                 8DD76F660486A84900D96B5E /* Frameworks */,
90                                 8DD76F690486A84900D96B5E /* CopyFiles */,
91                         );
92                         buildRules = (
93                                 C3C58957218B643900DAC94C /* PBXBuildRule */,
94                         );
95                         dependencies = (
96                         );
97                         name = som;
98                         productInstallPath = "$(HOME)/bin";
99                         productName = som;
100                         productReference = 8DD76F6C0486A84900D96B5E /* som */;
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 "som" */;
112                         compatibilityVersion = "Xcode 3.2";
113                         developmentRegion = English;
114                         hasScannedForEncodings = 1;
115                         knownRegions = (
116                                 en,
117                         );
118                         mainGroup = 08FB7794FE84155DC02AAC07 /* som */;
119                         projectDirPath = "";
120                         projectRoot = "";
121                         targets = (
122                                 8DD76F620486A84900D96B5E /* som */,
123                         );
124                 };
125 /* End PBXProject section */
126
127 /* Begin PBXSourcesBuildPhase section */
128                 8DD76F640486A84900D96B5E /* Sources */ = {
129                         isa = PBXSourcesBuildPhase;
130                         buildActionMask = 2147483647;
131                         files = (
132                                 522FF8DD11F573FC00A587B2 /* som_graph.cpp in Sources */,
133                                 522FF8DE11F573FC00A587B2 /* som.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_PREPROCESSOR_DEFINITIONS = _CONSOLE;
147                                 GCC_VERSION = "";
148                                 HEADER_SEARCH_PATHS = "$(inherited)";
149                                 ICC_CXX_LANG_DIALECT = "c++11";
150                                 INSTALL_PATH = "$(HOME)/bin";
151                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
152                                 PRODUCT_NAME = som;
153                                 ZERO_LINK = NO;
154                         };
155                         name = Debug64;
156                 };
157                 A1F593C70B8F0E6E00073279 /* Release64 */ = {
158                         isa = XCBuildConfiguration;
159                         buildSettings = {
160                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
161                                 GCC_PREPROCESSOR_DEFINITIONS = _CONSOLE;
162                                 GCC_VERSION = "";
163                                 HEADER_SEARCH_PATHS = "$(inherited)";
164                                 ICC_CXX_LANG_DIALECT = "c++11";
165                                 INSTALL_PATH = "$(HOME)/bin";
166                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
167                                 PRODUCT_NAME = som;
168                                 ZERO_LINK = NO;
169                         };
170                         name = Release64;
171                 };
172                 A1F593C80B8F0E6E00073279 /* Debug64 */ = {
173                         isa = XCBuildConfiguration;
174                         buildSettings = {
175                                 ALWAYS_SEARCH_USER_PATHS = NO;
176                                 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
177                                 CLANG_WARN_BOOL_CONVERSION = YES;
178                                 CLANG_WARN_COMMA = YES;
179                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
180                                 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
181                                 CLANG_WARN_EMPTY_BODY = YES;
182                                 CLANG_WARN_ENUM_CONVERSION = YES;
183                                 CLANG_WARN_INFINITE_RECURSION = YES;
184                                 CLANG_WARN_INT_CONVERSION = YES;
185                                 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
186                                 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
187                                 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
188                                 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
189                                 CLANG_WARN_STRICT_PROTOTYPES = YES;
190                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
191                                 CLANG_WARN_UNREACHABLE_CODE = YES;
192                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
193                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
194                                 ENABLE_TESTABILITY = YES;
195                                 GCC_ENABLE_CPP_RTTI = YES;
196                                 GCC_MODEL_TUNING = "";
197                                 GCC_NO_COMMON_BLOCKS = YES;
198                                 GCC_VERSION = "";
199                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
200                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
201                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
202                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
203                                 GCC_WARN_UNUSED_FUNCTION = YES;
204                                 GCC_WARN_UNUSED_VARIABLE = YES;
205                                 HEADER_SEARCH_PATHS = (
206                                         "$(TBBROOT)/include",
207                                         /opt/intel/tbb/include,
208                                 );
209                                 ICC_CXX_LANG_DIALECT = "c++11";
210                                 LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib";
211                                 LIBRARY_SEARCH_PATHS = (
212                                         "$(TBBROOT)/lib",
213                                         /opt/intel/tbb/lib,
214                                 );
215                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
216                                 ONLY_ACTIVE_ARCH = YES;
217                                 OTHER_CPLUSPLUSFLAGS = (
218                                         "$(OTHER_CFLAGS)",
219                                         "-m64",
220                                 );
221                                 OTHER_LDFLAGS = (
222                                         "-m64",
223                                         "-ltbb_debug",
224                                 );
225                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
226                                 SYMROOT = "/tmp/tbb-$(USER)";
227                                 VALID_ARCHS = x86_64;
228                         };
229                         name = Debug64;
230                 };
231                 A1F593C90B8F0E6E00073279 /* Release64 */ = {
232                         isa = XCBuildConfiguration;
233                         buildSettings = {
234                                 ALWAYS_SEARCH_USER_PATHS = NO;
235                                 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
236                                 CLANG_WARN_BOOL_CONVERSION = YES;
237                                 CLANG_WARN_COMMA = YES;
238                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
239                                 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
240                                 CLANG_WARN_EMPTY_BODY = YES;
241                                 CLANG_WARN_ENUM_CONVERSION = YES;
242                                 CLANG_WARN_INFINITE_RECURSION = YES;
243                                 CLANG_WARN_INT_CONVERSION = YES;
244                                 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
245                                 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
246                                 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
247                                 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
248                                 CLANG_WARN_STRICT_PROTOTYPES = YES;
249                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
250                                 CLANG_WARN_UNREACHABLE_CODE = YES;
251                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
252                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
253                                 GCC_ENABLE_CPP_RTTI = YES;
254                                 GCC_MODEL_TUNING = "";
255                                 GCC_NO_COMMON_BLOCKS = YES;
256                                 GCC_VERSION = "";
257                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
258                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
259                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
260                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
261                                 GCC_WARN_UNUSED_FUNCTION = YES;
262                                 GCC_WARN_UNUSED_VARIABLE = YES;
263                                 HEADER_SEARCH_PATHS = (
264                                         "$(TBBROOT)/include",
265                                         /opt/intel/tbb/include,
266                                 );
267                                 ICC_CXX_LANG_DIALECT = "c++11";
268                                 LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib";
269                                 LIBRARY_SEARCH_PATHS = (
270                                         "$(TBBROOT)/lib",
271                                         /opt/intel/tbb/lib,
272                                 );
273                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
274                                 OTHER_CPLUSPLUSFLAGS = (
275                                         "$(OTHER_CFLAGS)",
276                                         "-m64",
277                                 );
278                                 OTHER_LDFLAGS = (
279                                         "-m64",
280                                         "-ltbb",
281                                 );
282                                 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
283                                 SYMROOT = "/tmp/tbb-$(USER)";
284                                 VALID_ARCHS = x86_64;
285                         };
286                         name = Release64;
287                 };
288 /* End XCBuildConfiguration section */
289
290 /* Begin XCConfigurationList section */
291                 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "som" */ = {
292                         isa = XCConfigurationList;
293                         buildConfigurations = (
294                                 A1F593C60B8F0E6E00073279 /* Debug64 */,
295                                 A1F593C70B8F0E6E00073279 /* Release64 */,
296                         );
297                         defaultConfigurationIsVisible = 0;
298                         defaultConfigurationName = Release64;
299                 };
300                 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "som" */ = {
301                         isa = XCConfigurationList;
302                         buildConfigurations = (
303                                 A1F593C80B8F0E6E00073279 /* Debug64 */,
304                                 A1F593C90B8F0E6E00073279 /* Release64 */,
305                         );
306                         defaultConfigurationIsVisible = 0;
307                         defaultConfigurationName = Release64;
308                 };
309 /* End XCConfigurationList section */
310         };
311         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
312 }