jens@0
|
1 |
// !$*UTF8*$!
|
jens@0
|
2 |
{
|
jens@0
|
3 |
archiveVersion = 1;
|
jens@0
|
4 |
classes = {
|
jens@0
|
5 |
};
|
jens@0
|
6 |
objectVersion = 45;
|
jens@0
|
7 |
objects = {
|
jens@0
|
8 |
|
jens@0
|
9 |
/* Begin PBXBuildFile section */
|
jens@0
|
10 |
27156CAA104C9C44009EBD39 /* gtest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27156CA9104C9C44009EBD39 /* gtest.framework */; };
|
jens@0
|
11 |
27603901105AC81200D931A7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27603900105AC81200D931A7 /* CoreFoundation.framework */; };
|
jens@0
|
12 |
276E5BCD1066D13D008A2171 /* Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC41066D13D008A2171 /* Base.cpp */; };
|
jens@0
|
13 |
276E5BCE1066D13D008A2171 /* Chunk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC51066D13D008A2171 /* Chunk.cpp */; };
|
jens@0
|
14 |
276E5BCF1066D13D008A2171 /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC61066D13D008A2171 /* Dictionary.cpp */; };
|
jens@0
|
15 |
276E5BD01066D13D008A2171 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC71066D13D008A2171 /* File.cpp */; };
|
jens@0
|
16 |
276E5BD11066D13D008A2171 /* Hash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC81066D13D008A2171 /* Hash.cpp */; };
|
jens@0
|
17 |
276E5BD21066D13D008A2171 /* Index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC91066D13D008A2171 /* Index.cpp */; };
|
jens@0
|
18 |
276E5BD31066D13D008A2171 /* MemoryMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCA1066D13D008A2171 /* MemoryMap.cpp */; };
|
jens@0
|
19 |
276E5BD41066D13D008A2171 /* Ottoman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCB1066D13D008A2171 /* Ottoman.cpp */; };
|
jens@0
|
20 |
276E5BD51066D13D008A2171 /* VersionDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */; };
|
jens@0
|
21 |
276E5BDD1066D142008A2171 /* Dictionary_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BD71066D142008A2171 /* Dictionary_test.cpp */; };
|
jens@0
|
22 |
276E5BDE1066D142008A2171 /* Hash_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BD81066D142008A2171 /* Hash_test.cpp */; };
|
jens@0
|
23 |
276E5BDF1066D142008A2171 /* Ottoman_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BD91066D142008A2171 /* Ottoman_test.cpp */; };
|
jens@0
|
24 |
276E5BE01066D142008A2171 /* TestUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BDA1066D142008A2171 /* TestUtils.cpp */; };
|
jens@0
|
25 |
276E5BE11066D142008A2171 /* VersionDictionary_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BDC1066D142008A2171 /* VersionDictionary_test.cpp */; };
|
jens@2
|
26 |
276E5CB5106731BA008A2171 /* Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC41066D13D008A2171 /* Base.cpp */; };
|
jens@2
|
27 |
276E5CB6106731BA008A2171 /* Chunk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC51066D13D008A2171 /* Chunk.cpp */; };
|
jens@2
|
28 |
276E5CB7106731BB008A2171 /* Chunk.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBB1066D135008A2171 /* Chunk.h */; };
|
jens@2
|
29 |
276E5CB8106731BB008A2171 /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC61066D13D008A2171 /* Dictionary.cpp */; };
|
jens@2
|
30 |
276E5CB9106731BC008A2171 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC71066D13D008A2171 /* File.cpp */; };
|
jens@2
|
31 |
276E5CBA106731BD008A2171 /* Hash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC81066D13D008A2171 /* Hash.cpp */; };
|
jens@2
|
32 |
276E5CBB106731BD008A2171 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBE1066D135008A2171 /* Hash.h */; };
|
jens@2
|
33 |
276E5CBC106731BE008A2171 /* Index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC91066D13D008A2171 /* Index.cpp */; };
|
jens@2
|
34 |
276E5CBD106731BF008A2171 /* Index.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBF1066D135008A2171 /* Index.h */; };
|
jens@2
|
35 |
276E5CBE106731C0008A2171 /* MemoryMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCA1066D13D008A2171 /* MemoryMap.cpp */; };
|
jens@2
|
36 |
276E5CBF106731C1008A2171 /* MemoryMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BC01066D135008A2171 /* MemoryMap.h */; };
|
jens@2
|
37 |
276E5CC0106731C1008A2171 /* Ottoman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCB1066D13D008A2171 /* Ottoman.cpp */; };
|
jens@2
|
38 |
276E5CC1106731C2008A2171 /* VersionDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */; };
|
jens@2
|
39 |
276E5CC2106731C5008A2171 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBA1066D135008A2171 /* Base.h */; };
|
jens@2
|
40 |
276E5CC3106731C6008A2171 /* Dictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBC1066D135008A2171 /* Dictionary.h */; };
|
jens@2
|
41 |
276E5CC4106731C7008A2171 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBD1066D135008A2171 /* File.h */; };
|
jens@2
|
42 |
276E5CC5106731C8008A2171 /* Ottoman.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BC11066D135008A2171 /* Ottoman.h */; };
|
jens@2
|
43 |
276E5CC6106731C8008A2171 /* VersionDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BC21066D135008A2171 /* VersionDictionary.h */; };
|
jens@0
|
44 |
/* End PBXBuildFile section */
|
jens@0
|
45 |
|
jens@0
|
46 |
/* Begin PBXCopyFilesBuildPhase section */
|
jens@0
|
47 |
8DD76F690486A84900D96B5E /* CopyFiles */ = {
|
jens@0
|
48 |
isa = PBXCopyFilesBuildPhase;
|
jens@0
|
49 |
buildActionMask = 8;
|
jens@0
|
50 |
dstPath = /usr/share/man/man1/;
|
jens@0
|
51 |
dstSubfolderSpec = 0;
|
jens@0
|
52 |
files = (
|
jens@0
|
53 |
);
|
jens@0
|
54 |
runOnlyForDeploymentPostprocessing = 1;
|
jens@0
|
55 |
};
|
jens@0
|
56 |
/* End PBXCopyFilesBuildPhase section */
|
jens@0
|
57 |
|
jens@0
|
58 |
/* Begin PBXFileReference section */
|
jens@0
|
59 |
27156CA9104C9C44009EBD39 /* gtest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = gtest.framework; path = /Library/Frameworks/gtest.framework; sourceTree = "<absolute>"; };
|
jens@0
|
60 |
27603900105AC81200D931A7 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
jens@0
|
61 |
276E5BBA1066D135008A2171 /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = "<group>"; };
|
jens@1
|
62 |
276E5BBB1066D135008A2171 /* Chunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Chunk.h; sourceTree = "<group>"; };
|
jens@0
|
63 |
276E5BBC1066D135008A2171 /* Dictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dictionary.h; sourceTree = "<group>"; };
|
jens@0
|
64 |
276E5BBD1066D135008A2171 /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; };
|
jens@1
|
65 |
276E5BBE1066D135008A2171 /* Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hash.h; sourceTree = "<group>"; };
|
jens@1
|
66 |
276E5BBF1066D135008A2171 /* Index.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Index.h; sourceTree = "<group>"; };
|
jens@1
|
67 |
276E5BC01066D135008A2171 /* MemoryMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryMap.h; sourceTree = "<group>"; };
|
jens@0
|
68 |
276E5BC11066D135008A2171 /* Ottoman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ottoman.h; sourceTree = "<group>"; };
|
jens@0
|
69 |
276E5BC21066D135008A2171 /* VersionDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VersionDictionary.h; sourceTree = "<group>"; };
|
jens@0
|
70 |
276E5BC41066D13D008A2171 /* Base.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base.cpp; sourceTree = "<group>"; };
|
jens@0
|
71 |
276E5BC51066D13D008A2171 /* Chunk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Chunk.cpp; sourceTree = "<group>"; };
|
jens@0
|
72 |
276E5BC61066D13D008A2171 /* Dictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Dictionary.cpp; sourceTree = "<group>"; };
|
jens@0
|
73 |
276E5BC71066D13D008A2171 /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = File.cpp; sourceTree = "<group>"; };
|
jens@0
|
74 |
276E5BC81066D13D008A2171 /* Hash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Hash.cpp; sourceTree = "<group>"; };
|
jens@0
|
75 |
276E5BC91066D13D008A2171 /* Index.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Index.cpp; sourceTree = "<group>"; };
|
jens@0
|
76 |
276E5BCA1066D13D008A2171 /* MemoryMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryMap.cpp; sourceTree = "<group>"; };
|
jens@0
|
77 |
276E5BCB1066D13D008A2171 /* Ottoman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ottoman.cpp; sourceTree = "<group>"; };
|
jens@0
|
78 |
276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VersionDictionary.cpp; sourceTree = "<group>"; };
|
jens@0
|
79 |
276E5BD71066D142008A2171 /* Dictionary_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Dictionary_test.cpp; sourceTree = "<group>"; };
|
jens@0
|
80 |
276E5BD81066D142008A2171 /* Hash_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Hash_test.cpp; sourceTree = "<group>"; };
|
jens@0
|
81 |
276E5BD91066D142008A2171 /* Ottoman_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ottoman_test.cpp; sourceTree = "<group>"; };
|
jens@0
|
82 |
276E5BDA1066D142008A2171 /* TestUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestUtils.cpp; sourceTree = "<group>"; };
|
jens@0
|
83 |
276E5BDB1066D142008A2171 /* TestUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestUtils.h; sourceTree = "<group>"; };
|
jens@0
|
84 |
276E5BDC1066D142008A2171 /* VersionDictionary_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VersionDictionary_test.cpp; sourceTree = "<group>"; };
|
jens@2
|
85 |
276E5CAE1067315D008A2171 /* libOttoman.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOttoman.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
jens@2
|
86 |
8DD76F6C0486A84900D96B5E /* OttomanTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OttomanTest; sourceTree = BUILT_PRODUCTS_DIR; };
|
jens@0
|
87 |
/* End PBXFileReference section */
|
jens@0
|
88 |
|
jens@0
|
89 |
/* Begin PBXFrameworksBuildPhase section */
|
jens@2
|
90 |
276E5CAC1067315D008A2171 /* Frameworks */ = {
|
jens@2
|
91 |
isa = PBXFrameworksBuildPhase;
|
jens@2
|
92 |
buildActionMask = 2147483647;
|
jens@2
|
93 |
files = (
|
jens@2
|
94 |
);
|
jens@2
|
95 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@2
|
96 |
};
|
jens@0
|
97 |
8DD76F660486A84900D96B5E /* Frameworks */ = {
|
jens@0
|
98 |
isa = PBXFrameworksBuildPhase;
|
jens@0
|
99 |
buildActionMask = 2147483647;
|
jens@0
|
100 |
files = (
|
jens@0
|
101 |
27156CAA104C9C44009EBD39 /* gtest.framework in Frameworks */,
|
jens@0
|
102 |
27603901105AC81200D931A7 /* CoreFoundation.framework in Frameworks */,
|
jens@0
|
103 |
);
|
jens@0
|
104 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@0
|
105 |
};
|
jens@0
|
106 |
/* End PBXFrameworksBuildPhase section */
|
jens@0
|
107 |
|
jens@0
|
108 |
/* Begin PBXGroup section */
|
jens@0
|
109 |
08FB7794FE84155DC02AAC07 /* BPlusTree */ = {
|
jens@0
|
110 |
isa = PBXGroup;
|
jens@0
|
111 |
children = (
|
jens@0
|
112 |
276E5BB91066D135008A2171 /* include */,
|
jens@0
|
113 |
276E5BC31066D13D008A2171 /* src */,
|
jens@0
|
114 |
276E5BD61066D142008A2171 /* test */,
|
jens@0
|
115 |
27603900105AC81200D931A7 /* CoreFoundation.framework */,
|
jens@0
|
116 |
27156CA9104C9C44009EBD39 /* gtest.framework */,
|
jens@0
|
117 |
1AB674ADFE9D54B511CA2CBB /* Products */,
|
jens@0
|
118 |
);
|
jens@0
|
119 |
name = BPlusTree;
|
jens@0
|
120 |
sourceTree = "<group>";
|
jens@0
|
121 |
};
|
jens@0
|
122 |
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
jens@0
|
123 |
isa = PBXGroup;
|
jens@0
|
124 |
children = (
|
jens@2
|
125 |
8DD76F6C0486A84900D96B5E /* OttomanTest */,
|
jens@2
|
126 |
276E5CAE1067315D008A2171 /* libOttoman.a */,
|
jens@0
|
127 |
);
|
jens@0
|
128 |
name = Products;
|
jens@0
|
129 |
sourceTree = "<group>";
|
jens@0
|
130 |
};
|
jens@0
|
131 |
276E5BB91066D135008A2171 /* include */ = {
|
jens@0
|
132 |
isa = PBXGroup;
|
jens@0
|
133 |
children = (
|
jens@0
|
134 |
276E5BBA1066D135008A2171 /* Base.h */,
|
jens@0
|
135 |
276E5BBC1066D135008A2171 /* Dictionary.h */,
|
jens@0
|
136 |
276E5BBD1066D135008A2171 /* File.h */,
|
jens@0
|
137 |
276E5BC11066D135008A2171 /* Ottoman.h */,
|
jens@0
|
138 |
276E5BC21066D135008A2171 /* VersionDictionary.h */,
|
jens@0
|
139 |
);
|
jens@0
|
140 |
path = include;
|
jens@0
|
141 |
sourceTree = "<group>";
|
jens@0
|
142 |
};
|
jens@0
|
143 |
276E5BC31066D13D008A2171 /* src */ = {
|
jens@0
|
144 |
isa = PBXGroup;
|
jens@0
|
145 |
children = (
|
jens@0
|
146 |
276E5BC41066D13D008A2171 /* Base.cpp */,
|
jens@0
|
147 |
276E5BBB1066D135008A2171 /* Chunk.h */,
|
jens@0
|
148 |
276E5BC51066D13D008A2171 /* Chunk.cpp */,
|
jens@0
|
149 |
276E5BC61066D13D008A2171 /* Dictionary.cpp */,
|
jens@0
|
150 |
276E5BC71066D13D008A2171 /* File.cpp */,
|
jens@0
|
151 |
276E5BBE1066D135008A2171 /* Hash.h */,
|
jens@0
|
152 |
276E5BC81066D13D008A2171 /* Hash.cpp */,
|
jens@0
|
153 |
276E5BBF1066D135008A2171 /* Index.h */,
|
jens@0
|
154 |
276E5BC91066D13D008A2171 /* Index.cpp */,
|
jens@0
|
155 |
276E5BC01066D135008A2171 /* MemoryMap.h */,
|
jens@0
|
156 |
276E5BCA1066D13D008A2171 /* MemoryMap.cpp */,
|
jens@0
|
157 |
276E5BCB1066D13D008A2171 /* Ottoman.cpp */,
|
jens@0
|
158 |
276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */,
|
jens@0
|
159 |
);
|
jens@0
|
160 |
path = src;
|
jens@0
|
161 |
sourceTree = "<group>";
|
jens@0
|
162 |
};
|
jens@0
|
163 |
276E5BD61066D142008A2171 /* test */ = {
|
jens@0
|
164 |
isa = PBXGroup;
|
jens@0
|
165 |
children = (
|
jens@0
|
166 |
276E5BD71066D142008A2171 /* Dictionary_test.cpp */,
|
jens@0
|
167 |
276E5BD81066D142008A2171 /* Hash_test.cpp */,
|
jens@0
|
168 |
276E5BD91066D142008A2171 /* Ottoman_test.cpp */,
|
jens@0
|
169 |
276E5BDC1066D142008A2171 /* VersionDictionary_test.cpp */,
|
jens@0
|
170 |
276E5BDB1066D142008A2171 /* TestUtils.h */,
|
jens@0
|
171 |
276E5BDA1066D142008A2171 /* TestUtils.cpp */,
|
jens@0
|
172 |
);
|
jens@0
|
173 |
path = test;
|
jens@0
|
174 |
sourceTree = "<group>";
|
jens@0
|
175 |
};
|
jens@0
|
176 |
/* End PBXGroup section */
|
jens@0
|
177 |
|
jens@2
|
178 |
/* Begin PBXHeadersBuildPhase section */
|
jens@2
|
179 |
276E5CAA1067315D008A2171 /* Headers */ = {
|
jens@2
|
180 |
isa = PBXHeadersBuildPhase;
|
jens@2
|
181 |
buildActionMask = 2147483647;
|
jens@2
|
182 |
files = (
|
jens@2
|
183 |
276E5CB7106731BB008A2171 /* Chunk.h in Headers */,
|
jens@2
|
184 |
276E5CBB106731BD008A2171 /* Hash.h in Headers */,
|
jens@2
|
185 |
276E5CBD106731BF008A2171 /* Index.h in Headers */,
|
jens@2
|
186 |
276E5CBF106731C1008A2171 /* MemoryMap.h in Headers */,
|
jens@2
|
187 |
276E5CC2106731C5008A2171 /* Base.h in Headers */,
|
jens@2
|
188 |
276E5CC3106731C6008A2171 /* Dictionary.h in Headers */,
|
jens@2
|
189 |
276E5CC4106731C7008A2171 /* File.h in Headers */,
|
jens@2
|
190 |
276E5CC5106731C8008A2171 /* Ottoman.h in Headers */,
|
jens@2
|
191 |
276E5CC6106731C8008A2171 /* VersionDictionary.h in Headers */,
|
jens@2
|
192 |
);
|
jens@2
|
193 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@2
|
194 |
};
|
jens@2
|
195 |
/* End PBXHeadersBuildPhase section */
|
jens@2
|
196 |
|
jens@0
|
197 |
/* Begin PBXNativeTarget section */
|
jens@2
|
198 |
276E5CAD1067315D008A2171 /* Static Library */ = {
|
jens@2
|
199 |
isa = PBXNativeTarget;
|
jens@2
|
200 |
buildConfigurationList = 276E5CC9106731D5008A2171 /* Build configuration list for PBXNativeTarget "Static Library" */;
|
jens@2
|
201 |
buildPhases = (
|
jens@2
|
202 |
276E5CAA1067315D008A2171 /* Headers */,
|
jens@2
|
203 |
276E5CAB1067315D008A2171 /* Sources */,
|
jens@2
|
204 |
276E5CAC1067315D008A2171 /* Frameworks */,
|
jens@2
|
205 |
);
|
jens@2
|
206 |
buildRules = (
|
jens@2
|
207 |
);
|
jens@2
|
208 |
dependencies = (
|
jens@2
|
209 |
);
|
jens@2
|
210 |
name = "Static Library";
|
jens@2
|
211 |
productName = "Static Library";
|
jens@2
|
212 |
productReference = 276E5CAE1067315D008A2171 /* libOttoman.a */;
|
jens@2
|
213 |
productType = "com.apple.product-type.library.static";
|
jens@2
|
214 |
};
|
jens@0
|
215 |
8DD76F620486A84900D96B5E /* OttomanTest */ = {
|
jens@0
|
216 |
isa = PBXNativeTarget;
|
jens@0
|
217 |
buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "OttomanTest" */;
|
jens@0
|
218 |
buildPhases = (
|
jens@0
|
219 |
8DD76F640486A84900D96B5E /* Sources */,
|
jens@0
|
220 |
8DD76F660486A84900D96B5E /* Frameworks */,
|
jens@0
|
221 |
8DD76F690486A84900D96B5E /* CopyFiles */,
|
jens@0
|
222 |
);
|
jens@0
|
223 |
buildRules = (
|
jens@0
|
224 |
);
|
jens@0
|
225 |
dependencies = (
|
jens@0
|
226 |
);
|
jens@0
|
227 |
name = OttomanTest;
|
jens@0
|
228 |
productInstallPath = "$(HOME)/bin";
|
jens@0
|
229 |
productName = BPlusTree;
|
jens@2
|
230 |
productReference = 8DD76F6C0486A84900D96B5E /* OttomanTest */;
|
jens@0
|
231 |
productType = "com.apple.product-type.tool";
|
jens@0
|
232 |
};
|
jens@0
|
233 |
/* End PBXNativeTarget section */
|
jens@0
|
234 |
|
jens@0
|
235 |
/* Begin PBXProject section */
|
jens@0
|
236 |
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
jens@0
|
237 |
isa = PBXProject;
|
jens@0
|
238 |
buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Ottoman" */;
|
jens@0
|
239 |
compatibilityVersion = "Xcode 3.1";
|
jens@0
|
240 |
hasScannedForEncodings = 1;
|
jens@0
|
241 |
mainGroup = 08FB7794FE84155DC02AAC07 /* BPlusTree */;
|
jens@0
|
242 |
projectDirPath = "";
|
jens@0
|
243 |
projectRoot = "";
|
jens@0
|
244 |
targets = (
|
jens@0
|
245 |
8DD76F620486A84900D96B5E /* OttomanTest */,
|
jens@2
|
246 |
276E5CAD1067315D008A2171 /* Static Library */,
|
jens@0
|
247 |
);
|
jens@0
|
248 |
};
|
jens@0
|
249 |
/* End PBXProject section */
|
jens@0
|
250 |
|
jens@0
|
251 |
/* Begin PBXSourcesBuildPhase section */
|
jens@2
|
252 |
276E5CAB1067315D008A2171 /* Sources */ = {
|
jens@2
|
253 |
isa = PBXSourcesBuildPhase;
|
jens@2
|
254 |
buildActionMask = 2147483647;
|
jens@2
|
255 |
files = (
|
jens@2
|
256 |
276E5CB5106731BA008A2171 /* Base.cpp in Sources */,
|
jens@2
|
257 |
276E5CB6106731BA008A2171 /* Chunk.cpp in Sources */,
|
jens@2
|
258 |
276E5CB8106731BB008A2171 /* Dictionary.cpp in Sources */,
|
jens@2
|
259 |
276E5CB9106731BC008A2171 /* File.cpp in Sources */,
|
jens@2
|
260 |
276E5CBA106731BD008A2171 /* Hash.cpp in Sources */,
|
jens@2
|
261 |
276E5CBC106731BE008A2171 /* Index.cpp in Sources */,
|
jens@2
|
262 |
276E5CBE106731C0008A2171 /* MemoryMap.cpp in Sources */,
|
jens@2
|
263 |
276E5CC0106731C1008A2171 /* Ottoman.cpp in Sources */,
|
jens@2
|
264 |
276E5CC1106731C2008A2171 /* VersionDictionary.cpp in Sources */,
|
jens@2
|
265 |
);
|
jens@2
|
266 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@2
|
267 |
};
|
jens@0
|
268 |
8DD76F640486A84900D96B5E /* Sources */ = {
|
jens@0
|
269 |
isa = PBXSourcesBuildPhase;
|
jens@0
|
270 |
buildActionMask = 2147483647;
|
jens@0
|
271 |
files = (
|
jens@0
|
272 |
276E5BCD1066D13D008A2171 /* Base.cpp in Sources */,
|
jens@0
|
273 |
276E5BCE1066D13D008A2171 /* Chunk.cpp in Sources */,
|
jens@0
|
274 |
276E5BCF1066D13D008A2171 /* Dictionary.cpp in Sources */,
|
jens@0
|
275 |
276E5BD01066D13D008A2171 /* File.cpp in Sources */,
|
jens@0
|
276 |
276E5BD11066D13D008A2171 /* Hash.cpp in Sources */,
|
jens@0
|
277 |
276E5BD21066D13D008A2171 /* Index.cpp in Sources */,
|
jens@0
|
278 |
276E5BD31066D13D008A2171 /* MemoryMap.cpp in Sources */,
|
jens@0
|
279 |
276E5BD41066D13D008A2171 /* Ottoman.cpp in Sources */,
|
jens@0
|
280 |
276E5BD51066D13D008A2171 /* VersionDictionary.cpp in Sources */,
|
jens@0
|
281 |
276E5BDD1066D142008A2171 /* Dictionary_test.cpp in Sources */,
|
jens@0
|
282 |
276E5BDE1066D142008A2171 /* Hash_test.cpp in Sources */,
|
jens@0
|
283 |
276E5BDF1066D142008A2171 /* Ottoman_test.cpp in Sources */,
|
jens@0
|
284 |
276E5BE01066D142008A2171 /* TestUtils.cpp in Sources */,
|
jens@0
|
285 |
276E5BE11066D142008A2171 /* VersionDictionary_test.cpp in Sources */,
|
jens@0
|
286 |
);
|
jens@0
|
287 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@0
|
288 |
};
|
jens@0
|
289 |
/* End PBXSourcesBuildPhase section */
|
jens@0
|
290 |
|
jens@0
|
291 |
/* Begin XCBuildConfiguration section */
|
jens@0
|
292 |
1DEB923208733DC60010E9CD /* Debug */ = {
|
jens@0
|
293 |
isa = XCBuildConfiguration;
|
jens@0
|
294 |
buildSettings = {
|
jens@0
|
295 |
ALWAYS_SEARCH_USER_PATHS = NO;
|
jens@0
|
296 |
COPY_PHASE_STRIP = NO;
|
jens@0
|
297 |
GCC_DYNAMIC_NO_PIC = NO;
|
jens@0
|
298 |
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
jens@0
|
299 |
GCC_MODEL_TUNING = G5;
|
jens@0
|
300 |
GCC_OPTIMIZATION_LEVEL = 0;
|
jens@0
|
301 |
GCC_PREPROCESSOR_DEFINITIONS = "";
|
jens@0
|
302 |
INSTALL_PATH = /usr/local/bin;
|
jens@2
|
303 |
PRODUCT_NAME = OttomanTest;
|
jens@0
|
304 |
};
|
jens@0
|
305 |
name = Debug;
|
jens@0
|
306 |
};
|
jens@0
|
307 |
1DEB923308733DC60010E9CD /* Release */ = {
|
jens@0
|
308 |
isa = XCBuildConfiguration;
|
jens@0
|
309 |
buildSettings = {
|
jens@0
|
310 |
ALWAYS_SEARCH_USER_PATHS = NO;
|
jens@0
|
311 |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
jens@0
|
312 |
GCC_MODEL_TUNING = G5;
|
jens@0
|
313 |
INSTALL_PATH = /usr/local/bin;
|
jens@2
|
314 |
PRODUCT_NAME = OttomanTest;
|
jens@0
|
315 |
};
|
jens@0
|
316 |
name = Release;
|
jens@0
|
317 |
};
|
jens@0
|
318 |
1DEB923608733DC60010E9CD /* Debug */ = {
|
jens@0
|
319 |
isa = XCBuildConfiguration;
|
jens@0
|
320 |
buildSettings = {
|
jens@0
|
321 |
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
jens@0
|
322 |
GCC_C_LANGUAGE_STANDARD = c99;
|
jens@0
|
323 |
GCC_OPTIMIZATION_LEVEL = 0;
|
jens@0
|
324 |
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
jens@0
|
325 |
GCC_PREPROCESSOR_DEFINITIONS = "";
|
jens@0
|
326 |
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
jens@0
|
327 |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
jens@0
|
328 |
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
jens@0
|
329 |
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
jens@0
|
330 |
GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
|
jens@0
|
331 |
GCC_WARN_SHADOW = NO;
|
jens@0
|
332 |
GCC_WARN_UNUSED_VARIABLE = YES;
|
jens@0
|
333 |
ONLY_ACTIVE_ARCH = YES;
|
jens@0
|
334 |
PREBINDING = NO;
|
jens@0
|
335 |
SDKROOT = macosx10.5;
|
jens@0
|
336 |
WARNING_CFLAGS = "-Wall";
|
jens@0
|
337 |
};
|
jens@0
|
338 |
name = Debug;
|
jens@0
|
339 |
};
|
jens@0
|
340 |
1DEB923708733DC60010E9CD /* Release */ = {
|
jens@0
|
341 |
isa = XCBuildConfiguration;
|
jens@0
|
342 |
buildSettings = {
|
jens@0
|
343 |
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
jens@0
|
344 |
DEAD_CODE_STRIPPING = YES;
|
jens@0
|
345 |
GCC_C_LANGUAGE_STANDARD = c99;
|
jens@2
|
346 |
GCC_DYNAMIC_NO_PIC = YES;
|
jens@2
|
347 |
GCC_ENABLE_CPP_RTTI = NO;
|
jens@0
|
348 |
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
jens@0
|
349 |
GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
|
jens@0
|
350 |
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
jens@2
|
351 |
GCC_UNROLL_LOOPS = YES;
|
jens@0
|
352 |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
jens@2
|
353 |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
jens@0
|
354 |
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
jens@0
|
355 |
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
jens@0
|
356 |
GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
|
jens@0
|
357 |
GCC_WARN_SHADOW = NO;
|
jens@0
|
358 |
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
jens@2
|
359 |
GCC_WARN_UNUSED_FUNCTION = YES;
|
jens@0
|
360 |
GCC_WARN_UNUSED_VARIABLE = YES;
|
jens@2
|
361 |
LLVM_LTO = YES;
|
jens@0
|
362 |
PREBINDING = NO;
|
jens@2
|
363 |
RUN_CLANG_STATIC_ANALYZER = NO;
|
jens@0
|
364 |
SDKROOT = macosx10.5;
|
jens@0
|
365 |
WARNING_CFLAGS = "-Wall";
|
jens@0
|
366 |
};
|
jens@0
|
367 |
name = Release;
|
jens@0
|
368 |
};
|
jens@2
|
369 |
276E5CAF10673160008A2171 /* Debug */ = {
|
jens@2
|
370 |
isa = XCBuildConfiguration;
|
jens@2
|
371 |
buildSettings = {
|
jens@2
|
372 |
COPY_PHASE_STRIP = NO;
|
jens@2
|
373 |
INSTALL_PATH = /usr/local/lib;
|
jens@2
|
374 |
PRODUCT_NAME = Ottoman;
|
jens@2
|
375 |
};
|
jens@2
|
376 |
name = Debug;
|
jens@2
|
377 |
};
|
jens@2
|
378 |
276E5CB010673160008A2171 /* Release */ = {
|
jens@2
|
379 |
isa = XCBuildConfiguration;
|
jens@2
|
380 |
buildSettings = {
|
jens@2
|
381 |
COPY_PHASE_STRIP = YES;
|
jens@2
|
382 |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
jens@2
|
383 |
GENERATE_MASTER_OBJECT_FILE = YES;
|
jens@2
|
384 |
INSTALL_PATH = /usr/local/lib;
|
jens@2
|
385 |
PRODUCT_NAME = Ottoman;
|
jens@2
|
386 |
};
|
jens@2
|
387 |
name = Release;
|
jens@2
|
388 |
};
|
jens@0
|
389 |
/* End XCBuildConfiguration section */
|
jens@0
|
390 |
|
jens@0
|
391 |
/* Begin XCConfigurationList section */
|
jens@0
|
392 |
1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "OttomanTest" */ = {
|
jens@0
|
393 |
isa = XCConfigurationList;
|
jens@0
|
394 |
buildConfigurations = (
|
jens@0
|
395 |
1DEB923208733DC60010E9CD /* Debug */,
|
jens@0
|
396 |
1DEB923308733DC60010E9CD /* Release */,
|
jens@0
|
397 |
);
|
jens@0
|
398 |
defaultConfigurationIsVisible = 0;
|
jens@0
|
399 |
defaultConfigurationName = Release;
|
jens@0
|
400 |
};
|
jens@0
|
401 |
1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Ottoman" */ = {
|
jens@0
|
402 |
isa = XCConfigurationList;
|
jens@0
|
403 |
buildConfigurations = (
|
jens@0
|
404 |
1DEB923608733DC60010E9CD /* Debug */,
|
jens@0
|
405 |
1DEB923708733DC60010E9CD /* Release */,
|
jens@0
|
406 |
);
|
jens@0
|
407 |
defaultConfigurationIsVisible = 0;
|
jens@0
|
408 |
defaultConfigurationName = Release;
|
jens@0
|
409 |
};
|
jens@2
|
410 |
276E5CC9106731D5008A2171 /* Build configuration list for PBXNativeTarget "Static Library" */ = {
|
jens@2
|
411 |
isa = XCConfigurationList;
|
jens@2
|
412 |
buildConfigurations = (
|
jens@2
|
413 |
276E5CAF10673160008A2171 /* Debug */,
|
jens@2
|
414 |
276E5CB010673160008A2171 /* Release */,
|
jens@2
|
415 |
);
|
jens@2
|
416 |
defaultConfigurationIsVisible = 0;
|
jens@2
|
417 |
defaultConfigurationName = Release;
|
jens@2
|
418 |
};
|
jens@0
|
419 |
/* End XCConfigurationList section */
|
jens@0
|
420 |
};
|
jens@0
|
421 |
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
jens@0
|
422 |
}
|