comparison parallel_Prefix_Sum_Example/scan.xcodeproj/project.pbxproj @ 2:ccea4e6a1945

add OpenCL example
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Jan 2013 23:19:41 +0900
parents
children
comparison
equal deleted inserted replaced
1:b511640282d2 2:ccea4e6a1945
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 466E0F660C932ED500ED01DB /* OpenCL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 466E0F650C932ED500ED01DB /* OpenCL.framework */; };
11 466E0F6D0C932F0F00ED01DB /* scan.c in Sources */ = {isa = PBXBuildFile; fileRef = 466E0F5A0C93299100ED01DB /* scan.c */; };
12 C394446C0DAFF5B2008FFE68 /* scan_kernel.cl in CopyFiles */ = {isa = PBXBuildFile; fileRef = C394446B0DAFF5AE008FFE68 /* scan_kernel.cl */; };
13 /* End PBXBuildFile section */
14
15 /* Begin PBXCopyFilesBuildPhase section */
16 C39444690DAFF5A0008FFE68 /* CopyFiles */ = {
17 isa = PBXCopyFilesBuildPhase;
18 buildActionMask = 2147483647;
19 dstPath = "";
20 dstSubfolderSpec = 16;
21 files = (
22 C394446C0DAFF5B2008FFE68 /* scan_kernel.cl in CopyFiles */,
23 );
24 runOnlyForDeploymentPostprocessing = 0;
25 };
26 /* End PBXCopyFilesBuildPhase section */
27
28 /* Begin PBXFileReference section */
29 466E0F5A0C93299100ED01DB /* scan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scan.c; sourceTree = "<group>"; };
30 466E0F5F0C932E1A00ED01DB /* scan */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = scan; sourceTree = BUILT_PRODUCTS_DIR; };
31 466E0F650C932ED500ED01DB /* OpenCL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenCL.framework; path = /System/Library/Frameworks/OpenCL.framework; sourceTree = "<absolute>"; };
32 C394446B0DAFF5AE008FFE68 /* scan_kernel.cl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = scan_kernel.cl; sourceTree = "<group>"; };
33 /* End PBXFileReference section */
34
35 /* Begin PBXFrameworksBuildPhase section */
36 466E0F5D0C932E1A00ED01DB /* Frameworks */ = {
37 isa = PBXFrameworksBuildPhase;
38 buildActionMask = 2147483647;
39 files = (
40 466E0F660C932ED500ED01DB /* OpenCL.framework in Frameworks */,
41 );
42 runOnlyForDeploymentPostprocessing = 0;
43 };
44 /* End PBXFrameworksBuildPhase section */
45
46 /* Begin PBXGroup section */
47 466E0F490C93291B00ED01DB = {
48 isa = PBXGroup;
49 children = (
50 C382C3610ED6042D00C4C6E1 /* Source Files */,
51 C382C35E0ED6041B00C4C6E1 /* Compute Kernels */,
52 C382C30C0ED6041300C4C6E1 /* Frameworks */,
53 466E0F600C932E1A00ED01DB /* Products */,
54 );
55 sourceTree = "<group>";
56 };
57 466E0F600C932E1A00ED01DB /* Products */ = {
58 isa = PBXGroup;
59 children = (
60 466E0F5F0C932E1A00ED01DB /* scan */,
61 );
62 name = Products;
63 sourceTree = "<group>";
64 };
65 C382C30C0ED6041300C4C6E1 /* Frameworks */ = {
66 isa = PBXGroup;
67 children = (
68 466E0F650C932ED500ED01DB /* OpenCL.framework */,
69 );
70 name = Frameworks;
71 sourceTree = "<group>";
72 };
73 C382C35E0ED6041B00C4C6E1 /* Compute Kernels */ = {
74 isa = PBXGroup;
75 children = (
76 C394446B0DAFF5AE008FFE68 /* scan_kernel.cl */,
77 );
78 name = "Compute Kernels";
79 sourceTree = "<group>";
80 };
81 C382C3610ED6042D00C4C6E1 /* Source Files */ = {
82 isa = PBXGroup;
83 children = (
84 466E0F5A0C93299100ED01DB /* scan.c */,
85 );
86 name = "Source Files";
87 sourceTree = "<group>";
88 };
89 /* End PBXGroup section */
90
91 /* Begin PBXNativeTarget section */
92 466E0F5E0C932E1A00ED01DB /* scan */ = {
93 isa = PBXNativeTarget;
94 buildConfigurationList = 466E0F640C932E1A00ED01DB /* Build configuration list for PBXNativeTarget "scan" */;
95 buildPhases = (
96 466E0F5C0C932E1A00ED01DB /* Sources */,
97 466E0F5D0C932E1A00ED01DB /* Frameworks */,
98 C39444690DAFF5A0008FFE68 /* CopyFiles */,
99 );
100 buildRules = (
101 );
102 dependencies = (
103 );
104 name = scan;
105 productName = scan;
106 productReference = 466E0F5F0C932E1A00ED01DB /* scan */;
107 productType = "com.apple.product-type.tool";
108 };
109 /* End PBXNativeTarget section */
110
111 /* Begin PBXProject section */
112 466E0F4B0C93291B00ED01DB /* Project object */ = {
113 isa = PBXProject;
114 buildConfigurationList = 466E0F4E0C93291B00ED01DB /* Build configuration list for PBXProject "scan" */;
115 compatibilityVersion = "Xcode 2.4";
116 hasScannedForEncodings = 0;
117 mainGroup = 466E0F490C93291B00ED01DB;
118 productRefGroup = 466E0F600C932E1A00ED01DB /* Products */;
119 projectDirPath = "";
120 projectRoot = "";
121 targets = (
122 466E0F5E0C932E1A00ED01DB /* scan */,
123 );
124 };
125 /* End PBXProject section */
126
127 /* Begin PBXSourcesBuildPhase section */
128 466E0F5C0C932E1A00ED01DB /* Sources */ = {
129 isa = PBXSourcesBuildPhase;
130 buildActionMask = 2147483647;
131 files = (
132 466E0F6D0C932F0F00ED01DB /* scan.c in Sources */,
133 );
134 runOnlyForDeploymentPostprocessing = 0;
135 };
136 /* End PBXSourcesBuildPhase section */
137
138 /* Begin XCBuildConfiguration section */
139 466E0F4C0C93291B00ED01DB /* Debug */ = {
140 isa = XCBuildConfiguration;
141 buildSettings = {
142 COPY_PHASE_STRIP = NO;
143 HEADER_SEARCH_PATHS = ../../inc;
144 LIBRARY_SEARCH_PATHS = ../../lib;
145 };
146 name = Debug;
147 };
148 466E0F4D0C93291B00ED01DB /* Release */ = {
149 isa = XCBuildConfiguration;
150 buildSettings = {
151 COPY_PHASE_STRIP = YES;
152 HEADER_SEARCH_PATHS = ../../inc;
153 LIBRARY_SEARCH_PATHS = ../../lib;
154 };
155 name = Release;
156 };
157 466E0F620C932E1A00ED01DB /* Debug */ = {
158 isa = XCBuildConfiguration;
159 buildSettings = {
160 COPY_PHASE_STRIP = NO;
161 GCC_DYNAMIC_NO_PIC = NO;
162 GCC_ENABLE_FIX_AND_CONTINUE = YES;
163 GCC_MODEL_TUNING = G5;
164 GCC_OPTIMIZATION_LEVEL = 0;
165 INSTALL_PATH = /usr/local/bin;
166 LIBRARY_SEARCH_PATHS = (
167 "$(inherited)",
168 "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
169 );
170 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../lib\"";
171 PREBINDING = NO;
172 PRODUCT_NAME = scan;
173 ZERO_LINK = YES;
174 };
175 name = Debug;
176 };
177 466E0F630C932E1A00ED01DB /* Release */ = {
178 isa = XCBuildConfiguration;
179 buildSettings = {
180 COPY_PHASE_STRIP = YES;
181 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
182 GCC_ENABLE_FIX_AND_CONTINUE = NO;
183 GCC_MODEL_TUNING = G5;
184 INSTALL_PATH = /usr/local/bin;
185 LIBRARY_SEARCH_PATHS = (
186 "$(inherited)",
187 "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
188 );
189 LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../lib\"";
190 PREBINDING = NO;
191 PRODUCT_NAME = scan;
192 ZERO_LINK = NO;
193 };
194 name = Release;
195 };
196 /* End XCBuildConfiguration section */
197
198 /* Begin XCConfigurationList section */
199 466E0F4E0C93291B00ED01DB /* Build configuration list for PBXProject "scan" */ = {
200 isa = XCConfigurationList;
201 buildConfigurations = (
202 466E0F4C0C93291B00ED01DB /* Debug */,
203 466E0F4D0C93291B00ED01DB /* Release */,
204 );
205 defaultConfigurationIsVisible = 0;
206 defaultConfigurationName = Release;
207 };
208 466E0F640C932E1A00ED01DB /* Build configuration list for PBXNativeTarget "scan" */ = {
209 isa = XCConfigurationList;
210 buildConfigurations = (
211 466E0F620C932E1A00ED01DB /* Debug */,
212 466E0F630C932E1A00ED01DB /* Release */,
213 );
214 defaultConfigurationIsVisible = 0;
215 defaultConfigurationName = Release;
216 };
217 /* End XCConfigurationList section */
218 };
219 rootObject = 466E0F4B0C93291B00ED01DB /* Project object */;
220 }