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