summaryrefslogtreecommitdiff
path: root/opentracker.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorerdgeist <>2007-11-28 22:08:36 +0000
committererdgeist <>2007-11-28 22:08:36 +0000
commit89056078cbe960deb6e1ba25e0eab59d2021c2c7 (patch)
tree5b9b7482a52f1f22d3bfaa1340587d211cd94091 /opentracker.xcodeproj/project.pbxproj
parent9d86780a74522a7a29097f18ba736965440b1bac (diff)
XCode-Project. Note: This is PPC only, x86 must be enabled
Diffstat (limited to 'opentracker.xcodeproj/project.pbxproj')
-rw-r--r--opentracker.xcodeproj/project.pbxproj368
1 files changed, 368 insertions, 0 deletions
diff --git a/opentracker.xcodeproj/project.pbxproj b/opentracker.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..205f6fa
--- /dev/null
+++ b/opentracker.xcodeproj/project.pbxproj
@@ -0,0 +1,368 @@
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 44;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */ = {isa = PBXBuildFile; fileRef = 653A320B0CE7F475007F0D03 /* ot_accesslist.c */; };
11 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */ = {isa = PBXBuildFile; fileRef = 653A56B40CE28EC5000CF140 /* ot_iovec.c */; };
12 654A80890CD832FD009035DE /* opentracker.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80840CD832FC009035DE /* opentracker.c */; };
13 654A808A0CD832FD009035DE /* scan_urlencoded_query.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80850CD832FC009035DE /* scan_urlencoded_query.c */; };
14 654A808B0CD832FD009035DE /* trackerlogic.c in Sources */ = {isa = PBXBuildFile; fileRef = 654A80870CD832FC009035DE /* trackerlogic.c */; };
15 65542D8B0CE078E800469330 /* ot_vector.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8A0CE078E800469330 /* ot_vector.c */; };
16 65542D8E0CE07BA900469330 /* ot_sync.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8D0CE07BA900469330 /* ot_sync.c */; };
17 65542D930CE07CED00469330 /* ot_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D8F0CE07CED00469330 /* ot_mutex.c */; };
18 65542D940CE07CED00469330 /* ot_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542D910CE07CED00469330 /* ot_stats.c */; };
19 65542E750CE08B9100469330 /* ot_clean.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542E740CE08B9100469330 /* ot_clean.c */; };
20 65542EE80CE0CA6B00469330 /* ot_udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542EE70CE0CA6B00469330 /* ot_udp.c */; };
21 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */ = {isa = PBXBuildFile; fileRef = 65542F910CE17CA900469330 /* ot_fullscrape.c */; };
22 8DD76FB00486AB0100D96B5E /* opentracker.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* opentracker.1 */; };
23/* End PBXBuildFile section */
24
25/* Begin PBXCopyFilesBuildPhase section */
26 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
27 isa = PBXCopyFilesBuildPhase;
28 buildActionMask = 8;
29 dstPath = /usr/share/man/man1/;
30 dstSubfolderSpec = 0;
31 files = (
32 8DD76FB00486AB0100D96B5E /* opentracker.1 in CopyFiles */,
33 );
34 runOnlyForDeploymentPostprocessing = 1;
35 };
36/* End PBXCopyFilesBuildPhase section */
37
38/* Begin PBXFileReference section */
39 653A320A0CE7F475007F0D03 /* ot_accesslist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_accesslist.h; sourceTree = "<group>"; };
40 653A320B0CE7F475007F0D03 /* ot_accesslist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_accesslist.c; sourceTree = "<group>"; };
41 653A56AC0CE201FF000CF140 /* opentracker */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = opentracker; sourceTree = BUILT_PRODUCTS_DIR; };
42 653A56AF0CE201FF000CF140 /* liblibowfat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblibowfat.a; sourceTree = BUILT_PRODUCTS_DIR; };
43 653A56B30CE28EC5000CF140 /* ot_iovec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_iovec.h; sourceTree = "<group>"; };
44 653A56B40CE28EC5000CF140 /* ot_iovec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_iovec.c; sourceTree = "<group>"; };
45 654A80840CD832FC009035DE /* opentracker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = opentracker.c; sourceTree = "<group>"; };
46 654A80850CD832FC009035DE /* scan_urlencoded_query.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scan_urlencoded_query.c; sourceTree = "<group>"; };
47 654A80860CD832FC009035DE /* scan_urlencoded_query.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scan_urlencoded_query.h; sourceTree = "<group>"; };
48 654A80870CD832FC009035DE /* trackerlogic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = trackerlogic.c; sourceTree = "<group>"; };
49 654A80880CD832FC009035DE /* trackerlogic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trackerlogic.h; sourceTree = "<group>"; };
50 65542D890CE078E800469330 /* ot_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_vector.h; sourceTree = "<group>"; };
51 65542D8A0CE078E800469330 /* ot_vector.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_vector.c; sourceTree = "<group>"; };
52 65542D8C0CE07BA900469330 /* ot_sync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_sync.h; sourceTree = "<group>"; };
53 65542D8D0CE07BA900469330 /* ot_sync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_sync.c; sourceTree = "<group>"; };
54 65542D8F0CE07CED00469330 /* ot_mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_mutex.c; sourceTree = "<group>"; };
55 65542D900CE07CED00469330 /* ot_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_mutex.h; sourceTree = "<group>"; };
56 65542D910CE07CED00469330 /* ot_stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_stats.c; sourceTree = "<group>"; };
57 65542D920CE07CED00469330 /* ot_stats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_stats.h; sourceTree = "<group>"; };
58 65542E730CE08B9100469330 /* ot_clean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_clean.h; sourceTree = "<group>"; };
59 65542E740CE08B9100469330 /* ot_clean.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_clean.c; sourceTree = "<group>"; };
60 65542EE60CE0CA6B00469330 /* ot_udp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_udp.h; sourceTree = "<group>"; };
61 65542EE70CE0CA6B00469330 /* ot_udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_udp.c; sourceTree = "<group>"; };
62 65542F900CE17CA900469330 /* ot_fullscrape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ot_fullscrape.h; sourceTree = "<group>"; };
63 65542F910CE17CA900469330 /* ot_fullscrape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ot_fullscrape.c; sourceTree = "<group>"; };
64 C6A0FF2C0290799A04C91782 /* opentracker.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = opentracker.1; sourceTree = "<group>"; };
65/* End PBXFileReference section */
66
67/* Begin PBXFrameworksBuildPhase section */
68 654A80A60CD83615009035DE /* Frameworks */ = {
69 isa = PBXFrameworksBuildPhase;
70 buildActionMask = 2147483647;
71 files = (
72 );
73 runOnlyForDeploymentPostprocessing = 0;
74 };
75 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
76 isa = PBXFrameworksBuildPhase;
77 buildActionMask = 2147483647;
78 files = (
79 );
80 runOnlyForDeploymentPostprocessing = 0;
81 };
82/* End PBXFrameworksBuildPhase section */
83
84/* Begin PBXGroup section */
85 08FB7794FE84155DC02AAC07 /* opentracker */ = {
86 isa = PBXGroup;
87 children = (
88 65542D810CE0786F00469330 /* Headers */,
89 08FB7795FE84155DC02AAC07 /* Source */,
90 C6A0FF2B0290797F04C91782 /* Documentation */,
91 653A56AD0CE201FF000CF140 /* Products */,
92 );
93 name = opentracker;
94 sourceTree = "<group>";
95 };
96 08FB7795FE84155DC02AAC07 /* Source */ = {
97 isa = PBXGroup;
98 children = (
99 654A80840CD832FC009035DE /* opentracker.c */,
100 653A320B0CE7F475007F0D03 /* ot_accesslist.c */,
101 65542E740CE08B9100469330 /* ot_clean.c */,
102 65542F910CE17CA900469330 /* ot_fullscrape.c */,
103 653A56B40CE28EC5000CF140 /* ot_iovec.c */,
104 65542D8F0CE07CED00469330 /* ot_mutex.c */,
105 65542D910CE07CED00469330 /* ot_stats.c */,
106 65542D8D0CE07BA900469330 /* ot_sync.c */,
107 65542EE70CE0CA6B00469330 /* ot_udp.c */,
108 65542D8A0CE078E800469330 /* ot_vector.c */,
109 654A80850CD832FC009035DE /* scan_urlencoded_query.c */,
110 654A80870CD832FC009035DE /* trackerlogic.c */,
111 );
112 name = Source;
113 sourceTree = "<group>";
114 };
115 653A56AD0CE201FF000CF140 /* Products */ = {
116 isa = PBXGroup;
117 children = (
118 653A56AC0CE201FF000CF140 /* opentracker */,
119 653A56AF0CE201FF000CF140 /* liblibowfat.a */,
120 );
121 name = Products;
122 sourceTree = "<group>";
123 };
124 65542D810CE0786F00469330 /* Headers */ = {
125 isa = PBXGroup;
126 children = (
127 653A320A0CE7F475007F0D03 /* ot_accesslist.h */,
128 65542E730CE08B9100469330 /* ot_clean.h */,
129 65542F900CE17CA900469330 /* ot_fullscrape.h */,
130 653A56B30CE28EC5000CF140 /* ot_iovec.h */,
131 65542D900CE07CED00469330 /* ot_mutex.h */,
132 65542D920CE07CED00469330 /* ot_stats.h */,
133 65542D8C0CE07BA900469330 /* ot_sync.h */,
134 65542EE60CE0CA6B00469330 /* ot_udp.h */,
135 65542D890CE078E800469330 /* ot_vector.h */,
136 654A80860CD832FC009035DE /* scan_urlencoded_query.h */,
137 654A80880CD832FC009035DE /* trackerlogic.h */,
138 );
139 name = Headers;
140 sourceTree = "<group>";
141 };
142 C6A0FF2B0290797F04C91782 /* Documentation */ = {
143 isa = PBXGroup;
144 children = (
145 C6A0FF2C0290799A04C91782 /* opentracker.1 */,
146 );
147 name = Documentation;
148 sourceTree = "<group>";
149 };
150/* End PBXGroup section */
151
152/* Begin PBXHeadersBuildPhase section */
153 654A80A40CD83615009035DE /* Headers */ = {
154 isa = PBXHeadersBuildPhase;
155 buildActionMask = 2147483647;
156 files = (
157 );
158 runOnlyForDeploymentPostprocessing = 0;
159 };
160/* End PBXHeadersBuildPhase section */
161
162/* Begin PBXNativeTarget section */
163 654A80A70CD83615009035DE /* libowfat */ = {
164 isa = PBXNativeTarget;
165 buildConfigurationList = 654A80AB0CD83635009035DE /* Build configuration list for PBXNativeTarget "libowfat" */;
166 buildPhases = (
167 654A80A40CD83615009035DE /* Headers */,
168 654A80A50CD83615009035DE /* Sources */,
169 654A80A60CD83615009035DE /* Frameworks */,
170 );
171 buildRules = (
172 );
173 dependencies = (
174 );
175 name = libowfat;
176 productName = libowfat;
177 productReference = 653A56AF0CE201FF000CF140 /* liblibowfat.a */;
178 productType = "com.apple.product-type.library.static";
179 };
180 8DD76FA90486AB0100D96B5E /* opentracker */ = {
181 isa = PBXNativeTarget;
182 buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "opentracker" */;
183 buildPhases = (
184 8DD76FAB0486AB0100D96B5E /* Sources */,
185 8DD76FAD0486AB0100D96B5E /* Frameworks */,
186 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
187 );
188 buildRules = (
189 );
190 dependencies = (
191 );
192 name = opentracker;
193 productInstallPath = "$(HOME)/bin";
194 productName = opentracker;
195 productReference = 653A56AC0CE201FF000CF140 /* opentracker */;
196 productType = "com.apple.product-type.tool";
197 };
198/* End PBXNativeTarget section */
199
200/* Begin PBXProject section */
201 08FB7793FE84155DC02AAC07 /* Project object */ = {
202 isa = PBXProject;
203 buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "opentracker" */;
204 compatibilityVersion = "Xcode 3.0";
205 hasScannedForEncodings = 1;
206 mainGroup = 08FB7794FE84155DC02AAC07 /* opentracker */;
207 productRefGroup = 653A56AD0CE201FF000CF140 /* Products */;
208 projectDirPath = "";
209 projectRoot = "";
210 targets = (
211 8DD76FA90486AB0100D96B5E /* opentracker */,
212 654A80A70CD83615009035DE /* libowfat */,
213 );
214 };
215/* End PBXProject section */
216
217/* Begin PBXSourcesBuildPhase section */
218 654A80A50CD83615009035DE /* Sources */ = {
219 isa = PBXSourcesBuildPhase;
220 buildActionMask = 2147483647;
221 files = (
222 );
223 runOnlyForDeploymentPostprocessing = 0;
224 };
225 8DD76FAB0486AB0100D96B5E /* Sources */ = {
226 isa = PBXSourcesBuildPhase;
227 buildActionMask = 2147483647;
228 files = (
229 654A80890CD832FD009035DE /* opentracker.c in Sources */,
230 654A808A0CD832FD009035DE /* scan_urlencoded_query.c in Sources */,
231 654A808B0CD832FD009035DE /* trackerlogic.c in Sources */,
232 65542D8B0CE078E800469330 /* ot_vector.c in Sources */,
233 65542D8E0CE07BA900469330 /* ot_sync.c in Sources */,
234 65542D930CE07CED00469330 /* ot_mutex.c in Sources */,
235 65542D940CE07CED00469330 /* ot_stats.c in Sources */,
236 65542E750CE08B9100469330 /* ot_clean.c in Sources */,
237 65542EE80CE0CA6B00469330 /* ot_udp.c in Sources */,
238 65542F920CE17CA900469330 /* ot_fullscrape.c in Sources */,
239 653A56B50CE28EC5000CF140 /* ot_iovec.c in Sources */,
240 653A320C0CE7F475007F0D03 /* ot_accesslist.c in Sources */,
241 );
242 runOnlyForDeploymentPostprocessing = 0;
243 };
244/* End PBXSourcesBuildPhase section */
245
246/* Begin XCBuildConfiguration section */
247 1DEB928608733DD80010E9CD /* Debug */ = {
248 isa = XCBuildConfiguration;
249 buildSettings = {
250 COPY_PHASE_STRIP = NO;
251 GCC_DYNAMIC_NO_PIC = NO;
252 GCC_ENABLE_FIX_AND_CONTINUE = YES;
253 GCC_MODEL_TUNING = G5;
254 GCC_OPTIMIZATION_LEVEL = 0;
255 INSTALL_PATH = /usr/local/bin;
256 LIBRARY_SEARCH_PATHS = (
257 "$(inherited)",
258 "\"$(SRCROOT)/../libowfat\"",
259 );
260 PRODUCT_NAME = opentracker;
261 ZERO_LINK = YES;
262 };
263 name = Debug;
264 };
265 1DEB928708733DD80010E9CD /* Release */ = {
266 isa = XCBuildConfiguration;
267 buildSettings = {
268 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
269 GCC_MODEL_TUNING = G5;
270 INSTALL_PATH = /usr/local/bin;
271 LIBRARY_SEARCH_PATHS = (
272 "$(inherited)",
273 "\"$(SRCROOT)/../libowfat\"",
274 );
275 PRODUCT_NAME = opentracker;
276 };
277 name = Release;
278 };
279 1DEB928A08733DD80010E9CD /* Debug */ = {
280 isa = XCBuildConfiguration;
281 buildSettings = {
282 GCC_WARN_ABOUT_RETURN_TYPE = YES;
283 GCC_WARN_UNUSED_VARIABLE = YES;
284 PREBINDING = NO;
285 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
286 };
287 name = Debug;
288 };
289 1DEB928B08733DD80010E9CD /* Release */ = {
290 isa = XCBuildConfiguration;
291 buildSettings = {
292 ARCHS = ppc;
293 DEAD_CODE_STRIPPING = NO;
294 GCC_WARN_ABOUT_RETURN_TYPE = YES;
295 GCC_WARN_UNUSED_VARIABLE = YES;
296 HEADER_SEARCH_PATHS = ../libowfat/;
297 LIBRARY_SEARCH_PATHS = ../libowfat/;
298 MACH_O_TYPE = mh_execute;
299 OTHER_LDFLAGS = "-lowfat";
300 PREBINDING = NO;
301 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
302 ZERO_LINK = NO;
303 };
304 name = Release;
305 };
306 654A80A90CD83617009035DE /* Debug */ = {
307 isa = XCBuildConfiguration;
308 buildSettings = {
309 COPY_PHASE_STRIP = NO;
310 GCC_DYNAMIC_NO_PIC = NO;
311 GCC_ENABLE_FIX_AND_CONTINUE = YES;
312 GCC_MODEL_TUNING = G5;
313 GCC_OPTIMIZATION_LEVEL = 0;
314 INSTALL_PATH = /usr/local/lib;
315 PREBINDING = NO;
316 PRODUCT_NAME = libowfat;
317 ZERO_LINK = YES;
318 };
319 name = Debug;
320 };
321 654A80AA0CD83617009035DE /* Release */ = {
322 isa = XCBuildConfiguration;
323 buildSettings = {
324 COPY_PHASE_STRIP = YES;
325 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
326 GCC_ENABLE_FIX_AND_CONTINUE = NO;
327 GCC_MODEL_TUNING = G5;
328 INSTALL_PATH = /usr/local/lib;
329 PREBINDING = NO;
330 PRODUCT_NAME = libowfat;
331 ZERO_LINK = NO;
332 };
333 name = Release;
334 };
335/* End XCBuildConfiguration section */
336
337/* Begin XCConfigurationList section */
338 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "opentracker" */ = {
339 isa = XCConfigurationList;
340 buildConfigurations = (
341 1DEB928608733DD80010E9CD /* Debug */,
342 1DEB928708733DD80010E9CD /* Release */,
343 );
344 defaultConfigurationIsVisible = 0;
345 defaultConfigurationName = Release;
346 };
347 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "opentracker" */ = {
348 isa = XCConfigurationList;
349 buildConfigurations = (
350 1DEB928A08733DD80010E9CD /* Debug */,
351 1DEB928B08733DD80010E9CD /* Release */,
352 );
353 defaultConfigurationIsVisible = 0;
354 defaultConfigurationName = Release;
355 };
356 654A80AB0CD83635009035DE /* Build configuration list for PBXNativeTarget "libowfat" */ = {
357 isa = XCConfigurationList;
358 buildConfigurations = (
359 654A80A90CD83617009035DE /* Debug */,
360 654A80AA0CD83617009035DE /* Release */,
361 );
362 defaultConfigurationIsVisible = 0;
363 defaultConfigurationName = Release;
364 };
365/* End XCConfigurationList section */
366 };
367 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
368}