OLD | NEW |
| (Empty) |
1 // !$*UTF8*$! | |
2 { | |
3 archiveVersion = 1; | |
4 classes = { | |
5 }; | |
6 objectVersion = 45; | |
7 objects = { | |
8 | |
9 /* Begin PBXBuildFile section */ | |
10 E4BA044A0E25611C00BE02C6 /* blocksort.c in Sources */ = {isa = P
BXBuildFile; fileRef = E4BA04410E25611C00BE02C6 /* blocksort.c */; }; | |
11 E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources */ = {isa = PBXBu
ildFile; fileRef = E4BA04430E25611C00BE02C6 /* bzlib.c */; }; | |
12 E4BA044E0E25611C00BE02C6 /* compress.c in Sources */ = {isa = PB
XBuildFile; fileRef = E4BA04450E25611C00BE02C6 /* compress.c */; }; | |
13 E4BA044F0E25611C00BE02C6 /* crctable.c in Sources */ = {isa = PB
XBuildFile; fileRef = E4BA04460E25611C00BE02C6 /* crctable.c */; }; | |
14 E4BA04500E25611C00BE02C6 /* decompress.c in Sources */ = {isa =
PBXBuildFile; fileRef = E4BA04470E25611C00BE02C6 /* decompress.c */; }; | |
15 E4BA04510E25611C00BE02C6 /* huffman.c in Sources */ = {isa = PBX
BuildFile; fileRef = E4BA04480E25611C00BE02C6 /* huffman.c */; }; | |
16 E4BA04520E25611C00BE02C6 /* randtable.c in Sources */ = {isa = P
BXBuildFile; fileRef = E4BA04490E25611C00BE02C6 /* randtable.c */; }; | |
17 /* End PBXBuildFile section */ | |
18 | |
19 /* Begin PBXFileReference section */ | |
20 7BA016130E5A1D1800044150 /* common.xcconfig */ = {isa = PBXFileR
eference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcc
onfig; sourceTree = "<group>"; }; | |
21 7BA016140E5A1D1800044150 /* debug.xcconfig */ = {isa = PBXFileRe
ference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xccon
fig; sourceTree = "<group>"; }; | |
22 7BA016150E5A1D1800044150 /* executable.xcconfig */ = {isa = PBXF
ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = execut
able.xcconfig; sourceTree = "<group>"; }; | |
23 7BA016160E5A1D1800044150 /* release.xcconfig */ = {isa = PBXFile
Reference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.x
cconfig; sourceTree = "<group>"; }; | |
24 7BA016170E5A1D1800044150 /* staticlib.xcconfig */ = {isa = PBXFi
leReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticl
ib.xcconfig; sourceTree = "<group>"; }; | |
25 E4BA04410E25611C00BE02C6 /* blocksort.c */ = {isa = PBXFileRefer
ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blocksort.c;
sourceTree = "<group>"; }; | |
26 E4BA04420E25611C00BE02C6 /* bzlib_private.h */ = {isa = PBXFileR
eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib_pri
vate.h; sourceTree = "<group>"; }; | |
27 E4BA04430E25611C00BE02C6 /* bzlib.c */ = {isa = PBXFileReference
; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bzlib.c; sourceTr
ee = "<group>"; }; | |
28 E4BA04440E25611C00BE02C6 /* bzlib.h */ = {isa = PBXFileReference
; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib.h; sourceTr
ee = "<group>"; }; | |
29 E4BA04450E25611C00BE02C6 /* compress.c */ = {isa = PBXFileRefere
nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; so
urceTree = "<group>"; }; | |
30 E4BA04460E25611C00BE02C6 /* crctable.c */ = {isa = PBXFileRefere
nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crctable.c; so
urceTree = "<group>"; }; | |
31 E4BA04470E25611C00BE02C6 /* decompress.c */ = {isa = PBXFileRefe
rence; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decompress.c
; sourceTree = "<group>"; }; | |
32 E4BA04480E25611C00BE02C6 /* huffman.c */ = {isa = PBXFileReferen
ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = huffman.c; sour
ceTree = "<group>"; }; | |
33 E4BA04490E25611C00BE02C6 /* randtable.c */ = {isa = PBXFileRefer
ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randtable.c;
sourceTree = "<group>"; }; | |
34 E4BA04540E25613300BE02C6 /* libbzip2.a */ = {isa = PBXFileRefere
nce; explicitFileType = archive.ar; includeInIndex = 0; path = libbzip2.a; sourc
eTree = BUILT_PRODUCTS_DIR; }; | |
35 /* End PBXFileReference section */ | |
36 | |
37 /* Begin PBXFrameworksBuildPhase section */ | |
38 D289987405E68DCB004EDB86 /* Frameworks */ = { | |
39 isa = PBXFrameworksBuildPhase; | |
40 buildActionMask = 2147483647; | |
41 files = ( | |
42 ); | |
43 runOnlyForDeploymentPostprocessing = 0; | |
44 }; | |
45 /* End PBXFrameworksBuildPhase section */ | |
46 | |
47 /* Begin PBXGroup section */ | |
48 08FB7794FE84155DC02AAC07 /* zlib */ = { | |
49 isa = PBXGroup; | |
50 children = ( | |
51 7BA016120E5A1CFE00044150 /* Configuration */, | |
52 08FB7795FE84155DC02AAC07 /* Source */, | |
53 1AB674ADFE9D54B511CA2CBB /* Products */, | |
54 ); | |
55 name = zlib; | |
56 sourceTree = "<group>"; | |
57 }; | |
58 08FB7795FE84155DC02AAC07 /* Source */ = { | |
59 isa = PBXGroup; | |
60 children = ( | |
61 E4BA04410E25611C00BE02C6 /* blocksort.c */, | |
62 E4BA04430E25611C00BE02C6 /* bzlib.c */, | |
63 E4BA04440E25611C00BE02C6 /* bzlib.h */, | |
64 E4BA04420E25611C00BE02C6 /* bzlib_private.h */, | |
65 E4BA04450E25611C00BE02C6 /* compress.c */, | |
66 E4BA04460E25611C00BE02C6 /* crctable.c */, | |
67 E4BA04470E25611C00BE02C6 /* decompress.c */, | |
68 E4BA04480E25611C00BE02C6 /* huffman.c */, | |
69 E4BA04490E25611C00BE02C6 /* randtable.c */, | |
70 ); | |
71 name = Source; | |
72 sourceTree = "<group>"; | |
73 }; | |
74 1AB674ADFE9D54B511CA2CBB /* Products */ = { | |
75 isa = PBXGroup; | |
76 children = ( | |
77 E4BA04540E25613300BE02C6 /* libbzip2.a */, | |
78 ); | |
79 name = Products; | |
80 sourceTree = "<group>"; | |
81 }; | |
82 7BA016120E5A1CFE00044150 /* Configuration */ = { | |
83 isa = PBXGroup; | |
84 children = ( | |
85 7BA016130E5A1D1800044150 /* common.xcconfig */, | |
86 7BA016140E5A1D1800044150 /* debug.xcconfig */, | |
87 7BA016150E5A1D1800044150 /* executable.xcconfig
*/, | |
88 7BA016160E5A1D1800044150 /* release.xcconfig */, | |
89 7BA016170E5A1D1800044150 /* staticlib.xcconfig *
/, | |
90 ); | |
91 name = Configuration; | |
92 path = ../../build; | |
93 sourceTree = "<group>"; | |
94 }; | |
95 /* End PBXGroup section */ | |
96 | |
97 /* Begin PBXNativeTarget section */ | |
98 D2AAC045055464E500DB518D /* bzip2 */ = { | |
99 isa = PBXNativeTarget; | |
100 buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Bui
ld configuration list for PBXNativeTarget "bzip2" */; | |
101 buildPhases = ( | |
102 D2AAC044055464E500DB518D /* Sources */, | |
103 D289987405E68DCB004EDB86 /* Frameworks */, | |
104 ); | |
105 buildRules = ( | |
106 ); | |
107 dependencies = ( | |
108 ); | |
109 name = bzip2; | |
110 productName = zlib; | |
111 productReference = E4BA04540E25613300BE02C6 /* libbzip2.
a */; | |
112 productType = "com.apple.product-type.library.static"; | |
113 }; | |
114 /* End PBXNativeTarget section */ | |
115 | |
116 /* Begin PBXProject section */ | |
117 08FB7793FE84155DC02AAC07 /* Project object */ = { | |
118 isa = PBXProject; | |
119 buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Bui
ld configuration list for PBXProject "bzip2" */; | |
120 compatibilityVersion = "Xcode 3.1"; | |
121 hasScannedForEncodings = 1; | |
122 mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */; | |
123 projectDirPath = ""; | |
124 projectRoot = ""; | |
125 targets = ( | |
126 D2AAC045055464E500DB518D /* bzip2 */, | |
127 ); | |
128 }; | |
129 /* End PBXProject section */ | |
130 | |
131 /* Begin PBXSourcesBuildPhase section */ | |
132 D2AAC044055464E500DB518D /* Sources */ = { | |
133 isa = PBXSourcesBuildPhase; | |
134 buildActionMask = 2147483647; | |
135 files = ( | |
136 E4BA044A0E25611C00BE02C6 /* blocksort.c in Sourc
es */, | |
137 E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources *
/, | |
138 E4BA044E0E25611C00BE02C6 /* compress.c in Source
s */, | |
139 E4BA044F0E25611C00BE02C6 /* crctable.c in Source
s */, | |
140 E4BA04500E25611C00BE02C6 /* decompress.c in Sour
ces */, | |
141 E4BA04510E25611C00BE02C6 /* huffman.c in Sources
*/, | |
142 E4BA04520E25611C00BE02C6 /* randtable.c in Sourc
es */, | |
143 ); | |
144 runOnlyForDeploymentPostprocessing = 0; | |
145 }; | |
146 /* End PBXSourcesBuildPhase section */ | |
147 | |
148 /* Begin XCBuildConfiguration section */ | |
149 1DEB91EC08733DB70010E9CD /* Debug */ = { | |
150 isa = XCBuildConfiguration; | |
151 baseConfigurationReference = 7BA016170E5A1D1800044150 /*
staticlib.xcconfig */; | |
152 buildSettings = { | |
153 GCC_PREPROCESSOR_DEFINITIONS = ( | |
154 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
155 BZ_NO_STDIO, | |
156 ); | |
157 PRODUCT_NAME = bzip2; | |
158 }; | |
159 name = Debug; | |
160 }; | |
161 1DEB91ED08733DB70010E9CD /* Release */ = { | |
162 isa = XCBuildConfiguration; | |
163 baseConfigurationReference = 7BA016170E5A1D1800044150 /*
staticlib.xcconfig */; | |
164 buildSettings = { | |
165 GCC_PREPROCESSOR_DEFINITIONS = ( | |
166 "$(GCC_PREPROCESSOR_DEFINITIONS)", | |
167 BZ_NO_STDIO, | |
168 ); | |
169 PRODUCT_NAME = bzip2; | |
170 }; | |
171 name = Release; | |
172 }; | |
173 1DEB91F008733DB70010E9CD /* Debug */ = { | |
174 isa = XCBuildConfiguration; | |
175 baseConfigurationReference = 7BA016140E5A1D1800044150 /*
debug.xcconfig */; | |
176 buildSettings = { | |
177 XCODEPROJ_DEPTH = ../..; | |
178 }; | |
179 name = Debug; | |
180 }; | |
181 1DEB91F108733DB70010E9CD /* Release */ = { | |
182 isa = XCBuildConfiguration; | |
183 baseConfigurationReference = 7BA016160E5A1D1800044150 /*
release.xcconfig */; | |
184 buildSettings = { | |
185 XCODEPROJ_DEPTH = ../..; | |
186 }; | |
187 name = Release; | |
188 }; | |
189 /* End XCBuildConfiguration section */ | |
190 | |
191 /* Begin XCConfigurationList section */ | |
192 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNati
veTarget "bzip2" */ = { | |
193 isa = XCConfigurationList; | |
194 buildConfigurations = ( | |
195 1DEB91EC08733DB70010E9CD /* Debug */, | |
196 1DEB91ED08733DB70010E9CD /* Release */, | |
197 ); | |
198 defaultConfigurationIsVisible = 0; | |
199 defaultConfigurationName = Release; | |
200 }; | |
201 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProj
ect "bzip2" */ = { | |
202 isa = XCConfigurationList; | |
203 buildConfigurations = ( | |
204 1DEB91F008733DB70010E9CD /* Debug */, | |
205 1DEB91F108733DB70010E9CD /* Release */, | |
206 ); | |
207 defaultConfigurationIsVisible = 0; | |
208 defaultConfigurationName = Release; | |
209 }; | |
210 /* End XCConfigurationList section */ | |
211 }; | |
212 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; | |
213 } | |
OLD | NEW |