]> git.saurik.com Git - apple/dyld.git/blame - dyld.xcodeproj/project.pbxproj
dyld-95.3.tar.gz
[apple/dyld.git] / dyld.xcodeproj / project.pbxproj
CommitLineData
9e225d03
A
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9/* Begin PBXAggregateTarget section */
10 F9ED4C920630A73900DF4E74 /* all */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = F9D8C7E5087B087300E93EFB /* Build configuration list for PBXAggregateTarget "all" */;
13 buildPhases = (
14 );
9e225d03
A
15 dependencies = (
16 F9ED4CA70630A78A00DF4E74 /* PBXTargetDependency */,
17 F9ED4CA90630A78A00DF4E74 /* PBXTargetDependency */,
bac542e6 18 F93937380A94FB6A00070A07 /* PBXTargetDependency */,
9e225d03
A
19 );
20 name = all;
21 productName = all;
22 };
23/* End PBXAggregateTarget section */
24
25/* Begin PBXBuildFile section */
26 EF79A010070D293E00F78484 /* dyld.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EF799FE9070D27BB00F78484 /* dyld.1 */; };
27 EF79A011070D295200F78484 /* dladdr.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EF799FEB070D27BB00F78484 /* dladdr.3 */; };
28 EF79A012070D295200F78484 /* dlclose.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EF799FEC070D27BB00F78484 /* dlclose.3 */; };
29 EF79A013070D295200F78484 /* dlerror.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EF799FED070D27BB00F78484 /* dlerror.3 */; };
30 EF79A014070D295200F78484 /* dlopen.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EF799FEE070D27BB00F78484 /* dlopen.3 */; };
31 EF79A015070D295200F78484 /* dlsym.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EF799FEF070D27BB00F78484 /* dlsym.3 */; };
32 EF79A016070D295200F78484 /* dyld.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = EF799FF0070D27BB00F78484 /* dyld.3 */; };
9e225d03
A
33 F906E2240639E96400B13DB2 /* dyld_debug.c in Sources */ = {isa = PBXBuildFile; fileRef = F906E2230639E96400B13DB2 /* dyld_debug.c */; };
34 F913FADA0630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */; };
bac542e6
A
35 F919ECB1090455AB002331E3 /* dyld-update-prebinding.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = F919ECAB09045590002331E3 /* dyld-update-prebinding.h */; };
36 F93075C30BA1FE4D004BCA09 /* dyld_shared_cache_server.c in Sources */ = {isa = PBXBuildFile; fileRef = F93075C10BA1FE4D004BCA09 /* dyld_shared_cache_server.c */; };
37 F932C2520BC32ABB0018B20D /* com.apple.dyld.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = F93075D30BA204FF004BCA09 /* com.apple.dyld.plist */; };
38 F93937470A94FC4700070A07 /* update_dyld_shared_cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F93937460A94FC4700070A07 /* update_dyld_shared_cache.cpp */; };
9e225d03
A
39 F939F21B078F1A2C00AC144F /* dyld_debug.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = F939F219078F1A2100AC144F /* dyld_debug.h */; };
40 F93AA9A30630AE1E00301D9F /* dyld_gdb.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = F9ED4CE80630A80600DF4E74 /* dyld_gdb.h */; };
41 F93AA9A40630AE1E00301D9F /* dyld_priv.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = F9ED4CE90630A80600DF4E74 /* dyld_priv.h */; };
42 F93AA9A50630AE1E00301D9F /* dyld.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = F9ED4CEA0630A80600DF4E74 /* dyld.h */; };
bac542e6 43 F93C8C2A0B84EBFC00615A00 /* update_prebinding.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = F93C8C290B84EBFC00615A00 /* update_prebinding.1 */; };
9e225d03 44 F9574CB306C95C1B00142BFA /* dlfcn.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = F99EE6AE06B48D4200BF1992 /* dlfcn.h */; };
bac542e6
A
45 F98D274D0AA79D7400416316 /* dyld_images.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = F98D274C0AA79D7400416316 /* dyld_images.h */; };
46 F9AB705B0BA73A11002F6068 /* dyld_shared_cache_user.c in Sources */ = {isa = PBXBuildFile; fileRef = F9AB70590BA73A11002F6068 /* dyld_shared_cache_user.c */; settings = {COMPILER_FLAGS = "-fvisibility=hidden"; }; };
47 F9AC7E940B7BB67700FEB38B /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = F9AC7E930B7BB67700FEB38B /* version.c */; };
48 F9D238DB0A9E2FD0002B55C7 /* update_dyld_shared_cache.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */; };
49 F9E572020A66EF4A007D9BE9 /* dlopen_preflight.3 in CopyFiles */ = {isa = PBXBuildFile; fileRef = F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */; };
9e225d03
A
50 F9ED4CD60630A7F100DF4E74 /* dyld_gdb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC60630A7F100DF4E74 /* dyld_gdb.cpp */; };
51 F9ED4CD70630A7F100DF4E74 /* dyld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC70630A7F100DF4E74 /* dyld.cpp */; };
52 F9ED4CD90630A7F100DF4E74 /* dyldAPIs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */; };
53 F9ED4CDA0630A7F100DF4E74 /* dyldExceptions.c in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */; };
54 F9ED4CDB0630A7F100DF4E74 /* dyldInitialization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */; };
55 F9ED4CDE0630A7F100DF4E74 /* dyldNew.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */; };
56 F9ED4CDF0630A7F100DF4E74 /* dyldStartup.s in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */; };
57 F9ED4CE00630A7F100DF4E74 /* glue.c in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD00630A7F100DF4E74 /* glue.c */; };
58 F9ED4CE10630A7F100DF4E74 /* ImageLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */; };
59 F9ED4CE30630A7F100DF4E74 /* ImageLoaderMachO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */; };
60 F9ED4CE50630A7F100DF4E74 /* stub_binding_helper.s in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */; };
61 F9F256360639DBCC00A7427D /* dyldLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */; };
9e225d03
A
62/* End PBXBuildFile section */
63
64/* Begin PBXBuildRule section */
65 F921D3160703769A000D1056 /* PBXBuildRule */ = {
66 isa = PBXBuildRule;
67 compilerSpec = com.apple.compilers.gcc.4_0;
68 fileType = sourcecode.cpp;
69 isEditable = 1;
70 outputFiles = (
71 );
72 };
73 F921D317070376A6000D1056 /* PBXBuildRule */ = {
74 isa = PBXBuildRule;
75 compilerSpec = com.apple.compilers.gcc.4_0;
76 fileType = sourcecode.c;
77 isEditable = 1;
78 outputFiles = (
79 );
80 };
81 F921D318070376B0000D1056 /* PBXBuildRule */ = {
82 isa = PBXBuildRule;
83 compilerSpec = com.apple.compilers.gcc.4_0;
84 fileType = sourcecode.asm;
85 isEditable = 1;
86 outputFiles = (
87 );
88 };
89 F921D31E070376F1000D1056 /* PBXBuildRule */ = {
90 isa = PBXBuildRule;
91 compilerSpec = com.apple.compilers.gcc.4_0;
92 fileType = sourcecode.cpp;
93 isEditable = 1;
94 outputFiles = (
95 );
96 };
97 F9574C4906C94DA700142BFA /* PBXBuildRule */ = {
98 isa = PBXBuildRule;
99 compilerSpec = com.apple.compilers.gcc.4_0;
100 fileType = sourcecode.c;
101 isEditable = 1;
102 outputFiles = (
103 );
104 };
105/* End PBXBuildRule section */
106
bac542e6
A
107/* Begin PBXContainerItemProxy section */
108 F93937370A94FB6A00070A07 /* PBXContainerItemProxy */ = {
109 isa = PBXContainerItemProxy;
110 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
111 proxyType = 1;
112 remoteGlobalIDString = F93937310A94FAF700070A07;
113 remoteInfo = update_dyld_shared_cache;
9e225d03 114 };
bac542e6
A
115 F93937390A94FB6E00070A07 /* PBXContainerItemProxy */ = {
116 isa = PBXContainerItemProxy;
117 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
118 proxyType = 1;
119 remoteGlobalIDString = F93937310A94FAF700070A07;
120 remoteInfo = update_dyld_shared_cache;
9e225d03 121 };
9e225d03
A
122 F9ED4CA60630A78A00DF4E74 /* PBXContainerItemProxy */ = {
123 isa = PBXContainerItemProxy;
124 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
125 proxyType = 1;
126 remoteGlobalIDString = F9ED4C970630A76000DF4E74;
127 remoteInfo = dyld;
128 };
129 F9ED4CA80630A78A00DF4E74 /* PBXContainerItemProxy */ = {
130 isa = PBXContainerItemProxy;
131 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
132 proxyType = 1;
133 remoteGlobalIDString = F9ED4C9E0630A76B00DF4E74;
134 remoteInfo = libdyld;
135 };
136/* End PBXContainerItemProxy section */
137
138/* Begin PBXCopyFilesBuildPhase section */
bac542e6
A
139 F932C2560BC32AC30018B20D /* CopyFiles */ = {
140 isa = PBXCopyFilesBuildPhase;
141 buildActionMask = 8;
142 dstPath = /System/Library/LaunchDaemons;
143 dstSubfolderSpec = 0;
144 files = (
145 F932C2520BC32ABB0018B20D /* com.apple.dyld.plist in CopyFiles */,
146 );
147 runOnlyForDeploymentPostprocessing = 1;
148 };
9e225d03
A
149 F93AA9B30630AE8200301D9F /* CopyFiles */ = {
150 isa = PBXCopyFilesBuildPhase;
151 buildActionMask = 8;
152 dstPath = "/usr/include/mach-o";
153 dstSubfolderSpec = 0;
154 files = (
155 F939F21B078F1A2C00AC144F /* dyld_debug.h in CopyFiles */,
156 F93AA9A50630AE1E00301D9F /* dyld.h in CopyFiles */,
bac542e6 157 F98D274D0AA79D7400416316 /* dyld_images.h in CopyFiles */,
9e225d03
A
158 );
159 runOnlyForDeploymentPostprocessing = 1;
160 };
161 F93AA9B60630AEB100301D9F /* CopyFiles */ = {
162 isa = PBXCopyFilesBuildPhase;
163 buildActionMask = 8;
164 dstPath = "/usr/local/include/mach-o";
165 dstSubfolderSpec = 0;
166 files = (
bac542e6 167 F919ECB1090455AB002331E3 /* dyld-update-prebinding.h in CopyFiles */,
9e225d03
A
168 F93AA9A30630AE1E00301D9F /* dyld_gdb.h in CopyFiles */,
169 F93AA9A40630AE1E00301D9F /* dyld_priv.h in CopyFiles */,
170 );
171 runOnlyForDeploymentPostprocessing = 1;
172 };
173 F93AA9C20630AF0700301D9F /* CopyFiles */ = {
174 isa = PBXCopyFilesBuildPhase;
175 buildActionMask = 8;
176 dstPath = /usr/share/man/man1;
177 dstSubfolderSpec = 0;
178 files = (
179 EF79A010070D293E00F78484 /* dyld.1 in CopyFiles */,
180 );
181 runOnlyForDeploymentPostprocessing = 1;
182 };
183 F93AA9C60630AF1F00301D9F /* CopyFiles */ = {
184 isa = PBXCopyFilesBuildPhase;
185 buildActionMask = 8;
186 dstPath = /usr/share/man/man3;
187 dstSubfolderSpec = 0;
188 files = (
189 EF79A011070D295200F78484 /* dladdr.3 in CopyFiles */,
190 EF79A012070D295200F78484 /* dlclose.3 in CopyFiles */,
191 EF79A013070D295200F78484 /* dlerror.3 in CopyFiles */,
192 EF79A014070D295200F78484 /* dlopen.3 in CopyFiles */,
193 EF79A015070D295200F78484 /* dlsym.3 in CopyFiles */,
194 EF79A016070D295200F78484 /* dyld.3 in CopyFiles */,
bac542e6 195 F9E572020A66EF4A007D9BE9 /* dlopen_preflight.3 in CopyFiles */,
9e225d03
A
196 );
197 runOnlyForDeploymentPostprocessing = 1;
198 };
199 F9574CB206C95C0D00142BFA /* CopyFiles */ = {
200 isa = PBXCopyFilesBuildPhase;
201 buildActionMask = 8;
202 dstPath = /usr/include;
203 dstSubfolderSpec = 0;
204 files = (
205 F9574CB306C95C1B00142BFA /* dlfcn.h in CopyFiles */,
206 );
207 runOnlyForDeploymentPostprocessing = 1;
208 };
bac542e6
A
209 F9D238DD0A9E2FEE002B55C7 /* CopyFiles */ = {
210 isa = PBXCopyFilesBuildPhase;
211 buildActionMask = 8;
212 dstPath = /usr/share/man/man1;
213 dstSubfolderSpec = 0;
214 files = (
215 F9D238DB0A9E2FD0002B55C7 /* update_dyld_shared_cache.1 in CopyFiles */,
216 F93C8C2A0B84EBFC00615A00 /* update_prebinding.1 in CopyFiles */,
217 );
218 runOnlyForDeploymentPostprocessing = 1;
219 };
9e225d03
A
220/* End PBXCopyFilesBuildPhase section */
221
222/* Begin PBXFileReference section */
223 EF799FE9070D27BB00F78484 /* dyld.1 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.man; name = dyld.1; path = doc/man/man1/dyld.1; sourceTree = SOURCE_ROOT; };
224 EF799FEB070D27BB00F78484 /* dladdr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dladdr.3; path = doc/man/man3/dladdr.3; sourceTree = SOURCE_ROOT; };
225 EF799FEC070D27BB00F78484 /* dlclose.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlclose.3; path = doc/man/man3/dlclose.3; sourceTree = SOURCE_ROOT; };
226 EF799FED070D27BB00F78484 /* dlerror.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlerror.3; path = doc/man/man3/dlerror.3; sourceTree = SOURCE_ROOT; };
227 EF799FEE070D27BB00F78484 /* dlopen.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlopen.3; path = doc/man/man3/dlopen.3; sourceTree = SOURCE_ROOT; };
228 EF799FEF070D27BB00F78484 /* dlsym.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlsym.3; path = doc/man/man3/dlsym.3; sourceTree = SOURCE_ROOT; };
229 EF799FF0070D27BB00F78484 /* dyld.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dyld.3; path = doc/man/man3/dyld.3; sourceTree = SOURCE_ROOT; };
9e225d03
A
230 F906E2230639E96400B13DB2 /* dyld_debug.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dyld_debug.c; path = src/dyld_debug.c; sourceTree = "<group>"; };
231 F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldAPIsInLibSystem.cpp; path = src/dyldAPIsInLibSystem.cpp; sourceTree = "<group>"; };
bac542e6
A
232 F918691708B16D5900E0F9DB /* dyld64.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; name = dyld64.exp; path = src/dyld64.exp; sourceTree = "<group>"; };
233 F919ECAB09045590002331E3 /* dyld-update-prebinding.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "dyld-update-prebinding.h"; path = "include/mach-o/dyld-update-prebinding.h"; sourceTree = "<group>"; };
234 F93075C10BA1FE4D004BCA09 /* dyld_shared_cache_server.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dyld_shared_cache_server.c; path = generated/dyld_shared_cache_server.c; sourceTree = BUILT_PRODUCTS_DIR; };
235 F93075C20BA1FE4D004BCA09 /* dyld_shared_cache_server.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_shared_cache_server.h; path = generated/dyld_shared_cache_server.h; sourceTree = BUILT_PRODUCTS_DIR; };
236 F93075D30BA204FF004BCA09 /* com.apple.dyld.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = com.apple.dyld.plist; sourceTree = "<group>"; };
237 F93075D40BA204FF004BCA09 /* dyld_shared_cache.defs */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.mig; path = dyld_shared_cache.defs; sourceTree = "<group>"; };
238 F93937320A94FAF700070A07 /* update_dyld_shared_cache */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = update_dyld_shared_cache; sourceTree = BUILT_PRODUCTS_DIR; };
239 F939373E0A94FC4700070A07 /* Architectures.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Architectures.hpp; sourceTree = "<group>"; };
240 F939373F0A94FC4700070A07 /* CacheFileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = CacheFileAbstraction.hpp; sourceTree = "<group>"; };
241 F93937400A94FC4700070A07 /* dyld_cache_format.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dyld_cache_format.h; sourceTree = "<group>"; };
242 F93937410A94FC4700070A07 /* FileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = FileAbstraction.hpp; sourceTree = "<group>"; };
243 F93937430A94FC4700070A07 /* MachOFileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachOFileAbstraction.hpp; sourceTree = "<group>"; };
244 F93937440A94FC4700070A07 /* MachOLayout.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachOLayout.hpp; sourceTree = "<group>"; };
245 F93937460A94FC4700070A07 /* update_dyld_shared_cache.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = update_dyld_shared_cache.cpp; sourceTree = "<group>"; };
9e225d03 246 F939F219078F1A2100AC144F /* dyld_debug.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_debug.h; path = "include/mach-o/dyld_debug.h"; sourceTree = "<group>"; };
bac542e6
A
247 F93C8C290B84EBFC00615A00 /* update_prebinding.1 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.man; path = update_prebinding.1; sourceTree = "<group>"; };
248 F973667C0BD004F200E5E1B4 /* ImageLoaderPE.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderPE.cpp; path = src/ImageLoaderPE.cpp; sourceTree = "<group>"; };
249 F973667D0BD004F200E5E1B4 /* ImageLoaderPE.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageLoaderPE.h; path = src/ImageLoaderPE.h; sourceTree = "<group>"; };
250 F98935B90A9A412B00FB6228 /* MachOBinder.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachOBinder.hpp; sourceTree = "<group>"; };
251 F98935BA0A9A412B00FB6228 /* MachORebaser.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachORebaser.hpp; sourceTree = "<group>"; };
252 F98D274C0AA79D7400416316 /* dyld_images.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_images.h; path = "include/mach-o/dyld_images.h"; sourceTree = "<group>"; };
9e225d03 253 F99EE6AE06B48D4200BF1992 /* dlfcn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dlfcn.h; path = include/dlfcn.h; sourceTree = "<group>"; };
bac542e6
A
254 F9AB70590BA73A11002F6068 /* dyld_shared_cache_user.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dyld_shared_cache_user.c; path = generated/dyld_shared_cache_user.c; sourceTree = BUILT_PRODUCTS_DIR; };
255 F9AB705A0BA73A11002F6068 /* dyld_shared_cache_user.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_shared_cache_user.h; path = generated/dyld_shared_cache_user.h; sourceTree = BUILT_PRODUCTS_DIR; };
256 F9AB709D0BA75730002F6068 /* dyldLibSystemInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyldLibSystemInterface.h; path = src/dyldLibSystemInterface.h; sourceTree = "<group>"; };
257 F9AC7E930B7BB67700FEB38B /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = BUILT_PRODUCTS_DIR; };
9e225d03 258 F9B01E3D0739ABDE00CF981B /* dyld.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; name = dyld.exp; path = src/dyld.exp; sourceTree = SOURCE_ROOT; };
bac542e6
A
259 F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.man; path = update_dyld_shared_cache.1; sourceTree = "<group>"; };
260 F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = dlopen_preflight.3; sourceTree = "<group>"; };
261 F9ED4C980630A76000DF4E74 /* dyld */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld; sourceTree = BUILT_PRODUCTS_DIR; };
9e225d03
A
262 F9ED4C9F0630A76B00DF4E74 /* libdyldapis.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdyldapis.a; sourceTree = BUILT_PRODUCTS_DIR; };
263 F9ED4CC60630A7F100DF4E74 /* dyld_gdb.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyld_gdb.cpp; path = src/dyld_gdb.cpp; sourceTree = SOURCE_ROOT; };
264 F9ED4CC70630A7F100DF4E74 /* dyld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyld.cpp; path = src/dyld.cpp; sourceTree = SOURCE_ROOT; };
265 F9ED4CC80630A7F100DF4E74 /* dyld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld.h; path = src/dyld.h; sourceTree = SOURCE_ROOT; };
266 F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldAPIs.cpp; path = src/dyldAPIs.cpp; sourceTree = SOURCE_ROOT; };
267 F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dyldExceptions.c; path = src/dyldExceptions.c; sourceTree = SOURCE_ROOT; };
268 F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldInitialization.cpp; path = src/dyldInitialization.cpp; sourceTree = SOURCE_ROOT; };
269 F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldLock.cpp; path = src/dyldLock.cpp; sourceTree = SOURCE_ROOT; };
270 F9ED4CCD0630A7F100DF4E74 /* dyldLock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyldLock.h; path = src/dyldLock.h; sourceTree = SOURCE_ROOT; };
271 F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldNew.cpp; path = src/dyldNew.cpp; sourceTree = SOURCE_ROOT; };
272 F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.asm; name = dyldStartup.s; path = src/dyldStartup.s; sourceTree = SOURCE_ROOT; tabWidth = 8; usesTabs = 1; };
273 F9ED4CD00630A7F100DF4E74 /* glue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = glue.c; path = src/glue.c; sourceTree = SOURCE_ROOT; };
274 F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoader.cpp; path = src/ImageLoader.cpp; sourceTree = SOURCE_ROOT; };
275 F9ED4CD20630A7F100DF4E74 /* ImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageLoader.h; path = src/ImageLoader.h; sourceTree = SOURCE_ROOT; };
276 F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMachO.cpp; path = src/ImageLoaderMachO.cpp; sourceTree = SOURCE_ROOT; };
277 F9ED4CD40630A7F100DF4E74 /* ImageLoaderMachO.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMachO.h; path = src/ImageLoaderMachO.h; sourceTree = SOURCE_ROOT; };
278 F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.asm; name = stub_binding_helper.s; path = src/stub_binding_helper.s; sourceTree = SOURCE_ROOT; tabWidth = 8; usesTabs = 1; };
279 F9ED4CE80630A80600DF4E74 /* dyld_gdb.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_gdb.h; path = "include/mach-o/dyld_gdb.h"; sourceTree = SOURCE_ROOT; };
280 F9ED4CE90630A80600DF4E74 /* dyld_priv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_priv.h; path = "include/mach-o/dyld_priv.h"; sourceTree = SOURCE_ROOT; };
281 F9ED4CEA0630A80600DF4E74 /* dyld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld.h; path = "include/mach-o/dyld.h"; sourceTree = SOURCE_ROOT; };
9e225d03
A
282/* End PBXFileReference section */
283
284/* Begin PBXFrameworksBuildPhase section */
bac542e6 285 F93937300A94FAF700070A07 /* Frameworks */ = {
9e225d03
A
286 isa = PBXFrameworksBuildPhase;
287 buildActionMask = 2147483647;
288 files = (
289 );
290 runOnlyForDeploymentPostprocessing = 0;
291 };
292/* End PBXFrameworksBuildPhase section */
293
294/* Begin PBXGroup section */
295 EF799FE7070D27BB00F78484 /* man */ = {
296 isa = PBXGroup;
297 children = (
298 EF799FE8070D27BB00F78484 /* man1 */,
299 EF799FEA070D27BB00F78484 /* man3 */,
300 );
301 name = man;
302 path = doc/man;
303 sourceTree = SOURCE_ROOT;
304 };
305 EF799FE8070D27BB00F78484 /* man1 */ = {
306 isa = PBXGroup;
307 children = (
308 EF799FE9070D27BB00F78484 /* dyld.1 */,
bac542e6
A
309 F93C8C290B84EBFC00615A00 /* update_prebinding.1 */,
310 F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */,
9e225d03
A
311 );
312 name = man1;
313 path = doc/man/man1;
314 sourceTree = SOURCE_ROOT;
315 };
316 EF799FEA070D27BB00F78484 /* man3 */ = {
317 isa = PBXGroup;
318 children = (
319 EF799FEB070D27BB00F78484 /* dladdr.3 */,
320 EF799FEC070D27BB00F78484 /* dlclose.3 */,
321 EF799FED070D27BB00F78484 /* dlerror.3 */,
322 EF799FEE070D27BB00F78484 /* dlopen.3 */,
323 EF799FEF070D27BB00F78484 /* dlsym.3 */,
bac542e6 324 F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */,
9e225d03 325 EF799FF0070D27BB00F78484 /* dyld.3 */,
9e225d03
A
326 );
327 name = man3;
328 path = doc/man/man3;
329 sourceTree = SOURCE_ROOT;
330 };
bac542e6
A
331 F939373D0A94FC4700070A07 /* launch-cache */ = {
332 isa = PBXGroup;
333 children = (
334 F939373E0A94FC4700070A07 /* Architectures.hpp */,
335 F939373F0A94FC4700070A07 /* CacheFileAbstraction.hpp */,
336 F93937400A94FC4700070A07 /* dyld_cache_format.h */,
337 F93937410A94FC4700070A07 /* FileAbstraction.hpp */,
338 F93937430A94FC4700070A07 /* MachOFileAbstraction.hpp */,
339 F93937440A94FC4700070A07 /* MachOLayout.hpp */,
340 F98935BA0A9A412B00FB6228 /* MachORebaser.hpp */,
341 F98935B90A9A412B00FB6228 /* MachOBinder.hpp */,
342 F93937460A94FC4700070A07 /* update_dyld_shared_cache.cpp */,
343 F93075C10BA1FE4D004BCA09 /* dyld_shared_cache_server.c */,
344 F93075C20BA1FE4D004BCA09 /* dyld_shared_cache_server.h */,
345 F93075D30BA204FF004BCA09 /* com.apple.dyld.plist */,
346 F93075D40BA204FF004BCA09 /* dyld_shared_cache.defs */,
347 );
348 path = "launch-cache";
349 sourceTree = "<group>";
350 };
9e225d03
A
351 F9ED4C870630A72200DF4E74 = {
352 isa = PBXGroup;
353 children = (
354 F9ED4CBB0630A7AA00DF4E74 /* src */,
355 F9ED4CC30630A7BE00DF4E74 /* doc */,
356 F9ED4CBE0630A7B100DF4E74 /* include */,
357 F9ED4C990630A76000DF4E74 /* Products */,
bac542e6 358 F939373D0A94FC4700070A07 /* launch-cache */,
9e225d03
A
359 );
360 sourceTree = "<group>";
361 };
362 F9ED4C990630A76000DF4E74 /* Products */ = {
363 isa = PBXGroup;
364 children = (
365 F9ED4C980630A76000DF4E74 /* dyld */,
366 F9ED4C9F0630A76B00DF4E74 /* libdyldapis.a */,
bac542e6 367 F93937320A94FAF700070A07 /* update_dyld_shared_cache */,
9e225d03
A
368 );
369 name = Products;
370 sourceTree = "<group>";
371 };
372 F9ED4CBB0630A7AA00DF4E74 /* src */ = {
373 isa = PBXGroup;
374 children = (
375 F9ED4CC60630A7F100DF4E74 /* dyld_gdb.cpp */,
376 F9ED4CC70630A7F100DF4E74 /* dyld.cpp */,
377 F9ED4CC80630A7F100DF4E74 /* dyld.h */,
9e225d03
A
378 F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */,
379 F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */,
bac542e6 380 F9AB709D0BA75730002F6068 /* dyldLibSystemInterface.h */,
9e225d03
A
381 F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */,
382 F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */,
383 F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */,
384 F9ED4CCD0630A7F100DF4E74 /* dyldLock.h */,
385 F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */,
386 F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */,
387 F9ED4CD00630A7F100DF4E74 /* glue.c */,
388 F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */,
389 F9ED4CD20630A7F100DF4E74 /* ImageLoader.h */,
390 F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */,
391 F9ED4CD40630A7F100DF4E74 /* ImageLoaderMachO.h */,
bac542e6
A
392 F973667C0BD004F200E5E1B4 /* ImageLoaderPE.cpp */,
393 F973667D0BD004F200E5E1B4 /* ImageLoaderPE.h */,
9e225d03
A
394 F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */,
395 F9B01E3D0739ABDE00CF981B /* dyld.exp */,
bac542e6
A
396 F918691708B16D5900E0F9DB /* dyld64.exp */,
397 F9AC7E930B7BB67700FEB38B /* version.c */,
398 F9AB70590BA73A11002F6068 /* dyld_shared_cache_user.c */,
399 F9AB705A0BA73A11002F6068 /* dyld_shared_cache_user.h */,
9e225d03
A
400 F906E2230639E96400B13DB2 /* dyld_debug.c */,
401 );
402 name = src;
403 sourceTree = "<group>";
404 };
405 F9ED4CBE0630A7B100DF4E74 /* include */ = {
406 isa = PBXGroup;
407 children = (
bac542e6 408 F98D274C0AA79D7400416316 /* dyld_images.h */,
9e225d03
A
409 F9ED4CE80630A80600DF4E74 /* dyld_gdb.h */,
410 F9ED4CE90630A80600DF4E74 /* dyld_priv.h */,
bac542e6 411 F919ECAB09045590002331E3 /* dyld-update-prebinding.h */,
9e225d03
A
412 F939F219078F1A2100AC144F /* dyld_debug.h */,
413 F9ED4CEA0630A80600DF4E74 /* dyld.h */,
414 F99EE6AE06B48D4200BF1992 /* dlfcn.h */,
415 );
416 name = include;
417 sourceTree = "<group>";
418 };
419 F9ED4CC30630A7BE00DF4E74 /* doc */ = {
420 isa = PBXGroup;
421 children = (
422 EF799FE7070D27BB00F78484 /* man */,
423 );
424 name = doc;
425 sourceTree = SOURCE_ROOT;
426 };
427/* End PBXGroup section */
428
bac542e6
A
429/* Begin PBXNativeTarget section */
430 F93937310A94FAF700070A07 /* update_dyld_shared_cache */ = {
431 isa = PBXNativeTarget;
432 buildConfigurationList = F93937340A94FB2900070A07 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache" */;
433 buildPhases = (
434 F93075AF0BA1FC60004BCA09 /* ShellScript */,
435 F939372F0A94FAF700070A07 /* Sources */,
436 F93937300A94FAF700070A07 /* Frameworks */,
437 F9D238DD0A9E2FEE002B55C7 /* CopyFiles */,
438 F932C2560BC32AC30018B20D /* CopyFiles */,
439 F93C8C250B84EB2300615A00 /* ShellScript */,
9e225d03 440 );
bac542e6
A
441 buildRules = (
442 );
443 dependencies = (
444 );
445 name = update_dyld_shared_cache;
446 productName = update_dyld_shared_cache;
447 productReference = F93937320A94FAF700070A07 /* update_dyld_shared_cache */;
448 productType = "com.apple.product-type.tool";
9e225d03 449 };
9e225d03
A
450 F9ED4C970630A76000DF4E74 /* dyld */ = {
451 isa = PBXNativeTarget;
452 buildConfigurationList = F9D8C7DD087B087300E93EFB /* Build configuration list for PBXNativeTarget "dyld" */;
453 buildPhases = (
454 F9ED4C950630A76000DF4E74 /* Sources */,
9e225d03
A
455 );
456 buildRules = (
457 F921D318070376B0000D1056 /* PBXBuildRule */,
458 F921D317070376A6000D1056 /* PBXBuildRule */,
459 F921D3160703769A000D1056 /* PBXBuildRule */,
460 );
9e225d03 461 dependencies = (
bac542e6 462 F939373A0A94FB6E00070A07 /* PBXTargetDependency */,
9e225d03
A
463 );
464 name = dyld;
465 productName = dyld;
466 productReference = F9ED4C980630A76000DF4E74 /* dyld */;
467 productType = "com.apple.product-type.tool";
468 };
469 F9ED4C9E0630A76B00DF4E74 /* libdyld */ = {
470 isa = PBXNativeTarget;
471 buildConfigurationList = F9D8C7E1087B087300E93EFB /* Build configuration list for PBXNativeTarget "libdyld" */;
472 buildPhases = (
bac542e6
A
473 F9AC7E7E0B7BB3D300FEB38B /* ShellScript */,
474 F9AB70540BA73985002F6068 /* ShellScript */,
9e225d03 475 F9ED4C9C0630A76B00DF4E74 /* Sources */,
9e225d03
A
476 F93AA9B30630AE8200301D9F /* CopyFiles */,
477 F9574CB206C95C0D00142BFA /* CopyFiles */,
478 F93AA9B60630AEB100301D9F /* CopyFiles */,
479 F93AA9C20630AF0700301D9F /* CopyFiles */,
480 F93AA9C60630AF1F00301D9F /* CopyFiles */,
bac542e6 481 F918692408B16F6900E0F9DB /* ShellScript */,
9e225d03
A
482 );
483 buildRules = (
484 F921D31E070376F1000D1056 /* PBXBuildRule */,
485 F9574C4906C94DA700142BFA /* PBXBuildRule */,
486 );
9e225d03
A
487 dependencies = (
488 );
489 name = libdyld;
490 productName = libdyld;
491 productReference = F9ED4C9F0630A76B00DF4E74 /* libdyldapis.a */;
492 productType = "com.apple.product-type.library.static";
493 };
494/* End PBXNativeTarget section */
495
496/* Begin PBXProject section */
497 F9ED4C8B0630A72300DF4E74 /* Project object */ = {
498 isa = PBXProject;
499 buildConfigurationList = F9D8C7E9087B087300E93EFB /* Build configuration list for PBXProject "dyld" */;
bac542e6 500 compatibilityVersion = "Xcode 2.4";
9e225d03
A
501 hasScannedForEncodings = 1;
502 mainGroup = F9ED4C870630A72200DF4E74;
503 productRefGroup = F9ED4C990630A76000DF4E74 /* Products */;
504 projectDirPath = "";
bac542e6 505 projectRoot = "";
9e225d03
A
506 targets = (
507 F9ED4C920630A73900DF4E74 /* all */,
508 F9ED4C970630A76000DF4E74 /* dyld */,
509 F9ED4C9E0630A76B00DF4E74 /* libdyld */,
bac542e6 510 F93937310A94FAF700070A07 /* update_dyld_shared_cache */,
9e225d03
A
511 );
512 };
513/* End PBXProject section */
514
515/* Begin PBXShellScriptBuildPhase section */
bac542e6 516 F918692408B16F6900E0F9DB /* ShellScript */ = {
9e225d03
A
517 isa = PBXShellScriptBuildPhase;
518 buildActionMask = 8;
519 files = (
520 );
521 inputPaths = (
9e225d03
A
522 );
523 outputPaths = (
524 );
525 runOnlyForDeploymentPostprocessing = 1;
526 shellPath = /bin/sh;
bac542e6
A
527 shellScript = "cd ${DSTROOT}/usr/local/lib/system\nln -sf libdyldapis.a libdyldapis_profile.a\nln -sf libdyldapis.a libdyldapis_debug.a\n";
528 showEnvVarsInLog = 0;
529 };
530 F93075AF0BA1FC60004BCA09 /* ShellScript */ = {
531 isa = PBXShellScriptBuildPhase;
532 buildActionMask = 2147483647;
533 files = (
534 );
535 inputPaths = (
536 "$(SRCROOT)/launch-cache/dyld_shared_cache.defs",
537 );
538 outputPaths = (
539 "$(BUILT_PRODUCTS_DIR)/generated/dyld_shared_cache_server.h",
540 "$(BUILT_PRODUCTS_DIR)/generated/dyld_shared_cache_server.c",
541 );
542 runOnlyForDeploymentPostprocessing = 0;
543 shellPath = /bin/sh;
544 shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/generated\nmig -server ${BUILT_PRODUCTS_DIR}/generated/dyld_shared_cache_server.c -sheader ${BUILT_PRODUCTS_DIR}/generated/dyld_shared_cache_server.h -user /dev/null -header /dev/null ${SRCROOT}/launch-cache/dyld_shared_cache.defs\necho \"mig -server ${BUILT_PRODUCTS_DIR}/generated/dyld_shared_cache_server.c -sheader ${BUILT_PRODUCTS_DIR}/generated/dyld_shared_cache_server.h -user /dev/null -header /dev/null ${SRCROOT}/launch-cache/dyld_shared_cache.defs\"";
545 showEnvVarsInLog = 0;
546 };
547 F93C8C250B84EB2300615A00 /* ShellScript */ = {
548 isa = PBXShellScriptBuildPhase;
549 buildActionMask = 8;
550 files = (
551 );
552 inputPaths = (
553 );
554 outputPaths = (
555 );
556 runOnlyForDeploymentPostprocessing = 1;
557 shellPath = /bin/sh;
558 shellScript = "mkdir -p ${DSTROOT}/usr/bin\ncd ${DSTROOT}/usr/bin\nln -sf update_dyld_shared_cache update_prebinding\n\n\n";
559 showEnvVarsInLog = 0;
560 };
561 F9AB70540BA73985002F6068 /* ShellScript */ = {
562 isa = PBXShellScriptBuildPhase;
563 buildActionMask = 2147483647;
564 files = (
565 );
566 inputPaths = (
567 "$(SRCROOT)/launch-cache/dyld_shared_cache.defs",
568 );
569 outputPaths = (
570 "$(BUILT_PRODUCTS_DIR)/generated/dyld_shared_cache_user.c",
571 "$(BUILT_PRODUCTS_DIR)/generated/dyld_shared_cache_user.h",
572 );
573 runOnlyForDeploymentPostprocessing = 0;
574 shellPath = /bin/sh;
575 shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/generated\nmig -user ${BUILT_PRODUCTS_DIR}/generated/dyld_shared_cache_user.c -header ${BUILT_PRODUCTS_DIR}/generated/dyld_shared_cache_user.h -server /dev/null ${SRCROOT}/launch-cache/dyld_shared_cache.defs\n";
576 showEnvVarsInLog = 0;
577 };
578 F9AC7E7E0B7BB3D300FEB38B /* ShellScript */ = {
579 isa = PBXShellScriptBuildPhase;
580 buildActionMask = 2147483647;
581 files = (
582 );
583 inputPaths = (
584 );
585 outputPaths = (
586 "$(BUILT_PRODUCTS_DIR)/version.c",
587 );
588 runOnlyForDeploymentPostprocessing = 0;
589 shellPath = /bin/sh;
590 shellScript = "/Developer/Makefiles/bin/version.pl ${ProjectName} > ${BUILT_PRODUCTS_DIR}/version.c\n";
591 showEnvVarsInLog = 0;
9e225d03
A
592 };
593/* End PBXShellScriptBuildPhase section */
594
595/* Begin PBXSourcesBuildPhase section */
bac542e6
A
596 F939372F0A94FAF700070A07 /* Sources */ = {
597 isa = PBXSourcesBuildPhase;
598 buildActionMask = 2147483647;
599 files = (
600 F93937470A94FC4700070A07 /* update_dyld_shared_cache.cpp in Sources */,
601 F93075C30BA1FE4D004BCA09 /* dyld_shared_cache_server.c in Sources */,
602 );
603 runOnlyForDeploymentPostprocessing = 0;
604 };
9e225d03
A
605 F9ED4C950630A76000DF4E74 /* Sources */ = {
606 isa = PBXSourcesBuildPhase;
607 buildActionMask = 2147483647;
608 files = (
609 F9ED4CDF0630A7F100DF4E74 /* dyldStartup.s in Sources */,
bac542e6 610 F9ED4CDB0630A7F100DF4E74 /* dyldInitialization.cpp in Sources */,
9e225d03
A
611 F9ED4CD70630A7F100DF4E74 /* dyld.cpp in Sources */,
612 F9ED4CD90630A7F100DF4E74 /* dyldAPIs.cpp in Sources */,
613 F9ED4CDA0630A7F100DF4E74 /* dyldExceptions.c in Sources */,
bac542e6 614 F9ED4CD60630A7F100DF4E74 /* dyld_gdb.cpp in Sources */,
9e225d03
A
615 F9ED4CE00630A7F100DF4E74 /* glue.c in Sources */,
616 F9ED4CE10630A7F100DF4E74 /* ImageLoader.cpp in Sources */,
617 F9ED4CE30630A7F100DF4E74 /* ImageLoaderMachO.cpp in Sources */,
618 F9ED4CE50630A7F100DF4E74 /* stub_binding_helper.s in Sources */,
bac542e6 619 F9ED4CDE0630A7F100DF4E74 /* dyldNew.cpp in Sources */,
9e225d03
A
620 );
621 runOnlyForDeploymentPostprocessing = 0;
622 };
623 F9ED4C9C0630A76B00DF4E74 /* Sources */ = {
624 isa = PBXSourcesBuildPhase;
625 buildActionMask = 2147483647;
626 files = (
627 F9F256360639DBCC00A7427D /* dyldLock.cpp in Sources */,
628 F913FADA0630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp in Sources */,
629 F906E2240639E96400B13DB2 /* dyld_debug.c in Sources */,
bac542e6
A
630 F9AC7E940B7BB67700FEB38B /* version.c in Sources */,
631 F9AB705B0BA73A11002F6068 /* dyld_shared_cache_user.c in Sources */,
9e225d03
A
632 );
633 runOnlyForDeploymentPostprocessing = 0;
634 };
635/* End PBXSourcesBuildPhase section */
636
637/* Begin PBXTargetDependency section */
bac542e6
A
638 F93937380A94FB6A00070A07 /* PBXTargetDependency */ = {
639 isa = PBXTargetDependency;
640 target = F93937310A94FAF700070A07 /* update_dyld_shared_cache */;
641 targetProxy = F93937370A94FB6A00070A07 /* PBXContainerItemProxy */;
642 };
643 F939373A0A94FB6E00070A07 /* PBXTargetDependency */ = {
644 isa = PBXTargetDependency;
645 target = F93937310A94FAF700070A07 /* update_dyld_shared_cache */;
646 targetProxy = F93937390A94FB6E00070A07 /* PBXContainerItemProxy */;
647 };
9e225d03
A
648 F9ED4CA70630A78A00DF4E74 /* PBXTargetDependency */ = {
649 isa = PBXTargetDependency;
650 target = F9ED4C970630A76000DF4E74 /* dyld */;
651 targetProxy = F9ED4CA60630A78A00DF4E74 /* PBXContainerItemProxy */;
652 };
653 F9ED4CA90630A78A00DF4E74 /* PBXTargetDependency */ = {
654 isa = PBXTargetDependency;
655 target = F9ED4C9E0630A76B00DF4E74 /* libdyld */;
656 targetProxy = F9ED4CA80630A78A00DF4E74 /* PBXContainerItemProxy */;
657 };
658/* End PBXTargetDependency section */
659
660/* Begin XCBuildConfiguration section */
bac542e6 661 F93937350A94FB2900070A07 /* Debug */ = {
9e225d03
A
662 isa = XCBuildConfiguration;
663 buildSettings = {
664 COPY_PHASE_STRIP = NO;
bac542e6 665 DEBUG_INFORMATION_FORMAT = dwarf;
9e225d03 666 GCC_DYNAMIC_NO_PIC = NO;
bac542e6
A
667 GCC_ENABLE_FIX_AND_CONTINUE = YES;
668 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
9e225d03 669 GCC_OPTIMIZATION_LEVEL = 0;
bac542e6
A
670 GCC_THREADSAFE_STATICS = NO;
671 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
672 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
673 GCC_WARN_MISSING_PARENTHESES = YES;
674 GCC_WARN_SHADOW = YES;
675 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
676 GCC_WARN_UNUSED_FUNCTION = YES;
677 GCC_WARN_UNUSED_VARIABLE = YES;
9e225d03 678 PREBINDING = NO;
bac542e6
A
679 PRODUCT_NAME = update_dyld_shared_cache;
680 VALID_ARCHS = "ppc i386";
9e225d03 681 };
bac542e6 682 name = Debug;
9e225d03 683 };
bac542e6 684 F93937360A94FB2900070A07 /* Release */ = {
9e225d03
A
685 isa = XCBuildConfiguration;
686 buildSettings = {
9e225d03
A
687 COPY_PHASE_STRIP = YES;
688 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
bac542e6
A
689 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
690 GCC_OPTIMIZATION_LEVEL = 3;
691 GCC_THREADSAFE_STATICS = NO;
692 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
693 INSTALL_PATH = /usr/bin;
694 MACOSX_DEPLOYMENT_TARGET = 10.5;
695 PREBINDING = NO;
696 PRODUCT_NAME = update_dyld_shared_cache;
697 VALID_ARCHS = "ppc i386";
698 VERSIONING_SYSTEM = "apple-generic";
699 };
700 name = Release;
701 };
702 F9D8C7DE087B087300E93EFB /* Debug */ = {
703 isa = XCBuildConfiguration;
704 buildSettings = {
705 ALWAYS_SEARCH_USER_PATHS = NO;
706 BASE_ADDRESS_i386 = 0x8f000000;
707 BASE_ADDRESS_ppc = 0x8f000000;
708 BASE_ADDRESS_ppc64 = 0x7fff5fc00000;
709 BASE_ADDRESS_x86_64 = 0x7fff5fc00000;
710 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
9e225d03 711 DEAD_CODE_STRIPPING = YES;
bac542e6
A
712 EXPORTED_SYMBOLS_FILE = "$(EXPORTED_SYMBOLS_FILE_$(CURRENT_ARCH))";
713 EXPORTED_SYMBOLS_FILE_i386 = "$(SRCROOT)/src/dyld.exp";
714 EXPORTED_SYMBOLS_FILE_ppc = "$(SRCROOT)/src/dyld.exp";
715 EXPORTED_SYMBOLS_FILE_ppc64 = "$(SRCROOT)/src/dyld64.exp";
716 EXPORTED_SYMBOLS_FILE_x86_64 = "$(SRCROOT)/src/dyld64.exp";
9e225d03 717 GCC_DYNAMIC_NO_PIC = NO;
9e225d03 718 GCC_MODEL_TUNING = G4;
bac542e6 719 GCC_OPTIMIZATION_LEVEL = 0;
9e225d03 720 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
bac542e6
A
721 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
722 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
723 GCC_WARN_MISSING_PARENTHESES = YES;
724 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
725 GCC_WARN_UNINITIALIZED_AUTOS = NO;
726 HEADER_SEARCH_PATHS = (
727 ./include,
728 "./launch-cache",
729 );
9e225d03 730 INSTALL_PATH = /usr/lib;
bac542e6 731 MACOSX_DEPLOYMENT_TARGET = 10.5;
9e225d03 732 OTHER_CFLAGS = "";
bac542e6
A
733 OTHER_LDFLAGS = (
734 "-seg1addr",
735 "$(BASE_ADDRESS_$(CURRENT_ARCH))",
736 "-lstdc++-static",
737 "-nostdlib",
738 /usr/local/lib/system/libc.a,
739 "-lgcc_eh",
740 "-lgcc",
741 "-Wl,-e,__dyld_start",
742 "-Wl,-dylinker",
743 "-Wl,-dylinker_install_name,/usr/lib/dyld",
744 );
9e225d03
A
745 PER_ARCH_CFLAGS_ppc = "";
746 PER_ARCH_CFLAGS_ppc64 = "-msoft-float";
747 PREBINDING = NO;
748 PRODUCT_NAME = dyld;
749 STRIPFLAGS = "-S";
750 UNSTRIPPED_PRODUCT = NO;
8bc9f0af 751 VALID_ARCHS = "ppc ppc64 i386 x86_64";
9e225d03
A
752 VERSIONING_SYSTEM = "apple-generic";
753 WARNING_CFLAGS = (
754 "-Wmost",
755 "-Wno-four-char-constants",
9e225d03
A
756 );
757 };
bac542e6 758 name = Debug;
9e225d03 759 };
bac542e6 760 F9D8C7E0087B087300E93EFB /* Release */ = {
9e225d03
A
761 isa = XCBuildConfiguration;
762 buildSettings = {
bac542e6
A
763 BASE_ADDRESS_i386 = 0x8fe00000;
764 BASE_ADDRESS_ppc = 0x8fe00000;
765 BASE_ADDRESS_ppc64 = 0x7fff5fc00000;
766 BASE_ADDRESS_x86_64 = 0x7fff5fc00000;
9e225d03
A
767 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
768 DEAD_CODE_STRIPPING = YES;
bac542e6
A
769 EXPORTED_SYMBOLS_FILE = "$(EXPORTED_SYMBOLS_FILE_$(CURRENT_ARCH))";
770 EXPORTED_SYMBOLS_FILE_i386 = "$(SRCROOT)/src/dyld.exp";
771 EXPORTED_SYMBOLS_FILE_ppc = "$(SRCROOT)/src/dyld.exp";
772 EXPORTED_SYMBOLS_FILE_ppc64 = "$(SRCROOT)/src/dyld64.exp";
773 EXPORTED_SYMBOLS_FILE_x86_64 = "$(SRCROOT)/src/dyld64.exp";
9e225d03
A
774 GCC_DYNAMIC_NO_PIC = NO;
775 GCC_ENABLE_CPP_RTTI = NO;
776 GCC_MODEL_TUNING = G4;
777 GCC_OPTIMIZATION_LEVEL = 3;
778 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
bac542e6
A
779 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
780 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
781 HEADER_SEARCH_PATHS = (
782 ./include,
783 "./launch-cache",
784 );
9e225d03 785 INSTALL_PATH = /usr/lib;
bac542e6 786 MACOSX_DEPLOYMENT_TARGET = 10.5;
9e225d03 787 OTHER_CFLAGS = "";
bac542e6
A
788 OTHER_LDFLAGS = (
789 "-seg1addr",
790 "$(BASE_ADDRESS_$(CURRENT_ARCH))",
791 "-lstdc++-static",
792 "-nostdlib",
793 /usr/local/lib/system/libc.a,
794 "-lgcc_eh",
795 "-lgcc",
796 "-Wl,-e,__dyld_start",
797 "-Wl,-dylinker",
798 "-Wl,-dylinker_install_name,/usr/lib/dyld",
799 "-Wl,-non_global_symbols_strip_list,$(SRCROOT)/src/strip.exp",
800 );
9e225d03
A
801 PER_ARCH_CFLAGS_ppc = "";
802 PER_ARCH_CFLAGS_ppc64 = "-msoft-float";
803 PREBINDING = NO;
804 PRODUCT_NAME = dyld;
805 STRIPFLAGS = "-S";
806 UNSTRIPPED_PRODUCT = NO;
8bc9f0af 807 VALID_ARCHS = "ppc ppc64 i386 x86_64";
9e225d03
A
808 VERSIONING_SYSTEM = "apple-generic";
809 WARNING_CFLAGS = (
810 "-Wmost",
811 "-Wno-four-char-constants",
812 "-Wno-unknown-pragmas",
813 );
814 };
bac542e6 815 name = Release;
9e225d03 816 };
bac542e6 817 F9D8C7E2087B087300E93EFB /* Debug */ = {
9e225d03
A
818 isa = XCBuildConfiguration;
819 buildSettings = {
bac542e6 820 ARCHS = "$(NATIVE_ARCH_ACTUAL)";
9e225d03 821 GCC_ENABLE_CPP_EXCEPTIONS = NO;
bac542e6 822 GCC_ENABLE_CPP_RTTI = NO;
9e225d03
A
823 GCC_OPTIMIZATION_LEVEL = 0;
824 HEADER_SEARCH_PATHS = ./include;
825 INSTALL_PATH = /usr/local/lib/system;
826 LIBRARY_STYLE = STATIC;
9e225d03 827 PRODUCT_NAME = dyldapis;
8bc9f0af 828 VALID_ARCHS = "ppc ppc64 i386 x86_64";
9e225d03
A
829 WARNING_CFLAGS = (
830 "-Wmost",
831 "-Wno-four-char-constants",
832 "-Wno-unknown-pragmas",
833 );
834 };
bac542e6 835 name = Debug;
9e225d03 836 };
bac542e6 837 F9D8C7E4087B087300E93EFB /* Release */ = {
9e225d03
A
838 isa = XCBuildConfiguration;
839 buildSettings = {
bac542e6 840 COPY_PHASE_STRIP = NO;
9e225d03
A
841 GCC_ENABLE_CPP_EXCEPTIONS = NO;
842 GCC_ENABLE_CPP_RTTI = NO;
bac542e6 843 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
9e225d03
A
844 HEADER_SEARCH_PATHS = ./include;
845 INSTALL_PATH = /usr/local/lib/system;
846 LIBRARY_STYLE = STATIC;
9e225d03 847 PRODUCT_NAME = dyldapis;
8bc9f0af 848 VALID_ARCHS = "ppc ppc64 i386 x86_64";
9e225d03
A
849 WARNING_CFLAGS = (
850 "-Wmost",
851 "-Wno-four-char-constants",
852 "-Wno-unknown-pragmas",
853 );
854 };
bac542e6 855 name = Release;
9e225d03 856 };
bac542e6 857 F9D8C7E6087B087300E93EFB /* Debug */ = {
9e225d03
A
858 isa = XCBuildConfiguration;
859 buildSettings = {
9e225d03 860 PRODUCT_NAME = all;
9e225d03 861 };
bac542e6 862 name = Debug;
9e225d03 863 };
bac542e6 864 F9D8C7E8087B087300E93EFB /* Release */ = {
9e225d03
A
865 isa = XCBuildConfiguration;
866 buildSettings = {
9e225d03 867 PRODUCT_NAME = all;
9e225d03 868 };
bac542e6 869 name = Release;
9e225d03 870 };
bac542e6 871 F9D8C7EA087B087300E93EFB /* Debug */ = {
9e225d03
A
872 isa = XCBuildConfiguration;
873 buildSettings = {
9e225d03 874 };
bac542e6 875 name = Debug;
9e225d03 876 };
bac542e6 877 F9D8C7EC087B087300E93EFB /* Release */ = {
9e225d03
A
878 isa = XCBuildConfiguration;
879 buildSettings = {
880 };
bac542e6 881 name = Release;
9e225d03
A
882 };
883/* End XCBuildConfiguration section */
884
885/* Begin XCConfigurationList section */
bac542e6
A
886 F93937340A94FB2900070A07 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache" */ = {
887 isa = XCConfigurationList;
888 buildConfigurations = (
889 F93937350A94FB2900070A07 /* Debug */,
890 F93937360A94FB2900070A07 /* Release */,
891 );
892 defaultConfigurationIsVisible = 0;
893 defaultConfigurationName = Release;
894 };
9e225d03
A
895 F9D8C7DD087B087300E93EFB /* Build configuration list for PBXNativeTarget "dyld" */ = {
896 isa = XCConfigurationList;
897 buildConfigurations = (
bac542e6
A
898 F9D8C7DE087B087300E93EFB /* Debug */,
899 F9D8C7E0087B087300E93EFB /* Release */,
9e225d03
A
900 );
901 defaultConfigurationIsVisible = 0;
bac542e6 902 defaultConfigurationName = Release;
9e225d03
A
903 };
904 F9D8C7E1087B087300E93EFB /* Build configuration list for PBXNativeTarget "libdyld" */ = {
905 isa = XCConfigurationList;
906 buildConfigurations = (
bac542e6
A
907 F9D8C7E2087B087300E93EFB /* Debug */,
908 F9D8C7E4087B087300E93EFB /* Release */,
9e225d03
A
909 );
910 defaultConfigurationIsVisible = 0;
bac542e6 911 defaultConfigurationName = Release;
9e225d03
A
912 };
913 F9D8C7E5087B087300E93EFB /* Build configuration list for PBXAggregateTarget "all" */ = {
914 isa = XCConfigurationList;
915 buildConfigurations = (
bac542e6
A
916 F9D8C7E6087B087300E93EFB /* Debug */,
917 F9D8C7E8087B087300E93EFB /* Release */,
9e225d03
A
918 );
919 defaultConfigurationIsVisible = 0;
bac542e6 920 defaultConfigurationName = Release;
9e225d03
A
921 };
922 F9D8C7E9087B087300E93EFB /* Build configuration list for PBXProject "dyld" */ = {
923 isa = XCConfigurationList;
924 buildConfigurations = (
bac542e6
A
925 F9D8C7EA087B087300E93EFB /* Debug */,
926 F9D8C7EC087B087300E93EFB /* Release */,
9e225d03
A
927 );
928 defaultConfigurationIsVisible = 0;
bac542e6 929 defaultConfigurationName = Release;
9e225d03
A
930 };
931/* End XCConfigurationList section */
932 };
933 rootObject = F9ED4C8B0630A72300DF4E74 /* Project object */;
934}