ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj
Revision: 1.18
Committed: 2012-06-16T02:16:40Z (12 years ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +9 -1 lines
Log Message:
Dump PPC disassembly on crash

File Contents

# User Rev Content
1 asvitkine 1.1 // !$*UTF8*$!
2     {
3     archiveVersion = 1;
4     classes = {
5     };
6 asvitkine 1.5 objectVersion = 44;
7 asvitkine 1.1 objects = {
8    
9     /* Begin PBXAggregateTarget section */
10     0873A67314AB8AE9004F12B7 /* ppc-execute-impl */ = {
11     isa = PBXAggregateTarget;
12     buildConfigurationList = 0873A67B14AB8AEC004F12B7 /* Build configuration list for PBXAggregateTarget "ppc-execute-impl" */;
13     buildPhases = (
14     0873A67214AB8AE9004F12B7 /* Run genexec */,
15     );
16     dependencies = (
17     );
18     name = "ppc-execute-impl";
19     productName = "ppc-execute-impl";
20     };
21     /* End PBXAggregateTarget section */
22    
23     /* Begin PBXBuildFile section */
24 asvitkine 1.18 08163339158C121000C449F9 /* dis-asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 08163337158C121000C449F9 /* dis-asm.h */; };
25     08163340158C125800C449F9 /* ppc-dis.c in Sources */ = {isa = PBXBuildFile; fileRef = 08163338158C121000C449F9 /* ppc-dis.c */; };
26 asvitkine 1.1 082AC22D14AA52E900071F5E /* prefs_editor_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */; };
27     082AC26214AA59F000071F5E /* lowmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 082AC26114AA59F000071F5E /* lowmem.c */; };
28 asvitkine 1.7 0846E4B114B1264700574779 /* ieeefp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF714A99EEF000B1711 /* ieeefp.cpp */; };
29     0846E4B314B1264F00574779 /* mathlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDFD14A99EEF000B1711 /* mathlib.cpp */; };
30     0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE0214A99EEF000B1711 /* utils-cpuinfo.cpp */; };
31     0846E4B614B1265A00574779 /* ppc-translate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF014A99EEF000B1711 /* ppc-translate.cpp */; };
32     0846E4B814B1266000574779 /* ppc-jit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDEB14A99EEF000B1711 /* ppc-jit.cpp */; };
33     0846E4B914B1266600574779 /* ppc-execute.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE814A99EEF000B1711 /* ppc-execute.cpp */; };
34     0846E4BC14B1267200574779 /* ppc-dyngen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE614A99EEF000B1711 /* ppc-dyngen.cpp */; };
35     0846E4BE14B1267A00574779 /* ppc-decode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE414A99EEF000B1711 /* ppc-decode.cpp */; };
36     0846E4C014B1267F00574779 /* ppc-cpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDE214A99EEF000B1711 /* ppc-cpu.cpp */; };
37     0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDCD14A99EEF000B1711 /* jit-cache.cpp */; };
38     0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDC514A99EEF000B1711 /* basic-dyngen.cpp */; };
39 asvitkine 1.8 0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */; };
40     0846E52B14B12A0800574779 /* ppc_asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 0846E52314B129DA00574779 /* ppc_asm.S */; };
41     0846E55314B12B0D00574779 /* paranoia.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0846E55214B12B0D00574779 /* paranoia.cpp */; };
42 asvitkine 1.10 0846E65414B513CE00574779 /* SDL.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 0856D17414A9A1A2000B1711 /* SDL.framework */; };
43 asvitkine 1.1 0856CFC114A99EF0000B1711 /* adb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD4B14A99EEF000B1711 /* adb.cpp */; };
44     0856CFC214A99EF0000B1711 /* audio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD4C14A99EEF000B1711 /* audio.cpp */; };
45     0856CFE214A99EF0000B1711 /* cdrom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD7814A99EEF000B1711 /* cdrom.cpp */; };
46     0856CFE614A99EF0000B1711 /* disk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD7D14A99EEF000B1711 /* disk.cpp */; };
47     0856CFEC14A99EF0000B1711 /* scsi_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8414A99EEF000B1711 /* scsi_dummy.cpp */; };
48     0856CFEE14A99EF0000B1711 /* emul_op.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8614A99EEF000B1711 /* emul_op.cpp */; };
49     0856CFF014A99EF0000B1711 /* ether.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8914A99EEF000B1711 /* ether.cpp */; };
50     0856CFF314A99EF0000B1711 /* extfs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8C14A99EEF000B1711 /* extfs.cpp */; };
51     0856CFF414A99EF0000B1711 /* gfxaccel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CD8D14A99EEF000B1711 /* gfxaccel.cpp */; };
52     0856D00914A99EF0000B1711 /* macos_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE0514A99EEF000B1711 /* macos_util.cpp */; };
53     0856D02414A99EF0000B1711 /* clip_macosx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */; };
54     0856D02514A99EF0000B1711 /* extfs_macosx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */; };
55     0856D05014A99EF1000B1711 /* prefs_macosx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE7014A99EF0000B1711 /* prefs_macosx.mm */; };
56     0856D05914A99EF1000B1711 /* SheepShaver.icns in Resources */ = {isa = PBXBuildFile; fileRef = 0856CE8314A99EF0000B1711 /* SheepShaver.icns */; };
57     0856D05A14A99EF1000B1711 /* sys_darwin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8714A99EF0000B1711 /* sys_darwin.cpp */; };
58     0856D05B14A99EF1000B1711 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8814A99EF0000B1711 /* main.cpp */; };
59     0856D05C14A99EF1000B1711 /* name_registry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8914A99EF0000B1711 /* name_registry.cpp */; };
60     0856D05D14A99EF1000B1711 /* prefs_items.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8A14A99EF0000B1711 /* prefs_items.cpp */; };
61     0856D05E14A99EF1000B1711 /* prefs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8B14A99EF0000B1711 /* prefs.cpp */; };
62     0856D05F14A99EF1000B1711 /* rom_patches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8C14A99EF0000B1711 /* rom_patches.cpp */; };
63     0856D06014A99EF1000B1711 /* rsrc_patches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8D14A99EF0000B1711 /* rsrc_patches.cpp */; };
64     0856D06114A99EF1000B1711 /* scsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE8E14A99EF0000B1711 /* scsi.cpp */; };
65     0856D06214A99EF1000B1711 /* audio_sdl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9014A99EF0000B1711 /* audio_sdl.cpp */; };
66     0856D06414A99EF1000B1711 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9314A99EF0000B1711 /* SDLMain.m */; };
67     0856D06514A99EF1000B1711 /* video_sdl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9414A99EF0000B1711 /* video_sdl.cpp */; };
68     0856D06614A99EF1000B1711 /* serial.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9514A99EF0000B1711 /* serial.cpp */; };
69     0856D06714A99EF1000B1711 /* bootp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9714A99EF0000B1711 /* bootp.c */; };
70     0856D06814A99EF1000B1711 /* cksum.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9914A99EF0000B1711 /* cksum.c */; };
71     0856D06A14A99EF1000B1711 /* debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9C14A99EF0000B1711 /* debug.c */; };
72     0856D06B14A99EF1000B1711 /* if.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CE9F14A99EF0000B1711 /* if.c */; };
73     0856D06C14A99EF1000B1711 /* ip_icmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEA214A99EF0000B1711 /* ip_icmp.c */; };
74     0856D06D14A99EF1000B1711 /* ip_input.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEA414A99EF0000B1711 /* ip_input.c */; };
75     0856D06E14A99EF1000B1711 /* ip_output.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEA514A99EF0000B1711 /* ip_output.c */; };
76     0856D06F14A99EF1000B1711 /* mbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEA814A99EF0000B1711 /* mbuf.c */; };
77     0856D07014A99EF1000B1711 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEAA14A99EF0000B1711 /* misc.c */; };
78     0856D07114A99EF1000B1711 /* sbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEAC14A99EF0000B1711 /* sbuf.c */; };
79     0856D07214A99EF1000B1711 /* slirp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEAE14A99EF0000B1711 /* slirp.c */; };
80     0856D07314A99EF1000B1711 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB114A99EF0000B1711 /* socket.c */; };
81 asvitkine 1.17 0856D07414A99EF1000B1711 /* tcp_input.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB414A99EF0000B1711 /* tcp_input.c */; settings = {COMPILER_FLAGS = "-O1"; }; };
82 asvitkine 1.1 0856D07514A99EF1000B1711 /* tcp_output.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB514A99EF0000B1711 /* tcp_output.c */; };
83     0856D07614A99EF1000B1711 /* tcp_subr.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB614A99EF0000B1711 /* tcp_subr.c */; };
84     0856D07714A99EF1000B1711 /* tcp_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEB714A99EF0000B1711 /* tcp_timer.c */; };
85     0856D07814A99EF1000B1711 /* tftp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEBB14A99EF0000B1711 /* tftp.c */; };
86     0856D07914A99EF1000B1711 /* udp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEBD14A99EF0000B1711 /* udp.c */; };
87     0856D07B14A99EF1000B1711 /* sony.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEC014A99EF0000B1711 /* sony.cpp */; };
88     0856D07C14A99EF1000B1711 /* thunks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEC114A99EF0000B1711 /* thunks.cpp */; };
89     0856D07D14A99EF1000B1711 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEC214A99EF0000B1711 /* timer.cpp */; };
90     0856D07E14A99EF1000B1711 /* about_window_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEC414A99EF0000B1711 /* about_window_unix.cpp */; };
91     0856D08714A99EF1000B1711 /* bincue_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CECF14A99EF0000B1711 /* bincue_unix.cpp */; };
92     0856D09814A99EF1000B1711 /* ether_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEE314A99EF0000B1711 /* ether_unix.cpp */; };
93     0856D0AA14A99EF1000B1711 /* main_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CEFB14A99EF0000B1711 /* main_unix.cpp */; };
94     0856D10614A99EF1000B1711 /* prefs_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */; };
95     0856D10714A99EF1000B1711 /* rpc_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF5C14A99EF0000B1711 /* rpc_unix.cpp */; };
96     0856D10814A99EF1000B1711 /* serial_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF5E14A99EF0000B1711 /* serial_unix.cpp */; };
97     0856D10B14A99EF1000B1711 /* sigsegv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF6214A99EF0000B1711 /* sigsegv.cpp */; };
98     0856D10C14A99EF1000B1711 /* sshpty.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF6414A99EF0000B1711 /* sshpty.c */; };
99     0856D10D14A99EF1000B1711 /* strlcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF6614A99EF0000B1711 /* strlcpy.c */; };
100     0856D10E14A99EF1000B1711 /* sys_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF6814A99EF0000B1711 /* sys_unix.cpp */; };
101     0856D10F14A99EF1000B1711 /* timer_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF6A14A99EF0000B1711 /* timer_unix.cpp */; };
102     0856D11114A99EF1000B1711 /* user_strings_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF6C14A99EF0000B1711 /* user_strings_unix.cpp */; };
103     0856D11314A99EF1000B1711 /* video_blit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF7014A99EF0000B1711 /* video_blit.cpp */; };
104     0856D11514A99EF1000B1711 /* vm_alloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF7414A99EF0000B1711 /* vm_alloc.cpp */; };
105     0856D11614A99EF1000B1711 /* xpram_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF7614A99EF0000B1711 /* xpram_unix.cpp */; };
106     0856D11714A99EF1000B1711 /* user_strings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF7714A99EF0000B1711 /* user_strings.cpp */; };
107     0856D11814A99EF1000B1711 /* video.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CF7814A99EF0000B1711 /* video.cpp */; };
108     0856D13F14A99EF1000B1711 /* xpram.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CFC014A99EF0000B1711 /* xpram.cpp */; };
109     0856D17514A9A1A2000B1711 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0856D17414A9A1A2000B1711 /* SDL.framework */; };
110     0856D21514A9A6C6000B1711 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0856D21414A9A6C6000B1711 /* IOKit.framework */; };
111     0856D33514A9A704000B1711 /* VMSettingsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0856D30714A9A704000B1711 /* VMSettingsWindow.nib */; };
112     0856D33914A9A704000B1711 /* VMSettingsController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0856D31214A9A704000B1711 /* VMSettingsController.mm */; };
113     0873A54214AAF18E004F12B7 /* cxxdemangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0873A53F14AAF18E004F12B7 /* cxxdemangle.cpp */; };
114     0873A54314AAF18E004F12B7 /* dyngen.c in Sources */ = {isa = PBXBuildFile; fileRef = 0873A54114AAF18E004F12B7 /* dyngen.c */; };
115     0873A5D614AB80CA004F12B7 /* basic-dyngen-ops.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0873A5D514AB80CA004F12B7 /* basic-dyngen-ops.cpp */; };
116     0873A5D814AB80E3004F12B7 /* ppc-dyngen-ops.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0873A5D714AB80E3004F12B7 /* ppc-dyngen-ops.cpp */; };
117 asvitkine 1.3 0873A76814ABD151004F12B7 /* config-macosx-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */; };
118     0873A76914ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; };
119     0873A76A14ABD151004F12B7 /* config-macosx-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */; };
120     0873A76B14ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; };
121 asvitkine 1.4 0873A80214AC515D004F12B7 /* utils_macosx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0873A80114AC515D004F12B7 /* utils_macosx.mm */; };
122 asvitkine 1.11 08CD42DC14B7B85B009CA2A2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */; };
123     08CD42E814B7B8AA009CA2A2 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08CD42E714B7B8AA009CA2A2 /* Carbon.framework */; };
124 asvitkine 1.1 /* End PBXBuildFile section */
125    
126     /* Begin PBXContainerItemProxy section */
127     082AC26714AA5A4800071F5E /* PBXContainerItemProxy */ = {
128     isa = PBXContainerItemProxy;
129     containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
130     proxyType = 1;
131     remoteGlobalIDString = 082AC25114AA59B600071F5E;
132     remoteInfo = lowmem;
133     };
134 asvitkine 1.7 0846E4A614B1253500574779 /* PBXContainerItemProxy */ = {
135 asvitkine 1.1 isa = PBXContainerItemProxy;
136     containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
137     proxyType = 1;
138 asvitkine 1.10 remoteGlobalIDString = 0846E49914B124DE00574779;
139 asvitkine 1.7 remoteInfo = kpx_cpu;
140     };
141     0846E4C514B126B600574779 /* PBXContainerItemProxy */ = {
142     isa = PBXContainerItemProxy;
143     containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
144     proxyType = 1;
145 asvitkine 1.10 remoteGlobalIDString = 0873A5CB14AB806D004F12B7;
146 asvitkine 1.1 remoteInfo = "ppc-dyngen-ops";
147     };
148 asvitkine 1.7 0846E4C714B126B800574779 /* PBXContainerItemProxy */ = {
149     isa = PBXContainerItemProxy;
150     containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
151     proxyType = 1;
152 asvitkine 1.10 remoteGlobalIDString = 0873A67314AB8AE9004F12B7;
153 asvitkine 1.7 remoteInfo = "ppc-execute-impl";
154     };
155 asvitkine 1.8 0846E52D14B12A2E00574779 /* PBXContainerItemProxy */ = {
156     isa = PBXContainerItemProxy;
157     containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
158     proxyType = 1;
159 asvitkine 1.10 remoteGlobalIDString = 0846E52714B129EE00574779;
160 asvitkine 1.8 remoteInfo = ppc_asm;
161     };
162 asvitkine 1.1 0873A60214AB83CC004F12B7 /* PBXContainerItemProxy */ = {
163     isa = PBXContainerItemProxy;
164     containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
165     proxyType = 1;
166 asvitkine 1.4 remoteGlobalIDString = 0873A5C414AB8038004F12B7;
167 asvitkine 1.1 remoteInfo = "basic-dyngen-ops";
168     };
169     0873A62614AB869A004F12B7 /* PBXContainerItemProxy */ = {
170     isa = PBXContainerItemProxy;
171     containerPortal = 0856CCAE14A99DE0000B1711 /* Project object */;
172     proxyType = 1;
173 asvitkine 1.4 remoteGlobalIDString = 0873A53114AAF05A004F12B7;
174 asvitkine 1.1 remoteInfo = dyngen;
175     };
176     /* End PBXContainerItemProxy section */
177    
178 asvitkine 1.9 /* Begin PBXCopyFilesBuildPhase section */
179 asvitkine 1.10 0846E65E14B513DF00574779 /* Copy Frameworks */ = {
180 asvitkine 1.9 isa = PBXCopyFilesBuildPhase;
181     buildActionMask = 2147483647;
182     dstPath = "";
183     dstSubfolderSpec = 10;
184     files = (
185 asvitkine 1.10 0846E65414B513CE00574779 /* SDL.framework in Copy Frameworks */,
186 asvitkine 1.9 );
187 asvitkine 1.10 name = "Copy Frameworks";
188 asvitkine 1.9 runOnlyForDeploymentPostprocessing = 0;
189     };
190     /* End PBXCopyFilesBuildPhase section */
191    
192 asvitkine 1.1 /* Begin PBXFileReference section */
193 asvitkine 1.18 08163337158C121000C449F9 /* dis-asm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dis-asm.h"; sourceTree = "<group>"; };
194     08163338158C121000C449F9 /* ppc-dis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "ppc-dis.c"; sourceTree = "<group>"; };
195 asvitkine 1.1 082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs_editor_dummy.cpp; sourceTree = "<group>"; };
196     082AC25214AA59B600071F5E /* lowmem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lowmem; sourceTree = BUILT_PRODUCTS_DIR; };
197     082AC26114AA59F000071F5E /* lowmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lowmem.c; path = ../../../BasiliskII/src/Unix/Darwin/lowmem.c; sourceTree = SOURCE_ROOT; };
198 asvitkine 1.7 0846E49A14B124DE00574779 /* libkpx_cpu.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libkpx_cpu.a; sourceTree = BUILT_PRODUCTS_DIR; };
199 asvitkine 1.8 0846E52314B129DA00574779 /* ppc_asm.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = ppc_asm.S; sourceTree = "<group>"; };
200     0846E52814B129EE00574779 /* libppc_asm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libppc_asm.a; sourceTree = BUILT_PRODUCTS_DIR; };
201     0846E55214B12B0D00574779 /* paranoia.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = paranoia.cpp; sourceTree = "<group>"; };
202 asvitkine 1.1 0856CCC114A99E1C000B1711 /* SheepShaver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SheepShaver.app; sourceTree = BUILT_PRODUCTS_DIR; };
203     0856CD4B14A99EEF000B1711 /* adb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = adb.cpp; path = ../adb.cpp; sourceTree = SOURCE_ROOT; };
204     0856CD4C14A99EEF000B1711 /* audio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = audio.cpp; path = ../audio.cpp; sourceTree = SOURCE_ROOT; };
205     0856CD7814A99EEF000B1711 /* cdrom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cdrom.cpp; path = ../cdrom.cpp; sourceTree = SOURCE_ROOT; };
206     0856CD7D14A99EEF000B1711 /* disk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = disk.cpp; path = ../disk.cpp; sourceTree = SOURCE_ROOT; };
207     0856CD8414A99EEF000B1711 /* scsi_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scsi_dummy.cpp; sourceTree = "<group>"; };
208     0856CD8614A99EEF000B1711 /* emul_op.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = emul_op.cpp; path = ../emul_op.cpp; sourceTree = SOURCE_ROOT; };
209     0856CD8914A99EEF000B1711 /* ether.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ether.cpp; path = ../ether.cpp; sourceTree = SOURCE_ROOT; };
210     0856CD8C14A99EEF000B1711 /* extfs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = extfs.cpp; path = ../extfs.cpp; sourceTree = SOURCE_ROOT; };
211     0856CD8D14A99EEF000B1711 /* gfxaccel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gfxaccel.cpp; path = ../gfxaccel.cpp; sourceTree = SOURCE_ROOT; };
212     0856CD8F14A99EEF000B1711 /* about_window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = about_window.h; sourceTree = "<group>"; };
213     0856CD9014A99EEF000B1711 /* adb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adb.h; sourceTree = "<group>"; };
214     0856CD9114A99EEF000B1711 /* audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio.h; sourceTree = "<group>"; };
215     0856CD9214A99EEF000B1711 /* audio_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio_defs.h; sourceTree = "<group>"; };
216     0856CD9314A99EEF000B1711 /* cdrom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cdrom.h; sourceTree = "<group>"; };
217     0856CD9414A99EEF000B1711 /* clip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = clip.h; sourceTree = "<group>"; };
218     0856CD9514A99EEF000B1711 /* cpu_emulation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpu_emulation.h; sourceTree = "<group>"; };
219     0856CD9614A99EEF000B1711 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
220     0856CD9714A99EEF000B1711 /* disk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disk.h; sourceTree = "<group>"; };
221     0856CD9814A99EEF000B1711 /* emul_op.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = emul_op.h; sourceTree = "<group>"; };
222     0856CD9914A99EEF000B1711 /* ether.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ether.h; sourceTree = "<group>"; };
223     0856CD9A14A99EEF000B1711 /* ether_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ether_defs.h; sourceTree = "<group>"; };
224     0856CD9B14A99EEF000B1711 /* extfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extfs.h; sourceTree = "<group>"; };
225     0856CD9C14A99EEF000B1711 /* extfs_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extfs_defs.h; sourceTree = "<group>"; };
226     0856CD9D14A99EEF000B1711 /* macos_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos_util.h; sourceTree = "<group>"; };
227     0856CD9E14A99EEF000B1711 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
228     0856CD9F14A99EEF000B1711 /* name_registry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = name_registry.h; sourceTree = "<group>"; };
229     0856CDA014A99EEF000B1711 /* prefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prefs.h; sourceTree = "<group>"; };
230     0856CDA114A99EEF000B1711 /* prefs_editor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prefs_editor.h; sourceTree = "<group>"; };
231     0856CDA214A99EEF000B1711 /* rom_patches.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rom_patches.h; sourceTree = "<group>"; };
232     0856CDA314A99EEF000B1711 /* rsrc_patches.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rsrc_patches.h; sourceTree = "<group>"; };
233     0856CDA414A99EEF000B1711 /* scsi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scsi.h; sourceTree = "<group>"; };
234     0856CDA514A99EEF000B1711 /* serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = serial.h; sourceTree = "<group>"; };
235     0856CDA614A99EEF000B1711 /* serial_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = serial_defs.h; sourceTree = "<group>"; };
236     0856CDA714A99EEF000B1711 /* sony.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sony.h; sourceTree = "<group>"; };
237     0856CDA814A99EEF000B1711 /* sys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sys.h; sourceTree = "<group>"; };
238     0856CDA914A99EEF000B1711 /* thunks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thunks.h; sourceTree = "<group>"; };
239     0856CDAA14A99EEF000B1711 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; };
240     0856CDAB14A99EEF000B1711 /* user_strings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = user_strings.h; sourceTree = "<group>"; };
241     0856CDAC14A99EEF000B1711 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = "<group>"; };
242     0856CDAD14A99EEF000B1711 /* video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = video.h; sourceTree = "<group>"; };
243     0856CDAE14A99EEF000B1711 /* video_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = video_defs.h; sourceTree = "<group>"; };
244     0856CDAF14A99EEF000B1711 /* xlowmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xlowmem.h; sourceTree = "<group>"; };
245     0856CDB014A99EEF000B1711 /* xpram.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xpram.h; sourceTree = "<group>"; };
246     0856CDB314A99EEF000B1711 /* a.out-defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "a.out-defs.h"; sourceTree = "<group>"; };
247     0856CDB414A99EEF000B1711 /* basic-blockinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "basic-blockinfo.hpp"; sourceTree = "<group>"; };
248     0856CDB514A99EEF000B1711 /* basic-cpu.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "basic-cpu.hpp"; sourceTree = "<group>"; };
249     0856CDB614A99EEF000B1711 /* basic-plugin.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "basic-plugin.hpp"; sourceTree = "<group>"; };
250     0856CDB714A99EEF000B1711 /* block-alloc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "block-alloc.hpp"; sourceTree = "<group>"; };
251     0856CDB814A99EEF000B1711 /* elf-defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "elf-defs.h"; sourceTree = "<group>"; };
252     0856CDB914A99EEF000B1711 /* nvmemfun.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nvmemfun.hpp; sourceTree = "<group>"; };
253     0856CDBA14A99EEF000B1711 /* task-plugin.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "task-plugin.hpp"; sourceTree = "<group>"; };
254     0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sheepshaver_glue.cpp; sourceTree = "<group>"; };
255     0856CDBE14A99EEF000B1711 /* block-cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "block-cache.hpp"; sourceTree = "<group>"; };
256     0856CDC114A99EEF000B1711 /* dyngen-target-exec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dyngen-target-exec.h"; sourceTree = "<group>"; };
257     0856CDC214A99EEF000B1711 /* jit-target-cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-target-cache.hpp"; sourceTree = "<group>"; };
258     0856CDC314A99EEF000B1711 /* jit-target-codegen.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-target-codegen.hpp"; sourceTree = "<group>"; };
259     0856CDC514A99EEF000B1711 /* basic-dyngen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "basic-dyngen.cpp"; sourceTree = "<group>"; };
260     0856CDC614A99EEF000B1711 /* basic-dyngen.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "basic-dyngen.hpp"; sourceTree = "<group>"; };
261     0856CDCA14A99EEF000B1711 /* jit-target-cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-target-cache.hpp"; sourceTree = "<group>"; };
262     0856CDCB14A99EEF000B1711 /* dyngen-exec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dyngen-exec.h"; sourceTree = "<group>"; };
263     0856CDCD14A99EEF000B1711 /* jit-cache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "jit-cache.cpp"; sourceTree = "<group>"; };
264     0856CDCE14A99EEF000B1711 /* jit-cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-cache.hpp"; sourceTree = "<group>"; };
265     0856CDCF14A99EEF000B1711 /* jit-codegen.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-codegen.hpp"; sourceTree = "<group>"; };
266     0856CDD014A99EEF000B1711 /* jit-config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-config.hpp"; sourceTree = "<group>"; };
267     0856CDD114A99EEF000B1711 /* jit-target-dispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "jit-target-dispatch.h"; sourceTree = "<group>"; };
268     0856CDD314A99EEF000B1711 /* dyngen-target-exec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dyngen-target-exec.h"; sourceTree = "<group>"; };
269     0856CDD414A99EEF000B1711 /* jit-target-cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-target-cache.hpp"; sourceTree = "<group>"; };
270     0856CDD614A99EEF000B1711 /* dyngen-target-exec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dyngen-target-exec.h"; sourceTree = "<group>"; };
271     0856CDD714A99EEF000B1711 /* jit-target-cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-target-cache.hpp"; sourceTree = "<group>"; };
272     0856CDD914A99EEF000B1711 /* codegen_x86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = codegen_x86.h; sourceTree = "<group>"; };
273     0856CDDA14A99EEF000B1711 /* dyngen-target-exec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dyngen-target-exec.h"; sourceTree = "<group>"; };
274     0856CDDB14A99EEF000B1711 /* jit-target-cache.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-target-cache.hpp"; sourceTree = "<group>"; };
275     0856CDDC14A99EEF000B1711 /* jit-target-codegen.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "jit-target-codegen.hpp"; sourceTree = "<group>"; };
276     0856CDDE14A99EEF000B1711 /* genexec.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = genexec.pl; sourceTree = "<group>"; };
277     0856CDDF14A99EEF000B1711 /* ppc-bitfields.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-bitfields.hpp"; sourceTree = "<group>"; };
278     0856CDE014A99EEF000B1711 /* ppc-blockinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-blockinfo.hpp"; sourceTree = "<group>"; };
279     0856CDE114A99EEF000B1711 /* ppc-config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-config.hpp"; sourceTree = "<group>"; };
280     0856CDE214A99EEF000B1711 /* ppc-cpu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-cpu.cpp"; sourceTree = "<group>"; };
281     0856CDE314A99EEF000B1711 /* ppc-cpu.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-cpu.hpp"; sourceTree = "<group>"; };
282     0856CDE414A99EEF000B1711 /* ppc-decode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-decode.cpp"; sourceTree = "<group>"; };
283     0856CDE614A99EEF000B1711 /* ppc-dyngen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-dyngen.cpp"; sourceTree = "<group>"; };
284     0856CDE714A99EEF000B1711 /* ppc-dyngen.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-dyngen.hpp"; sourceTree = "<group>"; };
285     0856CDE814A99EEF000B1711 /* ppc-execute.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-execute.cpp"; sourceTree = "<group>"; };
286     0856CDE914A99EEF000B1711 /* ppc-execute.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-execute.hpp"; sourceTree = "<group>"; };
287     0856CDEA14A99EEF000B1711 /* ppc-instructions.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-instructions.hpp"; sourceTree = "<group>"; };
288     0856CDEB14A99EEF000B1711 /* ppc-jit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-jit.cpp"; sourceTree = "<group>"; };
289     0856CDEC14A99EEF000B1711 /* ppc-jit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-jit.hpp"; sourceTree = "<group>"; };
290     0856CDED14A99EEF000B1711 /* ppc-operands.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-operands.hpp"; sourceTree = "<group>"; };
291     0856CDEE14A99EEF000B1711 /* ppc-operations.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-operations.hpp"; sourceTree = "<group>"; };
292     0856CDEF14A99EEF000B1711 /* ppc-registers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "ppc-registers.hpp"; sourceTree = "<group>"; };
293     0856CDF014A99EEF000B1711 /* ppc-translate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-translate.cpp"; sourceTree = "<group>"; };
294     0856CDF114A99EEF000B1711 /* spcflags.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = spcflags.hpp; sourceTree = "<group>"; };
295     0856CDF214A99EEF000B1711 /* vm.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vm.hpp; sourceTree = "<group>"; };
296     0856CDF714A99EEF000B1711 /* ieeefp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ieeefp.cpp; sourceTree = "<group>"; };
297     0856CDF814A99EEF000B1711 /* ieeefp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ieeefp.hpp; sourceTree = "<group>"; };
298     0856CDFD14A99EEF000B1711 /* mathlib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mathlib.cpp; sourceTree = "<group>"; };
299     0856CDFE14A99EEF000B1711 /* mathlib.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mathlib.hpp; sourceTree = "<group>"; };
300     0856CE0214A99EEF000B1711 /* utils-cpuinfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "utils-cpuinfo.cpp"; sourceTree = "<group>"; };
301     0856CE0314A99EEF000B1711 /* utils-cpuinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "utils-cpuinfo.hpp"; sourceTree = "<group>"; };
302     0856CE0414A99EEF000B1711 /* utils-sentinel.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "utils-sentinel.hpp"; sourceTree = "<group>"; };
303     0856CE0514A99EEF000B1711 /* macos_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = macos_util.cpp; path = ../macos_util.cpp; sourceTree = SOURCE_ROOT; };
304     0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clip_macosx.cpp; sourceTree = "<group>"; };
305     0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extfs_macosx.cpp; sourceTree = "<group>"; };
306     0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos_util_macosx.h; sourceTree = "<group>"; };
307     0856CE7014A99EF0000B1711 /* prefs_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = prefs_macosx.mm; sourceTree = "<group>"; };
308     0856CE8314A99EF0000B1711 /* SheepShaver.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SheepShaver.icns; sourceTree = "<group>"; };
309     0856CE8714A99EF0000B1711 /* sys_darwin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sys_darwin.cpp; sourceTree = "<group>"; };
310     0856CE8814A99EF0000B1711 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../main.cpp; sourceTree = SOURCE_ROOT; };
311     0856CE8914A99EF0000B1711 /* name_registry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = name_registry.cpp; path = ../name_registry.cpp; sourceTree = SOURCE_ROOT; };
312     0856CE8A14A99EF0000B1711 /* prefs_items.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = prefs_items.cpp; path = ../prefs_items.cpp; sourceTree = SOURCE_ROOT; };
313     0856CE8B14A99EF0000B1711 /* prefs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = prefs.cpp; path = ../prefs.cpp; sourceTree = SOURCE_ROOT; };
314     0856CE8C14A99EF0000B1711 /* rom_patches.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rom_patches.cpp; path = ../rom_patches.cpp; sourceTree = SOURCE_ROOT; };
315     0856CE8D14A99EF0000B1711 /* rsrc_patches.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rsrc_patches.cpp; path = ../rsrc_patches.cpp; sourceTree = SOURCE_ROOT; };
316     0856CE8E14A99EF0000B1711 /* scsi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = scsi.cpp; path = ../scsi.cpp; sourceTree = SOURCE_ROOT; };
317     0856CE9014A99EF0000B1711 /* audio_sdl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audio_sdl.cpp; sourceTree = "<group>"; };
318     0856CE9114A99EF0000B1711 /* keycodes */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = keycodes; sourceTree = "<group>"; };
319     0856CE9214A99EF0000B1711 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = "<group>"; };
320     0856CE9314A99EF0000B1711 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = "<group>"; };
321     0856CE9414A99EF0000B1711 /* video_sdl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = video_sdl.cpp; sourceTree = "<group>"; };
322     0856CE9514A99EF0000B1711 /* serial.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = serial.cpp; path = ../serial.cpp; sourceTree = SOURCE_ROOT; };
323     0856CE9714A99EF0000B1711 /* bootp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bootp.c; sourceTree = "<group>"; };
324     0856CE9814A99EF0000B1711 /* bootp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bootp.h; sourceTree = "<group>"; };
325     0856CE9914A99EF0000B1711 /* cksum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cksum.c; sourceTree = "<group>"; };
326     0856CE9A14A99EF0000B1711 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = "<group>"; };
327     0856CE9B14A99EF0000B1711 /* ctl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctl.h; sourceTree = "<group>"; };
328     0856CE9C14A99EF0000B1711 /* debug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = debug.c; sourceTree = "<group>"; };
329     0856CE9D14A99EF0000B1711 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
330     0856CE9E14A99EF0000B1711 /* icmp_var.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = icmp_var.h; sourceTree = "<group>"; };
331     0856CE9F14A99EF0000B1711 /* if.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = if.c; sourceTree = "<group>"; };
332     0856CEA014A99EF0000B1711 /* if.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = if.h; sourceTree = "<group>"; };
333     0856CEA114A99EF0000B1711 /* ip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ip.h; sourceTree = "<group>"; };
334     0856CEA214A99EF0000B1711 /* ip_icmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ip_icmp.c; sourceTree = "<group>"; };
335     0856CEA314A99EF0000B1711 /* ip_icmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ip_icmp.h; sourceTree = "<group>"; };
336     0856CEA414A99EF0000B1711 /* ip_input.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ip_input.c; sourceTree = "<group>"; };
337     0856CEA514A99EF0000B1711 /* ip_output.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ip_output.c; sourceTree = "<group>"; };
338     0856CEA614A99EF0000B1711 /* libslirp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libslirp.h; sourceTree = "<group>"; };
339     0856CEA714A99EF0000B1711 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
340     0856CEA814A99EF0000B1711 /* mbuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mbuf.c; sourceTree = "<group>"; };
341     0856CEA914A99EF0000B1711 /* mbuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mbuf.h; sourceTree = "<group>"; };
342     0856CEAA14A99EF0000B1711 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = "<group>"; };
343     0856CEAB14A99EF0000B1711 /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = misc.h; sourceTree = "<group>"; };
344     0856CEAC14A99EF0000B1711 /* sbuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sbuf.c; sourceTree = "<group>"; };
345     0856CEAD14A99EF0000B1711 /* sbuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sbuf.h; sourceTree = "<group>"; };
346     0856CEAE14A99EF0000B1711 /* slirp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slirp.c; sourceTree = "<group>"; };
347     0856CEAF14A99EF0000B1711 /* slirp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = slirp.h; sourceTree = "<group>"; };
348     0856CEB014A99EF0000B1711 /* slirp_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = slirp_config.h; sourceTree = "<group>"; };
349     0856CEB114A99EF0000B1711 /* socket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = "<group>"; };
350     0856CEB214A99EF0000B1711 /* socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = socket.h; sourceTree = "<group>"; };
351     0856CEB314A99EF0000B1711 /* tcp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcp.h; sourceTree = "<group>"; };
352     0856CEB414A99EF0000B1711 /* tcp_input.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tcp_input.c; sourceTree = "<group>"; };
353     0856CEB514A99EF0000B1711 /* tcp_output.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tcp_output.c; sourceTree = "<group>"; };
354     0856CEB614A99EF0000B1711 /* tcp_subr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tcp_subr.c; sourceTree = "<group>"; };
355     0856CEB714A99EF0000B1711 /* tcp_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tcp_timer.c; sourceTree = "<group>"; };
356     0856CEB814A99EF0000B1711 /* tcp_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcp_timer.h; sourceTree = "<group>"; };
357     0856CEB914A99EF0000B1711 /* tcp_var.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcp_var.h; sourceTree = "<group>"; };
358     0856CEBA14A99EF0000B1711 /* tcpip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tcpip.h; sourceTree = "<group>"; };
359     0856CEBB14A99EF0000B1711 /* tftp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tftp.c; sourceTree = "<group>"; };
360     0856CEBC14A99EF0000B1711 /* tftp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tftp.h; sourceTree = "<group>"; };
361     0856CEBD14A99EF0000B1711 /* udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = udp.c; sourceTree = "<group>"; };
362     0856CEBE14A99EF0000B1711 /* udp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udp.h; sourceTree = "<group>"; };
363     0856CEBF14A99EF0000B1711 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
364     0856CEC014A99EF0000B1711 /* sony.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sony.cpp; path = ../sony.cpp; sourceTree = SOURCE_ROOT; };
365     0856CEC114A99EF0000B1711 /* thunks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = thunks.cpp; path = ../thunks.cpp; sourceTree = SOURCE_ROOT; };
366     0856CEC214A99EF0000B1711 /* timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = timer.cpp; path = ../timer.cpp; sourceTree = SOURCE_ROOT; };
367     0856CEC414A99EF0000B1711 /* about_window_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = about_window_unix.cpp; sourceTree = "<group>"; };
368     0856CECF14A99EF0000B1711 /* bincue_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bincue_unix.cpp; sourceTree = "<group>"; };
369     0856CED014A99EF0000B1711 /* bincue_unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bincue_unix.h; sourceTree = "<group>"; };
370     0856CEE314A99EF0000B1711 /* ether_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ether_unix.cpp; sourceTree = "<group>"; };
371     0856CEFB14A99EF0000B1711 /* main_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main_unix.cpp; sourceTree = "<group>"; };
372     0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs_unix.cpp; sourceTree = "<group>"; };
373     0856CF5B14A99EF0000B1711 /* rpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rpc.h; sourceTree = "<group>"; };
374     0856CF5C14A99EF0000B1711 /* rpc_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rpc_unix.cpp; sourceTree = "<group>"; };
375     0856CF5D14A99EF0000B1711 /* semaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = semaphore.h; sourceTree = "<group>"; };
376     0856CF5E14A99EF0000B1711 /* serial_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = serial_unix.cpp; sourceTree = "<group>"; };
377     0856CF6114A99EF0000B1711 /* sigregs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sigregs.h; sourceTree = "<group>"; };
378     0856CF6214A99EF0000B1711 /* sigsegv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sigsegv.cpp; sourceTree = "<group>"; };
379     0856CF6314A99EF0000B1711 /* sigsegv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sigsegv.h; sourceTree = "<group>"; };
380     0856CF6414A99EF0000B1711 /* sshpty.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sshpty.c; sourceTree = "<group>"; };
381     0856CF6514A99EF0000B1711 /* sshpty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sshpty.h; sourceTree = "<group>"; };
382     0856CF6614A99EF0000B1711 /* strlcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strlcpy.c; sourceTree = "<group>"; };
383     0856CF6714A99EF0000B1711 /* strlcpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strlcpy.h; sourceTree = "<group>"; };
384     0856CF6814A99EF0000B1711 /* sys_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sys_unix.cpp; sourceTree = "<group>"; };
385     0856CF6914A99EF0000B1711 /* sysdeps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sysdeps.h; sourceTree = "<group>"; };
386     0856CF6A14A99EF0000B1711 /* timer_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timer_unix.cpp; sourceTree = "<group>"; };
387     0856CF6C14A99EF0000B1711 /* user_strings_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = user_strings_unix.cpp; sourceTree = "<group>"; };
388     0856CF6D14A99EF0000B1711 /* user_strings_unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = user_strings_unix.h; sourceTree = "<group>"; };
389     0856CF7014A99EF0000B1711 /* video_blit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = video_blit.cpp; sourceTree = "<group>"; };
390     0856CF7114A99EF0000B1711 /* video_blit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = video_blit.h; sourceTree = "<group>"; };
391     0856CF7414A99EF0000B1711 /* vm_alloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vm_alloc.cpp; sourceTree = "<group>"; };
392     0856CF7514A99EF0000B1711 /* vm_alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vm_alloc.h; sourceTree = "<group>"; };
393     0856CF7614A99EF0000B1711 /* xpram_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xpram_unix.cpp; sourceTree = "<group>"; };
394     0856CF7714A99EF0000B1711 /* user_strings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = user_strings.cpp; path = ../user_strings.cpp; sourceTree = SOURCE_ROOT; };
395     0856CF7814A99EF0000B1711 /* video.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = video.cpp; path = ../video.cpp; sourceTree = SOURCE_ROOT; };
396     0856CFC014A99EF0000B1711 /* xpram.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = xpram.cpp; path = ../xpram.cpp; sourceTree = SOURCE_ROOT; };
397     0856D17414A9A1A2000B1711 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
398     0856D21414A9A6C6000B1711 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
399     0856D30814A9A704000B1711 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/VMSettingsWindow.nib; sourceTree = "<group>"; };
400     0856D31114A9A704000B1711 /* VMSettingsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VMSettingsController.h; sourceTree = "<group>"; };
401     0856D31214A9A704000B1711 /* VMSettingsController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = VMSettingsController.mm; sourceTree = "<group>"; };
402     0873A53214AAF05A004F12B7 /* dyngen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyngen; sourceTree = BUILT_PRODUCTS_DIR; };
403     0873A53F14AAF18E004F12B7 /* cxxdemangle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cxxdemangle.cpp; sourceTree = "<group>"; };
404     0873A54014AAF18E004F12B7 /* cxxdemangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cxxdemangle.h; sourceTree = "<group>"; };
405     0873A54114AAF18E004F12B7 /* dyngen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dyngen.c; sourceTree = "<group>"; };
406     0873A58E14AAF539004F12B7 /* basic-dyngen-ops.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "basic-dyngen-ops.hpp"; sourceTree = "<group>"; };
407     0873A5C514AB8038004F12B7 /* libbasic-dyngen-ops.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libbasic-dyngen-ops.a"; sourceTree = BUILT_PRODUCTS_DIR; };
408     0873A5CC14AB806D004F12B7 /* libppc-dyngen-ops.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libppc-dyngen-ops.a"; sourceTree = BUILT_PRODUCTS_DIR; };
409     0873A5D514AB80CA004F12B7 /* basic-dyngen-ops.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "basic-dyngen-ops.cpp"; sourceTree = "<group>"; };
410     0873A5D714AB80E3004F12B7 /* ppc-dyngen-ops.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-dyngen-ops.cpp"; sourceTree = "<group>"; };
411 asvitkine 1.3 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "config-macosx-x86_64.h"; sourceTree = "<group>"; };
412     0873A76714ABD151004F12B7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
413 asvitkine 1.4 0873A80014AC515D004F12B7 /* utils_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils_macosx.h; sourceTree = "<group>"; };
414     0873A80114AC515D004F12B7 /* utils_macosx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = utils_macosx.mm; sourceTree = "<group>"; };
415 asvitkine 1.11 08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
416     08CD42E714B7B8AA009CA2A2 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
417 asvitkine 1.1 /* End PBXFileReference section */
418    
419     /* Begin PBXFrameworksBuildPhase section */
420     082AC25014AA59B600071F5E /* Frameworks */ = {
421     isa = PBXFrameworksBuildPhase;
422     buildActionMask = 2147483647;
423     files = (
424     );
425     runOnlyForDeploymentPostprocessing = 0;
426     };
427 asvitkine 1.7 0846E49814B124DE00574779 /* Frameworks */ = {
428     isa = PBXFrameworksBuildPhase;
429     buildActionMask = 2147483647;
430     files = (
431     );
432     runOnlyForDeploymentPostprocessing = 0;
433     };
434 asvitkine 1.8 0846E52614B129EE00574779 /* Frameworks */ = {
435     isa = PBXFrameworksBuildPhase;
436     buildActionMask = 2147483647;
437     files = (
438     );
439     runOnlyForDeploymentPostprocessing = 0;
440     };
441 asvitkine 1.1 0856CCBF14A99E1C000B1711 /* Frameworks */ = {
442     isa = PBXFrameworksBuildPhase;
443     buildActionMask = 2147483647;
444     files = (
445     0856D17514A9A1A2000B1711 /* SDL.framework in Frameworks */,
446     0856D21514A9A6C6000B1711 /* IOKit.framework in Frameworks */,
447 asvitkine 1.11 08CD42DC14B7B85B009CA2A2 /* Cocoa.framework in Frameworks */,
448     08CD42E814B7B8AA009CA2A2 /* Carbon.framework in Frameworks */,
449 asvitkine 1.1 );
450     runOnlyForDeploymentPostprocessing = 0;
451     };
452     0873A53014AAF05A004F12B7 /* Frameworks */ = {
453     isa = PBXFrameworksBuildPhase;
454     buildActionMask = 2147483647;
455     files = (
456     );
457     runOnlyForDeploymentPostprocessing = 0;
458     };
459     0873A5C314AB8038004F12B7 /* Frameworks */ = {
460     isa = PBXFrameworksBuildPhase;
461     buildActionMask = 2147483647;
462     files = (
463     );
464     runOnlyForDeploymentPostprocessing = 0;
465     };
466     0873A5CA14AB806D004F12B7 /* Frameworks */ = {
467     isa = PBXFrameworksBuildPhase;
468     buildActionMask = 2147483647;
469     files = (
470     );
471     runOnlyForDeploymentPostprocessing = 0;
472     };
473     /* End PBXFrameworksBuildPhase section */
474    
475     /* Begin PBXGroup section */
476     082AC25614AA59DA00071F5E /* Darwin */ = {
477     isa = PBXGroup;
478     children = (
479     082AC26114AA59F000071F5E /* lowmem.c */,
480     );
481     name = Darwin;
482     sourceTree = "<group>";
483     };
484     0856CCAC14A99DE0000B1711 = {
485     isa = PBXGroup;
486     children = (
487     0856CCC814A99E30000B1711 /* Sources */,
488 asvitkine 1.11 08CD42DF14B7B865009CA2A2 /* Frameworks */,
489 asvitkine 1.1 0856CCC214A99E1C000B1711 /* Products */,
490     );
491     sourceTree = "<group>";
492     };
493     0856CCC214A99E1C000B1711 /* Products */ = {
494     isa = PBXGroup;
495     children = (
496     0856CCC114A99E1C000B1711 /* SheepShaver.app */,
497     082AC25214AA59B600071F5E /* lowmem */,
498     0873A53214AAF05A004F12B7 /* dyngen */,
499     0873A5C514AB8038004F12B7 /* libbasic-dyngen-ops.a */,
500     0873A5CC14AB806D004F12B7 /* libppc-dyngen-ops.a */,
501 asvitkine 1.7 0846E49A14B124DE00574779 /* libkpx_cpu.a */,
502 asvitkine 1.8 0846E52814B129EE00574779 /* libppc_asm.a */,
503 asvitkine 1.1 );
504     name = Products;
505     sourceTree = "<group>";
506     };
507     0856CCC814A99E30000B1711 /* Sources */ = {
508     isa = PBXGroup;
509     children = (
510     0856CD4B14A99EEF000B1711 /* adb.cpp */,
511     0856CD4C14A99EEF000B1711 /* audio.cpp */,
512     0856CD7814A99EEF000B1711 /* cdrom.cpp */,
513     0856CD7D14A99EEF000B1711 /* disk.cpp */,
514     0856CD7E14A99EEF000B1711 /* dummy */,
515     0856CD8614A99EEF000B1711 /* emul_op.cpp */,
516     0856CD8914A99EEF000B1711 /* ether.cpp */,
517     0856CD8C14A99EEF000B1711 /* extfs.cpp */,
518     0856CD8D14A99EEF000B1711 /* gfxaccel.cpp */,
519     0856CD8E14A99EEF000B1711 /* include */,
520     0856CDB114A99EEF000B1711 /* kpx_cpu */,
521     0856CE0514A99EEF000B1711 /* macos_util.cpp */,
522     0856CE0614A99EEF000B1711 /* MacOSX */,
523     0856CE8814A99EF0000B1711 /* main.cpp */,
524     0856CE8914A99EF0000B1711 /* name_registry.cpp */,
525     0856CE8A14A99EF0000B1711 /* prefs_items.cpp */,
526     0856CE8B14A99EF0000B1711 /* prefs.cpp */,
527     0856CE8C14A99EF0000B1711 /* rom_patches.cpp */,
528     0856CE8D14A99EF0000B1711 /* rsrc_patches.cpp */,
529     0856CE8E14A99EF0000B1711 /* scsi.cpp */,
530     0856CE8F14A99EF0000B1711 /* SDL */,
531     0856CE9514A99EF0000B1711 /* serial.cpp */,
532     0856CE9614A99EF0000B1711 /* slirp */,
533     0856CEC014A99EF0000B1711 /* sony.cpp */,
534     0856CEC114A99EF0000B1711 /* thunks.cpp */,
535     0856CEC214A99EF0000B1711 /* timer.cpp */,
536     0856CEC314A99EF0000B1711 /* Unix */,
537     0856CF7714A99EF0000B1711 /* user_strings.cpp */,
538     0856CF7814A99EF0000B1711 /* video.cpp */,
539     0856CFC014A99EF0000B1711 /* xpram.cpp */,
540     );
541     name = Sources;
542     sourceTree = "<group>";
543     };
544     0856CD7E14A99EEF000B1711 /* dummy */ = {
545     isa = PBXGroup;
546     children = (
547     082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */,
548     0856CD8414A99EEF000B1711 /* scsi_dummy.cpp */,
549     );
550     name = dummy;
551     path = ../dummy;
552     sourceTree = SOURCE_ROOT;
553     };
554     0856CD8E14A99EEF000B1711 /* include */ = {
555     isa = PBXGroup;
556     children = (
557     0856CD8F14A99EEF000B1711 /* about_window.h */,
558     0856CD9014A99EEF000B1711 /* adb.h */,
559     0856CD9114A99EEF000B1711 /* audio.h */,
560     0856CD9214A99EEF000B1711 /* audio_defs.h */,
561     0856CD9314A99EEF000B1711 /* cdrom.h */,
562     0856CD9414A99EEF000B1711 /* clip.h */,
563     0856CD9514A99EEF000B1711 /* cpu_emulation.h */,
564     0856CD9614A99EEF000B1711 /* debug.h */,
565     0856CD9714A99EEF000B1711 /* disk.h */,
566     0856CD9814A99EEF000B1711 /* emul_op.h */,
567     0856CD9914A99EEF000B1711 /* ether.h */,
568     0856CD9A14A99EEF000B1711 /* ether_defs.h */,
569     0856CD9B14A99EEF000B1711 /* extfs.h */,
570     0856CD9C14A99EEF000B1711 /* extfs_defs.h */,
571     0856CD9D14A99EEF000B1711 /* macos_util.h */,
572     0856CD9E14A99EEF000B1711 /* main.h */,
573     0856CD9F14A99EEF000B1711 /* name_registry.h */,
574     0856CDA014A99EEF000B1711 /* prefs.h */,
575     0856CDA114A99EEF000B1711 /* prefs_editor.h */,
576     0856CDA214A99EEF000B1711 /* rom_patches.h */,
577     0856CDA314A99EEF000B1711 /* rsrc_patches.h */,
578     0856CDA414A99EEF000B1711 /* scsi.h */,
579     0856CDA514A99EEF000B1711 /* serial.h */,
580     0856CDA614A99EEF000B1711 /* serial_defs.h */,
581     0856CDA714A99EEF000B1711 /* sony.h */,
582     0856CDA814A99EEF000B1711 /* sys.h */,
583     0856CDA914A99EEF000B1711 /* thunks.h */,
584     0856CDAA14A99EEF000B1711 /* timer.h */,
585     0856CDAB14A99EEF000B1711 /* user_strings.h */,
586     0856CDAC14A99EEF000B1711 /* version.h */,
587     0856CDAD14A99EEF000B1711 /* video.h */,
588     0856CDAE14A99EEF000B1711 /* video_defs.h */,
589     0856CDAF14A99EEF000B1711 /* xlowmem.h */,
590     0856CDB014A99EEF000B1711 /* xpram.h */,
591     );
592     name = include;
593     path = ../include;
594     sourceTree = SOURCE_ROOT;
595     };
596     0856CDB114A99EEF000B1711 /* kpx_cpu */ = {
597     isa = PBXGroup;
598     children = (
599 asvitkine 1.18 08163337158C121000C449F9 /* dis-asm.h */,
600     08163338158C121000C449F9 /* ppc-dis.c */,
601 asvitkine 1.1 0856CDB214A99EEF000B1711 /* include */,
602     0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */,
603     0856CDBC14A99EEF000B1711 /* src */,
604     );
605     name = kpx_cpu;
606     path = ../kpx_cpu;
607     sourceTree = SOURCE_ROOT;
608     };
609     0856CDB214A99EEF000B1711 /* include */ = {
610     isa = PBXGroup;
611     children = (
612     0856CDB314A99EEF000B1711 /* a.out-defs.h */,
613     0856CDB414A99EEF000B1711 /* basic-blockinfo.hpp */,
614     0856CDB514A99EEF000B1711 /* basic-cpu.hpp */,
615     0856CDB614A99EEF000B1711 /* basic-plugin.hpp */,
616     0856CDB714A99EEF000B1711 /* block-alloc.hpp */,
617     0856CDB814A99EEF000B1711 /* elf-defs.h */,
618     0856CDB914A99EEF000B1711 /* nvmemfun.hpp */,
619     0856CDBA14A99EEF000B1711 /* task-plugin.hpp */,
620     );
621     path = include;
622     sourceTree = "<group>";
623     };
624     0856CDBC14A99EEF000B1711 /* src */ = {
625     isa = PBXGroup;
626     children = (
627     0856CDBD14A99EEF000B1711 /* cpu */,
628     0856CDF314A99EEF000B1711 /* mathlib */,
629     0856CE0114A99EEF000B1711 /* utils */,
630     );
631     path = src;
632     sourceTree = "<group>";
633     };
634     0856CDBD14A99EEF000B1711 /* cpu */ = {
635     isa = PBXGroup;
636     children = (
637     0856CDBE14A99EEF000B1711 /* block-cache.hpp */,
638     0856CDBF14A99EEF000B1711 /* jit */,
639     0856CDDD14A99EEF000B1711 /* ppc */,
640     0856CDF114A99EEF000B1711 /* spcflags.hpp */,
641     0856CDF214A99EEF000B1711 /* vm.hpp */,
642     );
643     path = cpu;
644     sourceTree = "<group>";
645     };
646     0856CDBF14A99EEF000B1711 /* jit */ = {
647     isa = PBXGroup;
648     children = (
649     0856CDC014A99EEF000B1711 /* amd64 */,
650     0856CDC514A99EEF000B1711 /* basic-dyngen.cpp */,
651     0856CDC614A99EEF000B1711 /* basic-dyngen.hpp */,
652     0873A5D514AB80CA004F12B7 /* basic-dyngen-ops.cpp */,
653     0856CDC914A99EEF000B1711 /* dummy */,
654     0873A54114AAF18E004F12B7 /* dyngen.c */,
655     0856CDCB14A99EEF000B1711 /* dyngen-exec.h */,
656     0873A53F14AAF18E004F12B7 /* cxxdemangle.cpp */,
657     0873A54014AAF18E004F12B7 /* cxxdemangle.h */,
658     0856CDCD14A99EEF000B1711 /* jit-cache.cpp */,
659     0856CDCE14A99EEF000B1711 /* jit-cache.hpp */,
660     0856CDCF14A99EEF000B1711 /* jit-codegen.hpp */,
661     0856CDD014A99EEF000B1711 /* jit-config.hpp */,
662     0856CDD114A99EEF000B1711 /* jit-target-dispatch.h */,
663     0856CDD214A99EEF000B1711 /* mips */,
664     0856CDD514A99EEF000B1711 /* ppc */,
665     0856CDD814A99EEF000B1711 /* x86 */,
666     );
667     path = jit;
668     sourceTree = "<group>";
669     };
670     0856CDC014A99EEF000B1711 /* amd64 */ = {
671     isa = PBXGroup;
672     children = (
673     0856CDC114A99EEF000B1711 /* dyngen-target-exec.h */,
674     0856CDC214A99EEF000B1711 /* jit-target-cache.hpp */,
675     0856CDC314A99EEF000B1711 /* jit-target-codegen.hpp */,
676     );
677     path = amd64;
678     sourceTree = "<group>";
679     };
680     0856CDC914A99EEF000B1711 /* dummy */ = {
681     isa = PBXGroup;
682     children = (
683     0856CDCA14A99EEF000B1711 /* jit-target-cache.hpp */,
684     );
685     path = dummy;
686     sourceTree = "<group>";
687     };
688     0856CDD214A99EEF000B1711 /* mips */ = {
689     isa = PBXGroup;
690     children = (
691     0856CDD314A99EEF000B1711 /* dyngen-target-exec.h */,
692     0856CDD414A99EEF000B1711 /* jit-target-cache.hpp */,
693     );
694     path = mips;
695     sourceTree = "<group>";
696     };
697     0856CDD514A99EEF000B1711 /* ppc */ = {
698     isa = PBXGroup;
699     children = (
700     0856CDD614A99EEF000B1711 /* dyngen-target-exec.h */,
701     0856CDD714A99EEF000B1711 /* jit-target-cache.hpp */,
702     );
703     path = ppc;
704     sourceTree = "<group>";
705     };
706     0856CDD814A99EEF000B1711 /* x86 */ = {
707     isa = PBXGroup;
708     children = (
709     0856CDD914A99EEF000B1711 /* codegen_x86.h */,
710     0856CDDA14A99EEF000B1711 /* dyngen-target-exec.h */,
711     0856CDDB14A99EEF000B1711 /* jit-target-cache.hpp */,
712     0856CDDC14A99EEF000B1711 /* jit-target-codegen.hpp */,
713     );
714     path = x86;
715     sourceTree = "<group>";
716     };
717     0856CDDD14A99EEF000B1711 /* ppc */ = {
718     isa = PBXGroup;
719     children = (
720     0856CDDE14A99EEF000B1711 /* genexec.pl */,
721     0856CDDF14A99EEF000B1711 /* ppc-bitfields.hpp */,
722     0856CDE014A99EEF000B1711 /* ppc-blockinfo.hpp */,
723     0856CDE114A99EEF000B1711 /* ppc-config.hpp */,
724     0856CDE214A99EEF000B1711 /* ppc-cpu.cpp */,
725     0856CDE314A99EEF000B1711 /* ppc-cpu.hpp */,
726     0856CDE414A99EEF000B1711 /* ppc-decode.cpp */,
727     0856CDE614A99EEF000B1711 /* ppc-dyngen.cpp */,
728     0856CDE714A99EEF000B1711 /* ppc-dyngen.hpp */,
729     0873A5D714AB80E3004F12B7 /* ppc-dyngen-ops.cpp */,
730     0856CDE814A99EEF000B1711 /* ppc-execute.cpp */,
731     0856CDE914A99EEF000B1711 /* ppc-execute.hpp */,
732     0856CDEA14A99EEF000B1711 /* ppc-instructions.hpp */,
733     0856CDEB14A99EEF000B1711 /* ppc-jit.cpp */,
734     0856CDEC14A99EEF000B1711 /* ppc-jit.hpp */,
735     0856CDED14A99EEF000B1711 /* ppc-operands.hpp */,
736     0856CDEE14A99EEF000B1711 /* ppc-operations.hpp */,
737     0856CDEF14A99EEF000B1711 /* ppc-registers.hpp */,
738     0856CDF014A99EEF000B1711 /* ppc-translate.cpp */,
739     );
740     path = ppc;
741     sourceTree = "<group>";
742     };
743     0856CDF314A99EEF000B1711 /* mathlib */ = {
744     isa = PBXGroup;
745     children = (
746     0856CDF714A99EEF000B1711 /* ieeefp.cpp */,
747     0856CDF814A99EEF000B1711 /* ieeefp.hpp */,
748     0856CDFD14A99EEF000B1711 /* mathlib.cpp */,
749     0856CDFE14A99EEF000B1711 /* mathlib.hpp */,
750     );
751     path = mathlib;
752     sourceTree = "<group>";
753     };
754     0856CE0114A99EEF000B1711 /* utils */ = {
755     isa = PBXGroup;
756     children = (
757     0856CE0214A99EEF000B1711 /* utils-cpuinfo.cpp */,
758     0856CE0314A99EEF000B1711 /* utils-cpuinfo.hpp */,
759     0856CE0414A99EEF000B1711 /* utils-sentinel.hpp */,
760     );
761     path = utils;
762     sourceTree = "<group>";
763     };
764     0856CE0614A99EEF000B1711 /* MacOSX */ = {
765     isa = PBXGroup;
766     children = (
767 asvitkine 1.3 0873A76514ABD151004F12B7 /* config */,
768 asvitkine 1.1 0856D2D614A9A704000B1711 /* Launcher */,
769     0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */,
770     0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */,
771     0856CE6D14A99EF0000B1711 /* macos_util_macosx.h */,
772     0856CE7014A99EF0000B1711 /* prefs_macosx.mm */,
773     0856CE8314A99EF0000B1711 /* SheepShaver.icns */,
774     0856CE8714A99EF0000B1711 /* sys_darwin.cpp */,
775 asvitkine 1.4 0873A80014AC515D004F12B7 /* utils_macosx.h */,
776     0873A80114AC515D004F12B7 /* utils_macosx.mm */,
777 asvitkine 1.1 );
778     name = MacOSX;
779     sourceTree = "<group>";
780     };
781     0856CE8F14A99EF0000B1711 /* SDL */ = {
782     isa = PBXGroup;
783     children = (
784     0856CE9014A99EF0000B1711 /* audio_sdl.cpp */,
785     0856CE9114A99EF0000B1711 /* keycodes */,
786     0856CE9214A99EF0000B1711 /* SDLMain.h */,
787     0856CE9314A99EF0000B1711 /* SDLMain.m */,
788     0856CE9414A99EF0000B1711 /* video_sdl.cpp */,
789     );
790     name = SDL;
791     path = ../SDL;
792     sourceTree = SOURCE_ROOT;
793     };
794     0856CE9614A99EF0000B1711 /* slirp */ = {
795     isa = PBXGroup;
796     children = (
797     0856CE9714A99EF0000B1711 /* bootp.c */,
798     0856CE9814A99EF0000B1711 /* bootp.h */,
799     0856CE9914A99EF0000B1711 /* cksum.c */,
800     0856CE9A14A99EF0000B1711 /* COPYRIGHT */,
801     0856CE9B14A99EF0000B1711 /* ctl.h */,
802     0856CE9C14A99EF0000B1711 /* debug.c */,
803     0856CE9D14A99EF0000B1711 /* debug.h */,
804     0856CE9E14A99EF0000B1711 /* icmp_var.h */,
805     0856CE9F14A99EF0000B1711 /* if.c */,
806     0856CEA014A99EF0000B1711 /* if.h */,
807     0856CEA114A99EF0000B1711 /* ip.h */,
808     0856CEA214A99EF0000B1711 /* ip_icmp.c */,
809     0856CEA314A99EF0000B1711 /* ip_icmp.h */,
810     0856CEA414A99EF0000B1711 /* ip_input.c */,
811     0856CEA514A99EF0000B1711 /* ip_output.c */,
812     0856CEA614A99EF0000B1711 /* libslirp.h */,
813     0856CEA714A99EF0000B1711 /* main.h */,
814     0856CEA814A99EF0000B1711 /* mbuf.c */,
815     0856CEA914A99EF0000B1711 /* mbuf.h */,
816     0856CEAA14A99EF0000B1711 /* misc.c */,
817     0856CEAB14A99EF0000B1711 /* misc.h */,
818     0856CEAC14A99EF0000B1711 /* sbuf.c */,
819     0856CEAD14A99EF0000B1711 /* sbuf.h */,
820     0856CEAE14A99EF0000B1711 /* slirp.c */,
821     0856CEAF14A99EF0000B1711 /* slirp.h */,
822     0856CEB014A99EF0000B1711 /* slirp_config.h */,
823     0856CEB114A99EF0000B1711 /* socket.c */,
824     0856CEB214A99EF0000B1711 /* socket.h */,
825     0856CEB314A99EF0000B1711 /* tcp.h */,
826     0856CEB414A99EF0000B1711 /* tcp_input.c */,
827     0856CEB514A99EF0000B1711 /* tcp_output.c */,
828     0856CEB614A99EF0000B1711 /* tcp_subr.c */,
829     0856CEB714A99EF0000B1711 /* tcp_timer.c */,
830     0856CEB814A99EF0000B1711 /* tcp_timer.h */,
831     0856CEB914A99EF0000B1711 /* tcp_var.h */,
832     0856CEBA14A99EF0000B1711 /* tcpip.h */,
833     0856CEBB14A99EF0000B1711 /* tftp.c */,
834     0856CEBC14A99EF0000B1711 /* tftp.h */,
835     0856CEBD14A99EF0000B1711 /* udp.c */,
836     0856CEBE14A99EF0000B1711 /* udp.h */,
837     0856CEBF14A99EF0000B1711 /* VERSION */,
838     );
839     name = slirp;
840     path = ../slirp;
841     sourceTree = SOURCE_ROOT;
842     };
843     0856CEC314A99EF0000B1711 /* Unix */ = {
844     isa = PBXGroup;
845     children = (
846     0873A58E14AAF539004F12B7 /* basic-dyngen-ops.hpp */,
847     082AC25614AA59DA00071F5E /* Darwin */,
848     0856CEC414A99EF0000B1711 /* about_window_unix.cpp */,
849     0856CECF14A99EF0000B1711 /* bincue_unix.cpp */,
850     0856CED014A99EF0000B1711 /* bincue_unix.h */,
851     0856CEE314A99EF0000B1711 /* ether_unix.cpp */,
852     0856CEFB14A99EF0000B1711 /* main_unix.cpp */,
853 asvitkine 1.8 0846E55214B12B0D00574779 /* paranoia.cpp */,
854     0846E52314B129DA00574779 /* ppc_asm.S */,
855 asvitkine 1.1 0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */,
856     0856CF5B14A99EF0000B1711 /* rpc.h */,
857     0856CF5C14A99EF0000B1711 /* rpc_unix.cpp */,
858     0856CF5D14A99EF0000B1711 /* semaphore.h */,
859     0856CF5E14A99EF0000B1711 /* serial_unix.cpp */,
860     0856CF6114A99EF0000B1711 /* sigregs.h */,
861     0856CF6214A99EF0000B1711 /* sigsegv.cpp */,
862     0856CF6314A99EF0000B1711 /* sigsegv.h */,
863     0856CF6414A99EF0000B1711 /* sshpty.c */,
864     0856CF6514A99EF0000B1711 /* sshpty.h */,
865     0856CF6614A99EF0000B1711 /* strlcpy.c */,
866     0856CF6714A99EF0000B1711 /* strlcpy.h */,
867     0856CF6814A99EF0000B1711 /* sys_unix.cpp */,
868     0856CF6914A99EF0000B1711 /* sysdeps.h */,
869     0856CF6A14A99EF0000B1711 /* timer_unix.cpp */,
870     0856CF6C14A99EF0000B1711 /* user_strings_unix.cpp */,
871     0856CF6D14A99EF0000B1711 /* user_strings_unix.h */,
872     0856CF7014A99EF0000B1711 /* video_blit.cpp */,
873     0856CF7114A99EF0000B1711 /* video_blit.h */,
874     0856CF7414A99EF0000B1711 /* vm_alloc.cpp */,
875     0856CF7514A99EF0000B1711 /* vm_alloc.h */,
876     0856CF7614A99EF0000B1711 /* xpram_unix.cpp */,
877     );
878     name = Unix;
879     path = ../Unix;
880     sourceTree = SOURCE_ROOT;
881     };
882     0856D2D614A9A704000B1711 /* Launcher */ = {
883     isa = PBXGroup;
884     children = (
885     0856D30714A9A704000B1711 /* VMSettingsWindow.nib */,
886     0856D31114A9A704000B1711 /* VMSettingsController.h */,
887     0856D31214A9A704000B1711 /* VMSettingsController.mm */,
888     );
889     path = Launcher;
890     sourceTree = "<group>";
891     };
892 asvitkine 1.3 0873A76514ABD151004F12B7 /* config */ = {
893     isa = PBXGroup;
894     children = (
895     0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */,
896     0873A76714ABD151004F12B7 /* config.h */,
897     );
898     path = config;
899     sourceTree = "<group>";
900     };
901 asvitkine 1.11 08CD42DF14B7B865009CA2A2 /* Frameworks */ = {
902     isa = PBXGroup;
903     children = (
904     08CD42E714B7B8AA009CA2A2 /* Carbon.framework */,
905     08CD42DB14B7B85B009CA2A2 /* Cocoa.framework */,
906     0856D21414A9A6C6000B1711 /* IOKit.framework */,
907     0856D17414A9A1A2000B1711 /* SDL.framework */,
908     );
909     name = Frameworks;
910     sourceTree = "<group>";
911     };
912 asvitkine 1.1 /* End PBXGroup section */
913    
914     /* Begin PBXHeadersBuildPhase section */
915 asvitkine 1.7 0846E49614B124DE00574779 /* Headers */ = {
916     isa = PBXHeadersBuildPhase;
917     buildActionMask = 2147483647;
918     files = (
919 asvitkine 1.18 08163339158C121000C449F9 /* dis-asm.h in Headers */,
920 asvitkine 1.7 );
921     runOnlyForDeploymentPostprocessing = 0;
922     };
923 asvitkine 1.8 0846E52414B129EE00574779 /* Headers */ = {
924     isa = PBXHeadersBuildPhase;
925     buildActionMask = 2147483647;
926     files = (
927     );
928     runOnlyForDeploymentPostprocessing = 0;
929     };
930 asvitkine 1.1 0873A5C114AB8038004F12B7 /* Headers */ = {
931     isa = PBXHeadersBuildPhase;
932     buildActionMask = 2147483647;
933     files = (
934 asvitkine 1.3 0873A76A14ABD151004F12B7 /* config-macosx-x86_64.h in Headers */,
935     0873A76B14ABD151004F12B7 /* config.h in Headers */,
936 asvitkine 1.1 );
937     runOnlyForDeploymentPostprocessing = 0;
938     };
939     0873A5C814AB806D004F12B7 /* Headers */ = {
940     isa = PBXHeadersBuildPhase;
941     buildActionMask = 2147483647;
942     files = (
943 asvitkine 1.3 0873A76814ABD151004F12B7 /* config-macosx-x86_64.h in Headers */,
944     0873A76914ABD151004F12B7 /* config.h in Headers */,
945 asvitkine 1.1 );
946     runOnlyForDeploymentPostprocessing = 0;
947     };
948     /* End PBXHeadersBuildPhase section */
949    
950     /* Begin PBXNativeTarget section */
951     082AC25114AA59B600071F5E /* lowmem */ = {
952     isa = PBXNativeTarget;
953     buildConfigurationList = 082AC25714AA59DB00071F5E /* Build configuration list for PBXNativeTarget "lowmem" */;
954     buildPhases = (
955     082AC24F14AA59B600071F5E /* Sources */,
956     082AC25014AA59B600071F5E /* Frameworks */,
957     );
958     buildRules = (
959     );
960     dependencies = (
961     );
962     name = lowmem;
963     productName = lowmem;
964     productReference = 082AC25214AA59B600071F5E /* lowmem */;
965     productType = "com.apple.product-type.tool";
966     };
967 asvitkine 1.7 0846E49914B124DE00574779 /* kpx_cpu */ = {
968     isa = PBXNativeTarget;
969     buildConfigurationList = 0846E4A114B1251400574779 /* Build configuration list for PBXNativeTarget "kpx_cpu" */;
970     buildPhases = (
971     0846E49614B124DE00574779 /* Headers */,
972     0846E49714B124DE00574779 /* Sources */,
973     0846E49814B124DE00574779 /* Frameworks */,
974     );
975     buildRules = (
976     );
977     dependencies = (
978     0846E4C614B126B600574779 /* PBXTargetDependency */,
979     0846E4C814B126B800574779 /* PBXTargetDependency */,
980     );
981     name = kpx_cpu;
982     productName = kpx_cpu;
983     productReference = 0846E49A14B124DE00574779 /* libkpx_cpu.a */;
984     productType = "com.apple.product-type.library.static";
985     };
986 asvitkine 1.8 0846E52714B129EE00574779 /* ppc_asm */ = {
987     isa = PBXNativeTarget;
988     buildConfigurationList = 0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */;
989     buildPhases = (
990     0846E52414B129EE00574779 /* Headers */,
991     0846E52514B129EE00574779 /* Sources */,
992     0846E52614B129EE00574779 /* Frameworks */,
993     );
994     buildRules = (
995     );
996     dependencies = (
997     );
998     name = ppc_asm;
999     productName = ppc_asm;
1000     productReference = 0846E52814B129EE00574779 /* libppc_asm.a */;
1001     productType = "com.apple.product-type.library.static";
1002     };
1003 asvitkine 1.1 0856CCC014A99E1C000B1711 /* SheepShaver */ = {
1004     isa = PBXNativeTarget;
1005     buildConfigurationList = 0856CCC714A99E1D000B1711 /* Build configuration list for PBXNativeTarget "SheepShaver" */;
1006     buildPhases = (
1007 asvitkine 1.10 0846E65E14B513DF00574779 /* Copy Frameworks */,
1008 asvitkine 1.1 0856CCBD14A99E1C000B1711 /* Resources */,
1009     0856CCBE14A99E1C000B1711 /* Sources */,
1010     0856CCBF14A99E1C000B1711 /* Frameworks */,
1011     082AC26A14AA5A5A00071F5E /* Run lowmem */,
1012 asvitkine 1.12 08CD43CF14B7BD01009CA2A2 /* Change SDL load path */,
1013 asvitkine 1.10 08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */,
1014 asvitkine 1.1 );
1015     buildRules = (
1016     );
1017     dependencies = (
1018 asvitkine 1.8 0846E52E14B12A2E00574779 /* PBXTargetDependency */,
1019 asvitkine 1.7 0846E4A714B1253500574779 /* PBXTargetDependency */,
1020 asvitkine 1.1 082AC26814AA5A4800071F5E /* PBXTargetDependency */,
1021     );
1022     name = SheepShaver;
1023     productName = SheepShaver;
1024     productReference = 0856CCC114A99E1C000B1711 /* SheepShaver.app */;
1025     productType = "com.apple.product-type.application";
1026     };
1027     0873A53114AAF05A004F12B7 /* dyngen */ = {
1028     isa = PBXNativeTarget;
1029     buildConfigurationList = 0873A53E14AAF076004F12B7 /* Build configuration list for PBXNativeTarget "dyngen" */;
1030     buildPhases = (
1031     0873A52F14AAF05A004F12B7 /* Sources */,
1032     0873A53014AAF05A004F12B7 /* Frameworks */,
1033     );
1034     buildRules = (
1035     );
1036     dependencies = (
1037     );
1038     name = dyngen;
1039     productName = dyngen;
1040     productReference = 0873A53214AAF05A004F12B7 /* dyngen */;
1041     productType = "com.apple.product-type.tool";
1042     };
1043     0873A5C414AB8038004F12B7 /* basic-dyngen-ops */ = {
1044     isa = PBXNativeTarget;
1045     buildConfigurationList = 0873A5D314AB8099004F12B7 /* Build configuration list for PBXNativeTarget "basic-dyngen-ops" */;
1046     buildPhases = (
1047     0873A5C114AB8038004F12B7 /* Headers */,
1048     0873A5C214AB8038004F12B7 /* Sources */,
1049     0873A5C314AB8038004F12B7 /* Frameworks */,
1050     0873A62914AB86A7004F12B7 /* Run dyngen */,
1051     );
1052     buildRules = (
1053     );
1054     dependencies = (
1055     0873A62714AB869A004F12B7 /* PBXTargetDependency */,
1056     );
1057     name = "basic-dyngen-ops";
1058     productName = "basic-dyngen-ops";
1059     productReference = 0873A5C514AB8038004F12B7 /* libbasic-dyngen-ops.a */;
1060     productType = "com.apple.product-type.library.static";
1061     };
1062     0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */ = {
1063     isa = PBXNativeTarget;
1064     buildConfigurationList = 0873A5D414AB8099004F12B7 /* Build configuration list for PBXNativeTarget "ppc-dyngen-ops" */;
1065     buildPhases = (
1066     0873A5C814AB806D004F12B7 /* Headers */,
1067     0873A5C914AB806D004F12B7 /* Sources */,
1068     0873A5CA14AB806D004F12B7 /* Frameworks */,
1069     0873A66914AB8A40004F12B7 /* Run dyngen */,
1070     );
1071     buildRules = (
1072     );
1073     dependencies = (
1074     0873A60314AB83CC004F12B7 /* PBXTargetDependency */,
1075     );
1076     name = "ppc-dyngen-ops";
1077     productName = "ppc-dyngen-ops";
1078     productReference = 0873A5CC14AB806D004F12B7 /* libppc-dyngen-ops.a */;
1079     productType = "com.apple.product-type.library.static";
1080     };
1081     /* End PBXNativeTarget section */
1082    
1083     /* Begin PBXProject section */
1084     0856CCAE14A99DE0000B1711 /* Project object */ = {
1085     isa = PBXProject;
1086     buildConfigurationList = 0856CCB114A99DE0000B1711 /* Build configuration list for PBXProject "SheepShaver" */;
1087 asvitkine 1.5 compatibilityVersion = "Xcode 3.0";
1088 asvitkine 1.1 developmentRegion = English;
1089     hasScannedForEncodings = 0;
1090     knownRegions = (
1091     English,
1092     Japanese,
1093     French,
1094     German,
1095     );
1096     mainGroup = 0856CCAC14A99DE0000B1711;
1097     productRefGroup = 0856CCC214A99E1C000B1711 /* Products */;
1098     projectDirPath = "";
1099     projectRoot = "";
1100     targets = (
1101     0856CCC014A99E1C000B1711 /* SheepShaver */,
1102     082AC25114AA59B600071F5E /* lowmem */,
1103     0873A53114AAF05A004F12B7 /* dyngen */,
1104     0873A5C414AB8038004F12B7 /* basic-dyngen-ops */,
1105     0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */,
1106     0873A67314AB8AE9004F12B7 /* ppc-execute-impl */,
1107 asvitkine 1.7 0846E49914B124DE00574779 /* kpx_cpu */,
1108 asvitkine 1.8 0846E52714B129EE00574779 /* ppc_asm */,
1109 asvitkine 1.1 );
1110     };
1111     /* End PBXProject section */
1112    
1113     /* Begin PBXResourcesBuildPhase section */
1114     0856CCBD14A99E1C000B1711 /* Resources */ = {
1115     isa = PBXResourcesBuildPhase;
1116     buildActionMask = 2147483647;
1117     files = (
1118     0856D05914A99EF1000B1711 /* SheepShaver.icns in Resources */,
1119     0856D33514A9A704000B1711 /* VMSettingsWindow.nib in Resources */,
1120     );
1121     runOnlyForDeploymentPostprocessing = 0;
1122     };
1123     /* End PBXResourcesBuildPhase section */
1124    
1125     /* Begin PBXShellScriptBuildPhase section */
1126     082AC26A14AA5A5A00071F5E /* Run lowmem */ = {
1127     isa = PBXShellScriptBuildPhase;
1128     buildActionMask = 2147483647;
1129     files = (
1130     );
1131     inputPaths = (
1132     "$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_PATH)",
1133     );
1134     name = "Run lowmem";
1135     outputPaths = (
1136     );
1137     runOnlyForDeploymentPostprocessing = 0;
1138     shellPath = /bin/sh;
1139     shellScript = "\"${BUILT_PRODUCTS_DIR}/lowmem\" \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\"";
1140     };
1141     0873A62914AB86A7004F12B7 /* Run dyngen */ = {
1142     isa = PBXShellScriptBuildPhase;
1143     buildActionMask = 2147483647;
1144     files = (
1145     );
1146     inputPaths = (
1147     "$(BUILT_PRODUCTS_DIR)/dyngen",
1148 asvitkine 1.6 "$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/i386/basic-dyngen-ops.o",
1149     "$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/x86_64/basic-dyngen-ops.o",
1150 asvitkine 1.1 );
1151     name = "Run dyngen";
1152     outputPaths = (
1153 asvitkine 1.6 "$(SRCROOT)/../Unix/basic-dyngen-ops-x86_32.hpp",
1154     "$(SRCROOT)/../Unix/basic-dyngen-ops-x86_64.hpp",
1155 asvitkine 1.1 "$(SRCROOT)/../Unix/basic-dyngen-ops.hpp",
1156     );
1157     runOnlyForDeploymentPostprocessing = 0;
1158     shellPath = /bin/sh;
1159 asvitkine 1.6 shellScript = "arch -x86_64 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/basic-dyngen-ops-x86_64.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/x86_64/basic-dyngen-ops.o\"\narch -i386 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/basic-dyngen-ops-x86_32.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/i386/basic-dyngen-ops.o\"\n\necho \"#if defined(__x86_64__)\" > \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"\t#include \\\"basic-dyngen-ops-x86_64.hpp\\\"\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"#elif defined(__i386__)\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"\t#include \\\"basic-dyngen-ops-x86_32.hpp\\\"\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"#else\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"\t#error Unknown platform\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\necho \"#endif\" >> \"${SRCROOT}/../Unix/basic-dyngen-ops.hpp\"\n";
1160 asvitkine 1.1 };
1161     0873A66914AB8A40004F12B7 /* Run dyngen */ = {
1162     isa = PBXShellScriptBuildPhase;
1163     buildActionMask = 2147483647;
1164     files = (
1165     );
1166     inputPaths = (
1167     "$(BUILT_PRODUCTS_DIR)/dyngen",
1168 asvitkine 1.6 "$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/i386/ppc-dyngen-ops.o",
1169     "$(OBJECT_FILE_DIR)-$(CURRENT_VARIANT)/x86_64/ppc-dyngen-ops.o",
1170 asvitkine 1.1 );
1171     name = "Run dyngen";
1172     outputPaths = (
1173 asvitkine 1.6 "$(SRCROOT)/../Unix/ppc-dyngen-ops-x86_32.hpp",
1174     "$(SRCROOT)/../Unix/ppc-dyngen-ops-x86_64.hpp",
1175 asvitkine 1.1 "$(SRCROOT)/../Unix/ppc-dyngen-ops.hpp",
1176     );
1177     runOnlyForDeploymentPostprocessing = 0;
1178     shellPath = /bin/sh;
1179 asvitkine 1.6 shellScript = "arch -x86_64 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/ppc-dyngen-ops-x86_64.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/x86_64/ppc-dyngen-ops.o\"\narch -i386 \"${BUILT_PRODUCTS_DIR}/dyngen\" -o \"${SRCROOT}/../Unix/ppc-dyngen-ops-x86_32.hpp\" \"${OBJECT_FILE_DIR}-${CURRENT_VARIANT}/i386/ppc-dyngen-ops.o\"\n\necho \"#if defined(__x86_64__)\" > \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"\t#include \\\"ppc-dyngen-ops-x86_64.hpp\\\"\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"#elif defined(__i386__)\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"\t#include \\\"ppc-dyngen-ops-x86_32.hpp\\\"\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"#else\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"\t#error Unknown platform\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\necho \"#endif\" >> \"${SRCROOT}/../Unix/ppc-dyngen-ops.hpp\"\n";
1180 asvitkine 1.1 };
1181     0873A67214AB8AE9004F12B7 /* Run genexec */ = {
1182     isa = PBXShellScriptBuildPhase;
1183     buildActionMask = 2147483647;
1184     files = (
1185     );
1186     inputPaths = (
1187     "$(SRCROOT)/../kpx_cpu/src/cpu/ppc/ppc-decode.cpp",
1188     "$(SRCROOT)/../kpx_cpu/src/cpu/ppc/genexec.pl",
1189     );
1190     name = "Run genexec";
1191     outputPaths = (
1192     "$(SRCROOT)/../Unix/ppc-execute-impl.cpp",
1193     );
1194     runOnlyForDeploymentPostprocessing = 0;
1195     shellPath = /bin/sh;
1196 asvitkine 1.3 shellScript = "gcc -E \"-I${SRCROOT}/config\" \"-I${SRCROOT}/../include\" \"-I${SRCROOT}/../kpx_cpu/include\" \"-I${SRCROOT}/../kpx_cpu/src\" \"-I${SRCROOT}/../Unix\" -DUSE_JIT -DGENEXEC \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/ppc-decode.cpp\" | perl \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/genexec.pl\" > \"${SRCROOT}/../Unix/ppc-execute-impl.cpp\"\n";
1197 asvitkine 1.1 };
1198 asvitkine 1.10 08CD3F3214B665E1009CA2A2 /* Preprocess Info.plist */ = {
1199     isa = PBXShellScriptBuildPhase;
1200     buildActionMask = 2147483647;
1201     files = (
1202     );
1203     inputPaths = (
1204     );
1205     name = "Preprocess Info.plist";
1206     outputPaths = (
1207     );
1208     runOnlyForDeploymentPostprocessing = 0;
1209     shellPath = /bin/sh;
1210     shellScript = "sed -i '' 's/@PACKAGE_VERSION@/2.3/g' \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"";
1211     };
1212 asvitkine 1.12 08CD43CF14B7BD01009CA2A2 /* Change SDL load path */ = {
1213     isa = PBXShellScriptBuildPhase;
1214     buildActionMask = 2147483647;
1215     files = (
1216     );
1217     inputPaths = (
1218     );
1219     name = "Change SDL load path";
1220     outputPaths = (
1221     );
1222     runOnlyForDeploymentPostprocessing = 0;
1223     shellPath = /bin/sh;
1224     shellScript = "install_name_tool -change @rpath/SDL.framework/Versions/A/SDL @executable_path/../Frameworks/SDL.framework/Versions/A/SDL \"${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}\"\n";
1225     };
1226 asvitkine 1.1 /* End PBXShellScriptBuildPhase section */
1227    
1228     /* Begin PBXSourcesBuildPhase section */
1229     082AC24F14AA59B600071F5E /* Sources */ = {
1230     isa = PBXSourcesBuildPhase;
1231     buildActionMask = 2147483647;
1232     files = (
1233     082AC26214AA59F000071F5E /* lowmem.c in Sources */,
1234     );
1235     runOnlyForDeploymentPostprocessing = 0;
1236     };
1237 asvitkine 1.7 0846E49714B124DE00574779 /* Sources */ = {
1238     isa = PBXSourcesBuildPhase;
1239     buildActionMask = 2147483647;
1240     files = (
1241     0846E4B114B1264700574779 /* ieeefp.cpp in Sources */,
1242     0846E4B314B1264F00574779 /* mathlib.cpp in Sources */,
1243     0846E4B514B1265500574779 /* utils-cpuinfo.cpp in Sources */,
1244     0846E4B614B1265A00574779 /* ppc-translate.cpp in Sources */,
1245     0846E4B814B1266000574779 /* ppc-jit.cpp in Sources */,
1246     0846E4B914B1266600574779 /* ppc-execute.cpp in Sources */,
1247     0846E4BC14B1267200574779 /* ppc-dyngen.cpp in Sources */,
1248     0846E4BE14B1267A00574779 /* ppc-decode.cpp in Sources */,
1249     0846E4C014B1267F00574779 /* ppc-cpu.cpp in Sources */,
1250     0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */,
1251     0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */,
1252 asvitkine 1.8 0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */,
1253 asvitkine 1.18 08163340158C125800C449F9 /* ppc-dis.c in Sources */,
1254 asvitkine 1.8 );
1255     runOnlyForDeploymentPostprocessing = 0;
1256     };
1257     0846E52514B129EE00574779 /* Sources */ = {
1258     isa = PBXSourcesBuildPhase;
1259     buildActionMask = 2147483647;
1260     files = (
1261     0846E52B14B12A0800574779 /* ppc_asm.S in Sources */,
1262     0846E55314B12B0D00574779 /* paranoia.cpp in Sources */,
1263 asvitkine 1.7 );
1264     runOnlyForDeploymentPostprocessing = 0;
1265     };
1266 asvitkine 1.1 0856CCBE14A99E1C000B1711 /* Sources */ = {
1267     isa = PBXSourcesBuildPhase;
1268     buildActionMask = 2147483647;
1269     files = (
1270     0856CFC114A99EF0000B1711 /* adb.cpp in Sources */,
1271     0856CFC214A99EF0000B1711 /* audio.cpp in Sources */,
1272     0856CFE214A99EF0000B1711 /* cdrom.cpp in Sources */,
1273     0856CFE614A99EF0000B1711 /* disk.cpp in Sources */,
1274     0856CFEC14A99EF0000B1711 /* scsi_dummy.cpp in Sources */,
1275     0856CFEE14A99EF0000B1711 /* emul_op.cpp in Sources */,
1276     0856CFF014A99EF0000B1711 /* ether.cpp in Sources */,
1277     0856CFF314A99EF0000B1711 /* extfs.cpp in Sources */,
1278     0856CFF414A99EF0000B1711 /* gfxaccel.cpp in Sources */,
1279     0856D00914A99EF0000B1711 /* macos_util.cpp in Sources */,
1280     0856D02414A99EF0000B1711 /* clip_macosx.cpp in Sources */,
1281     0856D02514A99EF0000B1711 /* extfs_macosx.cpp in Sources */,
1282     0856D05014A99EF1000B1711 /* prefs_macosx.mm in Sources */,
1283     0856D05A14A99EF1000B1711 /* sys_darwin.cpp in Sources */,
1284     0856D05B14A99EF1000B1711 /* main.cpp in Sources */,
1285     0856D05C14A99EF1000B1711 /* name_registry.cpp in Sources */,
1286     0856D05D14A99EF1000B1711 /* prefs_items.cpp in Sources */,
1287     0856D05E14A99EF1000B1711 /* prefs.cpp in Sources */,
1288     0856D05F14A99EF1000B1711 /* rom_patches.cpp in Sources */,
1289     0856D06014A99EF1000B1711 /* rsrc_patches.cpp in Sources */,
1290     0856D06114A99EF1000B1711 /* scsi.cpp in Sources */,
1291     0856D06214A99EF1000B1711 /* audio_sdl.cpp in Sources */,
1292     0856D06414A99EF1000B1711 /* SDLMain.m in Sources */,
1293     0856D06514A99EF1000B1711 /* video_sdl.cpp in Sources */,
1294     0856D06614A99EF1000B1711 /* serial.cpp in Sources */,
1295     0856D06714A99EF1000B1711 /* bootp.c in Sources */,
1296     0856D06814A99EF1000B1711 /* cksum.c in Sources */,
1297     0856D06A14A99EF1000B1711 /* debug.c in Sources */,
1298     0856D06B14A99EF1000B1711 /* if.c in Sources */,
1299     0856D06C14A99EF1000B1711 /* ip_icmp.c in Sources */,
1300     0856D06D14A99EF1000B1711 /* ip_input.c in Sources */,
1301     0856D06E14A99EF1000B1711 /* ip_output.c in Sources */,
1302     0856D06F14A99EF1000B1711 /* mbuf.c in Sources */,
1303     0856D07014A99EF1000B1711 /* misc.c in Sources */,
1304     0856D07114A99EF1000B1711 /* sbuf.c in Sources */,
1305     0856D07214A99EF1000B1711 /* slirp.c in Sources */,
1306     0856D07314A99EF1000B1711 /* socket.c in Sources */,
1307     0856D07414A99EF1000B1711 /* tcp_input.c in Sources */,
1308     0856D07514A99EF1000B1711 /* tcp_output.c in Sources */,
1309     0856D07614A99EF1000B1711 /* tcp_subr.c in Sources */,
1310     0856D07714A99EF1000B1711 /* tcp_timer.c in Sources */,
1311     0856D07814A99EF1000B1711 /* tftp.c in Sources */,
1312     0856D07914A99EF1000B1711 /* udp.c in Sources */,
1313     0856D07B14A99EF1000B1711 /* sony.cpp in Sources */,
1314     0856D07C14A99EF1000B1711 /* thunks.cpp in Sources */,
1315     0856D07D14A99EF1000B1711 /* timer.cpp in Sources */,
1316     0856D07E14A99EF1000B1711 /* about_window_unix.cpp in Sources */,
1317     0856D08714A99EF1000B1711 /* bincue_unix.cpp in Sources */,
1318     0856D09814A99EF1000B1711 /* ether_unix.cpp in Sources */,
1319     0856D0AA14A99EF1000B1711 /* main_unix.cpp in Sources */,
1320     0856D10614A99EF1000B1711 /* prefs_unix.cpp in Sources */,
1321     0856D10714A99EF1000B1711 /* rpc_unix.cpp in Sources */,
1322     0856D10814A99EF1000B1711 /* serial_unix.cpp in Sources */,
1323     0856D10B14A99EF1000B1711 /* sigsegv.cpp in Sources */,
1324     0856D10C14A99EF1000B1711 /* sshpty.c in Sources */,
1325     0856D10D14A99EF1000B1711 /* strlcpy.c in Sources */,
1326     0856D10E14A99EF1000B1711 /* sys_unix.cpp in Sources */,
1327     0856D10F14A99EF1000B1711 /* timer_unix.cpp in Sources */,
1328     0856D11114A99EF1000B1711 /* user_strings_unix.cpp in Sources */,
1329     0856D11314A99EF1000B1711 /* video_blit.cpp in Sources */,
1330     0856D11514A99EF1000B1711 /* vm_alloc.cpp in Sources */,
1331     0856D11614A99EF1000B1711 /* xpram_unix.cpp in Sources */,
1332     0856D11714A99EF1000B1711 /* user_strings.cpp in Sources */,
1333     0856D11814A99EF1000B1711 /* video.cpp in Sources */,
1334     0856D13F14A99EF1000B1711 /* xpram.cpp in Sources */,
1335     0856D33914A9A704000B1711 /* VMSettingsController.mm in Sources */,
1336     082AC22D14AA52E900071F5E /* prefs_editor_dummy.cpp in Sources */,
1337 asvitkine 1.4 0873A80214AC515D004F12B7 /* utils_macosx.mm in Sources */,
1338 asvitkine 1.1 );
1339     runOnlyForDeploymentPostprocessing = 0;
1340     };
1341     0873A52F14AAF05A004F12B7 /* Sources */ = {
1342     isa = PBXSourcesBuildPhase;
1343     buildActionMask = 2147483647;
1344     files = (
1345     0873A54214AAF18E004F12B7 /* cxxdemangle.cpp in Sources */,
1346     0873A54314AAF18E004F12B7 /* dyngen.c in Sources */,
1347     );
1348     runOnlyForDeploymentPostprocessing = 0;
1349     };
1350     0873A5C214AB8038004F12B7 /* Sources */ = {
1351     isa = PBXSourcesBuildPhase;
1352     buildActionMask = 2147483647;
1353     files = (
1354     0873A5D614AB80CA004F12B7 /* basic-dyngen-ops.cpp in Sources */,
1355     );
1356     runOnlyForDeploymentPostprocessing = 0;
1357     };
1358     0873A5C914AB806D004F12B7 /* Sources */ = {
1359     isa = PBXSourcesBuildPhase;
1360     buildActionMask = 2147483647;
1361     files = (
1362     0873A5D814AB80E3004F12B7 /* ppc-dyngen-ops.cpp in Sources */,
1363     );
1364     runOnlyForDeploymentPostprocessing = 0;
1365     };
1366     /* End PBXSourcesBuildPhase section */
1367    
1368     /* Begin PBXTargetDependency section */
1369     082AC26814AA5A4800071F5E /* PBXTargetDependency */ = {
1370     isa = PBXTargetDependency;
1371     target = 082AC25114AA59B600071F5E /* lowmem */;
1372     targetProxy = 082AC26714AA5A4800071F5E /* PBXContainerItemProxy */;
1373     };
1374 asvitkine 1.7 0846E4A714B1253500574779 /* PBXTargetDependency */ = {
1375     isa = PBXTargetDependency;
1376     target = 0846E49914B124DE00574779 /* kpx_cpu */;
1377     targetProxy = 0846E4A614B1253500574779 /* PBXContainerItemProxy */;
1378     };
1379     0846E4C614B126B600574779 /* PBXTargetDependency */ = {
1380 asvitkine 1.1 isa = PBXTargetDependency;
1381     target = 0873A5CB14AB806D004F12B7 /* ppc-dyngen-ops */;
1382 asvitkine 1.7 targetProxy = 0846E4C514B126B600574779 /* PBXContainerItemProxy */;
1383     };
1384     0846E4C814B126B800574779 /* PBXTargetDependency */ = {
1385     isa = PBXTargetDependency;
1386     target = 0873A67314AB8AE9004F12B7 /* ppc-execute-impl */;
1387     targetProxy = 0846E4C714B126B800574779 /* PBXContainerItemProxy */;
1388 asvitkine 1.1 };
1389 asvitkine 1.8 0846E52E14B12A2E00574779 /* PBXTargetDependency */ = {
1390     isa = PBXTargetDependency;
1391     target = 0846E52714B129EE00574779 /* ppc_asm */;
1392     targetProxy = 0846E52D14B12A2E00574779 /* PBXContainerItemProxy */;
1393     };
1394 asvitkine 1.1 0873A60314AB83CC004F12B7 /* PBXTargetDependency */ = {
1395     isa = PBXTargetDependency;
1396     target = 0873A5C414AB8038004F12B7 /* basic-dyngen-ops */;
1397     targetProxy = 0873A60214AB83CC004F12B7 /* PBXContainerItemProxy */;
1398     };
1399     0873A62714AB869A004F12B7 /* PBXTargetDependency */ = {
1400     isa = PBXTargetDependency;
1401     target = 0873A53114AAF05A004F12B7 /* dyngen */;
1402     targetProxy = 0873A62614AB869A004F12B7 /* PBXContainerItemProxy */;
1403     };
1404     /* End PBXTargetDependency section */
1405    
1406     /* Begin PBXVariantGroup section */
1407     0856D30714A9A704000B1711 /* VMSettingsWindow.nib */ = {
1408     isa = PBXVariantGroup;
1409     children = (
1410     0856D30814A9A704000B1711 /* English */,
1411     );
1412     name = VMSettingsWindow.nib;
1413     sourceTree = "<group>";
1414     };
1415     /* End PBXVariantGroup section */
1416    
1417     /* Begin XCBuildConfiguration section */
1418     082AC25414AA59B700071F5E /* Debug */ = {
1419     isa = XCBuildConfiguration;
1420     buildSettings = {
1421     ALWAYS_SEARCH_USER_PATHS = NO;
1422 asvitkine 1.5 ARCHS = (
1423     i386,
1424     x86_64,
1425     );
1426 asvitkine 1.1 COPY_PHASE_STRIP = NO;
1427     GCC_DYNAMIC_NO_PIC = NO;
1428     GCC_ENABLE_FIX_AND_CONTINUE = YES;
1429     GCC_ENABLE_PASCAL_STRINGS = NO;
1430     GCC_ENABLE_SYMBOL_SEPARATION = NO;
1431     GCC_MODEL_TUNING = G5;
1432     GCC_OPTIMIZATION_LEVEL = 0;
1433     GCC_PRECOMPILE_PREFIX_HEADER = NO;
1434     GCC_PREFIX_HEADER = "";
1435 asvitkine 1.5 GCC_VERSION = 4.0;
1436 asvitkine 1.1 INSTALL_PATH = /usr/local/bin;
1437 asvitkine 1.5 OTHER_LDFLAGS = "";
1438 asvitkine 1.1 PREBINDING = NO;
1439     PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1440     PRODUCT_NAME = lowmem;
1441 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1442 asvitkine 1.1 };
1443     name = Debug;
1444     };
1445     082AC25514AA59B700071F5E /* Release */ = {
1446     isa = XCBuildConfiguration;
1447     buildSettings = {
1448     ALWAYS_SEARCH_USER_PATHS = NO;
1449 asvitkine 1.5 ARCHS = (
1450     i386,
1451     x86_64,
1452     );
1453 asvitkine 1.1 COPY_PHASE_STRIP = YES;
1454     DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1455     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1456     GCC_ENABLE_PASCAL_STRINGS = NO;
1457 asvitkine 1.2 GCC_ENABLE_SYMBOL_SEPARATION = NO;
1458 asvitkine 1.1 GCC_MODEL_TUNING = G5;
1459 asvitkine 1.2 GCC_PRECOMPILE_PREFIX_HEADER = NO;
1460     GCC_PREFIX_HEADER = "";
1461 asvitkine 1.5 GCC_VERSION = 4.0;
1462 asvitkine 1.1 INSTALL_PATH = /usr/local/bin;
1463 asvitkine 1.5 OTHER_LDFLAGS = "";
1464 asvitkine 1.1 PREBINDING = NO;
1465 asvitkine 1.2 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1466 asvitkine 1.1 PRODUCT_NAME = lowmem;
1467 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1468 asvitkine 1.1 ZERO_LINK = NO;
1469     };
1470     name = Release;
1471     };
1472 asvitkine 1.7 0846E49B14B124DF00574779 /* Debug */ = {
1473     isa = XCBuildConfiguration;
1474     buildSettings = {
1475     ALWAYS_SEARCH_USER_PATHS = NO;
1476     ARCHS = (
1477     i386,
1478     x86_64,
1479     );
1480     COPY_PHASE_STRIP = NO;
1481     GCC_DYNAMIC_NO_PIC = NO;
1482     GCC_ENABLE_FIX_AND_CONTINUE = YES;
1483     GCC_MODEL_TUNING = "";
1484     GCC_OPTIMIZATION_LEVEL = 0;
1485     GCC_PREPROCESSOR_DEFINITIONS = (
1486     "DATADIR=",
1487     HAVE_CONFIG_H,
1488     USE_JIT,
1489     "_GNU_SOURCE=1",
1490     _THREAD_SAFE,
1491     _REENTRANT,
1492     );
1493     GCC_VERSION = 4.0;
1494     HEADER_SEARCH_PATHS = (
1495     /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1496     ./config/,
1497     ../Unix,
1498     ../MacOSX/Launcher,
1499     ../slirp,
1500     ../kpx_cpu/src,
1501     ../kpx_cpu/include,
1502     ../include,
1503     );
1504     INSTALL_PATH = /usr/local/lib;
1505     PREBINDING = NO;
1506     PRODUCT_NAME = kpx_cpu;
1507     SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1508     "SDKROOT[arch=i386]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1509     };
1510     name = Debug;
1511     };
1512     0846E49C14B124DF00574779 /* Release */ = {
1513     isa = XCBuildConfiguration;
1514     buildSettings = {
1515     ALWAYS_SEARCH_USER_PATHS = NO;
1516     ARCHS = (
1517     i386,
1518     x86_64,
1519     );
1520     COPY_PHASE_STRIP = YES;
1521     DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1522 asvitkine 1.14 GCC_AUTO_VECTORIZATION = YES;
1523     GCC_DYNAMIC_NO_PIC = YES;
1524 asvitkine 1.7 GCC_ENABLE_FIX_AND_CONTINUE = NO;
1525 asvitkine 1.14 GCC_ENABLE_SSE3_EXTENSIONS = YES;
1526     GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1527 asvitkine 1.7 GCC_MODEL_TUNING = "";
1528 asvitkine 1.14 GCC_OPTIMIZATION_LEVEL = 3;
1529 asvitkine 1.7 GCC_PREPROCESSOR_DEFINITIONS = (
1530     "DATADIR=",
1531     HAVE_CONFIG_H,
1532     USE_JIT,
1533     "_GNU_SOURCE=1",
1534     _THREAD_SAFE,
1535     _REENTRANT,
1536     );
1537     GCC_VERSION = 4.0;
1538 asvitkine 1.15 "GCC_VERSION[arch=x86_64]" = 4.2;
1539 asvitkine 1.7 HEADER_SEARCH_PATHS = (
1540     /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1541     ./config/,
1542     ../Unix,
1543     ../MacOSX/Launcher,
1544     ../slirp,
1545     ../kpx_cpu/src,
1546     ../kpx_cpu/include,
1547     ../include,
1548     );
1549     INSTALL_PATH = /usr/local/lib;
1550 asvitkine 1.14 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1551 asvitkine 1.7 PREBINDING = NO;
1552     PRODUCT_NAME = kpx_cpu;
1553 asvitkine 1.14 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1554     "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1555 asvitkine 1.7 ZERO_LINK = NO;
1556     };
1557     name = Release;
1558     };
1559 asvitkine 1.8 0846E52914B129EF00574779 /* Debug */ = {
1560     isa = XCBuildConfiguration;
1561     buildSettings = {
1562     ALWAYS_SEARCH_USER_PATHS = NO;
1563     ARCHS = ppc;
1564     COPY_PHASE_STRIP = NO;
1565     GCC_DYNAMIC_NO_PIC = NO;
1566     GCC_ENABLE_FIX_AND_CONTINUE = YES;
1567     GCC_MODEL_TUNING = G5;
1568     GCC_OPTIMIZATION_LEVEL = 0;
1569     GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__;
1570     GCC_VERSION = 4.0;
1571     HEADER_SEARCH_PATHS = (
1572     ../Unix,
1573     ../include,
1574     );
1575     INSTALL_PATH = /usr/local/lib;
1576     PREBINDING = NO;
1577     PRODUCT_NAME = ppc_asm;
1578     SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1579     };
1580     name = Debug;
1581     };
1582     0846E52A14B129EF00574779 /* Release */ = {
1583     isa = XCBuildConfiguration;
1584     buildSettings = {
1585     ALWAYS_SEARCH_USER_PATHS = NO;
1586     ARCHS = ppc;
1587     COPY_PHASE_STRIP = YES;
1588     DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1589     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1590     GCC_MODEL_TUNING = G5;
1591     GCC_PREPROCESSOR_DEFINITIONS = __ASSEMBLY__;
1592     GCC_VERSION = 4.0;
1593     HEADER_SEARCH_PATHS = (
1594     ../Unix,
1595     ../include,
1596     );
1597     INSTALL_PATH = /usr/local/lib;
1598     PREBINDING = NO;
1599     PRODUCT_NAME = ppc_asm;
1600     SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1601     ZERO_LINK = NO;
1602     };
1603     name = Release;
1604     };
1605 asvitkine 1.1 0856CCAF14A99DE0000B1711 /* Debug */ = {
1606     isa = XCBuildConfiguration;
1607     buildSettings = {
1608     COPY_PHASE_STRIP = NO;
1609     };
1610     name = Debug;
1611     };
1612     0856CCB014A99DE0000B1711 /* Release */ = {
1613     isa = XCBuildConfiguration;
1614     buildSettings = {
1615     COPY_PHASE_STRIP = YES;
1616     };
1617     name = Release;
1618     };
1619     0856CCC514A99E1C000B1711 /* Debug */ = {
1620     isa = XCBuildConfiguration;
1621     buildSettings = {
1622     ALWAYS_SEARCH_USER_PATHS = NO;
1623 asvitkine 1.5 ARCHS = (
1624 asvitkine 1.8 ppc,
1625 asvitkine 1.5 i386,
1626     x86_64,
1627     );
1628 asvitkine 1.1 COPY_PHASE_STRIP = NO;
1629 asvitkine 1.16 FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
1630 asvitkine 1.1 GCC_CW_ASM_SYNTAX = NO;
1631     GCC_DYNAMIC_NO_PIC = NO;
1632     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1633     GCC_ENABLE_PASCAL_STRINGS = NO;
1634     GCC_ENABLE_SYMBOL_SEPARATION = NO;
1635 asvitkine 1.2 GCC_ENABLE_TRIGRAPHS = NO;
1636 asvitkine 1.1 GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
1637     GCC_MODEL_TUNING = G5;
1638     GCC_OPTIMIZATION_LEVEL = 0;
1639     GCC_PRECOMPILE_PREFIX_HEADER = NO;
1640     GCC_PREFIX_HEADER = "";
1641     GCC_PREPROCESSOR_DEFINITIONS = (
1642     "DATADIR=",
1643     HAVE_CONFIG_H,
1644     USE_JIT,
1645     "_GNU_SOURCE=1",
1646     _THREAD_SAFE,
1647     _REENTRANT,
1648     );
1649     GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1650 asvitkine 1.5 GCC_VERSION = 4.0;
1651 asvitkine 1.1 GCC_WARN_UNUSED_FUNCTION = YES;
1652 asvitkine 1.2 GCC_WARN_UNUSED_VARIABLE = YES;
1653 asvitkine 1.1 HEADER_SEARCH_PATHS = (
1654     /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1655 asvitkine 1.3 ./config/,
1656 asvitkine 1.1 ../Unix,
1657     ../MacOSX/Launcher,
1658     ../slirp,
1659     ../kpx_cpu/src,
1660     ../kpx_cpu/include,
1661     ../include,
1662     );
1663 asvitkine 1.10 INFOPLIST_FILE = Info.plist.in;
1664     INFOPLIST_PREFIX_HEADER = "";
1665     INFOPLIST_PREPROCESS = NO;
1666 asvitkine 1.1 INSTALL_PATH = "$(HOME)/Applications";
1667 asvitkine 1.13 MACOSX_DEPLOYMENT_TARGET = 10.4;
1668     "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
1669 asvitkine 1.2 OTHER_CFLAGS = "";
1670     OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1671 asvitkine 1.1 OTHER_LDFLAGS = (
1672     "-pagezero_size",
1673     0x3000,
1674     "-Wl,-seg1addr,0x78048000",
1675 asvitkine 1.7 "-lkpx_cpu",
1676 asvitkine 1.1 );
1677 asvitkine 1.8 "OTHER_LDFLAGS[arch=ppc]" = (
1678     "-pagezero_size",
1679     0x3000,
1680     "-Wl,-seg1addr,0x78048000",
1681     "-lppc_asm",
1682     );
1683 asvitkine 1.1 PREBINDING = NO;
1684     PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1685     PRODUCT_NAME = SheepShaver;
1686 asvitkine 1.13 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1687     "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
1688 asvitkine 1.1 WARNING_LDFLAGS = "";
1689     };
1690     name = Debug;
1691     };
1692     0856CCC614A99E1C000B1711 /* Release */ = {
1693     isa = XCBuildConfiguration;
1694     buildSettings = {
1695     ALWAYS_SEARCH_USER_PATHS = NO;
1696 asvitkine 1.5 ARCHS = (
1697 asvitkine 1.8 ppc,
1698 asvitkine 1.5 i386,
1699     x86_64,
1700     );
1701 asvitkine 1.18 COPY_PHASE_STRIP = NO;
1702 asvitkine 1.14 DEAD_CODE_STRIPPING = NO;
1703 asvitkine 1.1 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1704 asvitkine 1.16 FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
1705 asvitkine 1.14 GCC_AUTO_VECTORIZATION = YES;
1706 asvitkine 1.2 GCC_CW_ASM_SYNTAX = NO;
1707 asvitkine 1.14 GCC_DYNAMIC_NO_PIC = YES;
1708 asvitkine 1.1 GCC_ENABLE_FIX_AND_CONTINUE = NO;
1709 asvitkine 1.2 GCC_ENABLE_PASCAL_STRINGS = NO;
1710 asvitkine 1.14 GCC_ENABLE_SSE3_EXTENSIONS = YES;
1711     GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
1712 asvitkine 1.2 GCC_ENABLE_SYMBOL_SEPARATION = NO;
1713     GCC_ENABLE_TRIGRAPHS = NO;
1714     GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
1715 asvitkine 1.1 GCC_MODEL_TUNING = G5;
1716 asvitkine 1.14 GCC_OPTIMIZATION_LEVEL = 3;
1717 asvitkine 1.2 GCC_PRECOMPILE_PREFIX_HEADER = NO;
1718     GCC_PREFIX_HEADER = "";
1719     GCC_PREPROCESSOR_DEFINITIONS = (
1720     "DATADIR=",
1721     HAVE_CONFIG_H,
1722     USE_JIT,
1723     "_GNU_SOURCE=1",
1724     _THREAD_SAFE,
1725     _REENTRANT,
1726     );
1727     GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1728 asvitkine 1.5 GCC_VERSION = 4.0;
1729 asvitkine 1.15 "GCC_VERSION[arch=x86_64]" = 4.2;
1730 asvitkine 1.2 GCC_WARN_UNUSED_FUNCTION = YES;
1731     GCC_WARN_UNUSED_VARIABLE = YES;
1732     HEADER_SEARCH_PATHS = (
1733     /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1734 asvitkine 1.3 ./config/,
1735 asvitkine 1.2 ../Unix,
1736     ../MacOSX/Launcher,
1737     ../slirp,
1738     ../kpx_cpu/src,
1739     ../kpx_cpu/include,
1740     ../include,
1741     );
1742 asvitkine 1.10 INFOPLIST_FILE = Info.plist.in;
1743     INFOPLIST_PREFIX_HEADER = "";
1744     INFOPLIST_PREPROCESS = NO;
1745 asvitkine 1.1 INSTALL_PATH = "$(HOME)/Applications";
1746 asvitkine 1.13 MACOSX_DEPLOYMENT_TARGET = 10.4;
1747 asvitkine 1.14 "MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
1748 asvitkine 1.2 OTHER_CFLAGS = "";
1749     OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1750 asvitkine 1.1 OTHER_LDFLAGS = (
1751 asvitkine 1.2 "-pagezero_size",
1752     0x3000,
1753     "-Wl,-seg1addr,0x78048000",
1754 asvitkine 1.7 "-lkpx_cpu",
1755 asvitkine 1.1 );
1756 asvitkine 1.8 "OTHER_LDFLAGS[arch=ppc]" = (
1757     "-pagezero_size",
1758     0x3000,
1759     "-Wl,-seg1addr,0x78048000",
1760     "-lppc_asm",
1761     );
1762 asvitkine 1.1 PREBINDING = NO;
1763 asvitkine 1.2 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1764 asvitkine 1.1 PRODUCT_NAME = SheepShaver;
1765 asvitkine 1.13 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1766 asvitkine 1.14 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1767 asvitkine 1.1 ZERO_LINK = NO;
1768     };
1769     name = Release;
1770     };
1771     0873A53414AAF05A004F12B7 /* Debug */ = {
1772     isa = XCBuildConfiguration;
1773     buildSettings = {
1774     ALWAYS_SEARCH_USER_PATHS = NO;
1775 asvitkine 1.5 ARCHS = (
1776     i386,
1777     x86_64,
1778     );
1779 asvitkine 1.1 COPY_PHASE_STRIP = NO;
1780     GCC_DYNAMIC_NO_PIC = NO;
1781     GCC_ENABLE_FIX_AND_CONTINUE = YES;
1782     GCC_ENABLE_SYMBOL_SEPARATION = NO;
1783     GCC_MODEL_TUNING = G5;
1784     GCC_OPTIMIZATION_LEVEL = 0;
1785     GCC_PRECOMPILE_PREFIX_HEADER = NO;
1786     GCC_PREFIX_HEADER = "";
1787 asvitkine 1.5 GCC_VERSION = 4.0;
1788 asvitkine 1.1 INSTALL_PATH = /usr/local/bin;
1789     OTHER_CFLAGS = "-mdynamic-no-pic";
1790 asvitkine 1.5 OTHER_LDFLAGS = "";
1791 asvitkine 1.1 PREBINDING = NO;
1792     PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1793     PRODUCT_NAME = dyngen;
1794 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1795 asvitkine 1.1 };
1796     name = Debug;
1797     };
1798     0873A53514AAF05A004F12B7 /* Release */ = {
1799     isa = XCBuildConfiguration;
1800     buildSettings = {
1801     ALWAYS_SEARCH_USER_PATHS = NO;
1802 asvitkine 1.5 ARCHS = (
1803     i386,
1804     x86_64,
1805     );
1806 asvitkine 1.1 COPY_PHASE_STRIP = YES;
1807     DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1808     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1809 asvitkine 1.2 GCC_ENABLE_SYMBOL_SEPARATION = NO;
1810 asvitkine 1.1 GCC_MODEL_TUNING = G5;
1811 asvitkine 1.2 GCC_PRECOMPILE_PREFIX_HEADER = NO;
1812     GCC_PREFIX_HEADER = "";
1813 asvitkine 1.5 GCC_VERSION = 4.0;
1814 asvitkine 1.1 INSTALL_PATH = /usr/local/bin;
1815 asvitkine 1.5 OTHER_LDFLAGS = "";
1816 asvitkine 1.1 PREBINDING = NO;
1817 asvitkine 1.2 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1818 asvitkine 1.1 PRODUCT_NAME = dyngen;
1819 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1820 asvitkine 1.1 ZERO_LINK = NO;
1821     };
1822     name = Release;
1823     };
1824     0873A5C614AB8038004F12B7 /* Debug */ = {
1825     isa = XCBuildConfiguration;
1826     buildSettings = {
1827     ALWAYS_SEARCH_USER_PATHS = NO;
1828 asvitkine 1.5 ARCHS = (
1829     i386,
1830     x86_64,
1831     );
1832 asvitkine 1.1 COPY_PHASE_STRIP = NO;
1833     GCC_CW_ASM_SYNTAX = NO;
1834     GCC_DYNAMIC_NO_PIC = NO;
1835     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1836     GCC_ENABLE_PASCAL_STRINGS = NO;
1837     GCC_MODEL_TUNING = G5;
1838     GCC_OPTIMIZATION_LEVEL = 2;
1839     GCC_PRECOMPILE_PREFIX_HEADER = "";
1840     GCC_PREFIX_HEADER = "";
1841     GCC_PREPROCESSOR_DEFINITIONS = (
1842     USE_JIT,
1843     HAVE_CONFIG_H,
1844     _REENTRANT,
1845     _THREAD_SAFE,
1846     "_GNU_SOURCE=1",
1847     );
1848 asvitkine 1.5 GCC_VERSION = 4.0;
1849 asvitkine 1.1 HEADER_SEARCH_PATHS = (
1850     ../kpx_cpu/src,
1851     ../kpx_cpu/include,
1852     );
1853     INSTALL_PATH = /usr/local/lib;
1854     OTHER_CFLAGS = (
1855     "-mdynamic-no-pic",
1856     "-fomit-frame-pointer",
1857     "-fno-align-functions",
1858     "-finline-functions",
1859     "-finline-limit=10000",
1860     "-fno-exceptions",
1861     "-g0",
1862     "-fno-reorder-blocks",
1863     "-fno-optimize-sibling-calls",
1864     );
1865     OTHER_LDFLAGS = (
1866     "-framework",
1867     Foundation,
1868     "-framework",
1869     AppKit,
1870     );
1871     PREBINDING = NO;
1872     PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1873     PRODUCT_NAME = "basic-dyngen-ops";
1874 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1875 asvitkine 1.1 };
1876     name = Debug;
1877     };
1878     0873A5C714AB8038004F12B7 /* Release */ = {
1879     isa = XCBuildConfiguration;
1880     buildSettings = {
1881     ALWAYS_SEARCH_USER_PATHS = NO;
1882 asvitkine 1.5 ARCHS = (
1883     i386,
1884     x86_64,
1885     );
1886 asvitkine 1.1 COPY_PHASE_STRIP = YES;
1887     DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1888     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1889     GCC_MODEL_TUNING = G5;
1890 asvitkine 1.2 GCC_PRECOMPILE_PREFIX_HEADER = NO;
1891     GCC_PREFIX_HEADER = "";
1892 asvitkine 1.5 GCC_VERSION = 4.0;
1893 asvitkine 1.15 "GCC_VERSION[arch=x86_64]" = 4.2;
1894 asvitkine 1.2 HEADER_SEARCH_PATHS = (
1895     ../kpx_cpu/src,
1896     ../kpx_cpu/include,
1897     );
1898 asvitkine 1.1 INSTALL_PATH = /usr/local/lib;
1899 asvitkine 1.2 OTHER_CFLAGS = (
1900     "-mdynamic-no-pic",
1901     "-fomit-frame-pointer",
1902     "-fno-align-functions",
1903     "-finline-functions",
1904     "-finline-limit=10000",
1905     "-fno-exceptions",
1906     "-g0",
1907     "-fno-reorder-blocks",
1908     "-fno-optimize-sibling-calls",
1909     );
1910 asvitkine 1.1 OTHER_LDFLAGS = (
1911     "-framework",
1912     Foundation,
1913     "-framework",
1914     AppKit,
1915     );
1916     PREBINDING = NO;
1917 asvitkine 1.2 PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1918 asvitkine 1.1 PRODUCT_NAME = "basic-dyngen-ops";
1919 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1920 asvitkine 1.15 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
1921 asvitkine 1.1 ZERO_LINK = NO;
1922     };
1923     name = Release;
1924     };
1925     0873A5CD14AB806E004F12B7 /* Debug */ = {
1926     isa = XCBuildConfiguration;
1927     buildSettings = {
1928     ALWAYS_SEARCH_USER_PATHS = NO;
1929 asvitkine 1.5 ARCHS = (
1930     i386,
1931     x86_64,
1932     );
1933 asvitkine 1.1 COPY_PHASE_STRIP = NO;
1934     GCC_DYNAMIC_NO_PIC = NO;
1935     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1936     GCC_MODEL_TUNING = G5;
1937     GCC_OPTIMIZATION_LEVEL = 2;
1938     GCC_PRECOMPILE_PREFIX_HEADER = "";
1939     GCC_PREFIX_HEADER = "";
1940 asvitkine 1.5 GCC_VERSION = 4.0;
1941 asvitkine 1.1 HEADER_SEARCH_PATHS = (
1942     ../kpx_cpu/src,
1943     ../kpx_cpu/include,
1944     );
1945     INSTALL_PATH = /usr/local/lib;
1946     OTHER_CFLAGS = (
1947     "-mdynamic-no-pic",
1948     "-fomit-frame-pointer",
1949     "-fno-align-functions",
1950     "-finline-functions",
1951     "-finline-limit=10000",
1952     "-fno-exceptions",
1953     "-g0",
1954     "-fno-reorder-blocks",
1955     "-fno-optimize-sibling-calls",
1956     );
1957     OTHER_LDFLAGS = (
1958     "-framework",
1959     Foundation,
1960     "-framework",
1961     AppKit,
1962     );
1963     PREBINDING = NO;
1964     PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
1965     PRODUCT_NAME = "ppc-dyngen-ops";
1966 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
1967 asvitkine 1.1 };
1968     name = Debug;
1969     };
1970     0873A5CE14AB806E004F12B7 /* Release */ = {
1971     isa = XCBuildConfiguration;
1972     buildSettings = {
1973     ALWAYS_SEARCH_USER_PATHS = NO;
1974 asvitkine 1.5 ARCHS = (
1975     i386,
1976     x86_64,
1977     );
1978 asvitkine 1.1 COPY_PHASE_STRIP = YES;
1979     DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1980     GCC_ENABLE_FIX_AND_CONTINUE = NO;
1981     GCC_MODEL_TUNING = G5;
1982     GCC_PRECOMPILE_PREFIX_HEADER = YES;
1983 asvitkine 1.2 GCC_PREFIX_HEADER = "";
1984 asvitkine 1.5 GCC_VERSION = 4.0;
1985 asvitkine 1.15 "GCC_VERSION[arch=x86_64]" = 4.2;
1986 asvitkine 1.2 HEADER_SEARCH_PATHS = (
1987     ../kpx_cpu/src,
1988     ../kpx_cpu/include,
1989     );
1990 asvitkine 1.1 INSTALL_PATH = /usr/local/lib;
1991 asvitkine 1.2 OTHER_CFLAGS = (
1992     "-mdynamic-no-pic",
1993     "-fomit-frame-pointer",
1994     "-fno-align-functions",
1995     "-finline-functions",
1996     "-finline-limit=10000",
1997     "-fno-exceptions",
1998     "-g0",
1999     "-fno-reorder-blocks",
2000     "-fno-optimize-sibling-calls",
2001     );
2002 asvitkine 1.1 OTHER_LDFLAGS = (
2003     "-framework",
2004     Foundation,
2005     "-framework",
2006     AppKit,
2007     );
2008     PREBINDING = NO;
2009     PRODUCT_NAME = "ppc-dyngen-ops";
2010 asvitkine 1.5 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
2011 asvitkine 1.15 "SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
2012 asvitkine 1.1 ZERO_LINK = NO;
2013     };
2014     name = Release;
2015     };
2016     0873A67414AB8AE9004F12B7 /* Debug */ = {
2017     isa = XCBuildConfiguration;
2018     buildSettings = {
2019     COPY_PHASE_STRIP = NO;
2020     GCC_DYNAMIC_NO_PIC = NO;
2021     GCC_OPTIMIZATION_LEVEL = 0;
2022     PRODUCT_NAME = "ppc-execute-impl";
2023     };
2024     name = Debug;
2025     };
2026     0873A67514AB8AE9004F12B7 /* Release */ = {
2027     isa = XCBuildConfiguration;
2028     buildSettings = {
2029     COPY_PHASE_STRIP = YES;
2030     DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2031     GCC_ENABLE_FIX_AND_CONTINUE = NO;
2032     PRODUCT_NAME = "ppc-execute-impl";
2033     ZERO_LINK = NO;
2034     };
2035     name = Release;
2036     };
2037     /* End XCBuildConfiguration section */
2038    
2039     /* Begin XCConfigurationList section */
2040     082AC25714AA59DB00071F5E /* Build configuration list for PBXNativeTarget "lowmem" */ = {
2041     isa = XCConfigurationList;
2042     buildConfigurations = (
2043     082AC25414AA59B700071F5E /* Debug */,
2044     082AC25514AA59B700071F5E /* Release */,
2045     );
2046     defaultConfigurationIsVisible = 0;
2047     defaultConfigurationName = Release;
2048     };
2049 asvitkine 1.7 0846E4A114B1251400574779 /* Build configuration list for PBXNativeTarget "kpx_cpu" */ = {
2050     isa = XCConfigurationList;
2051     buildConfigurations = (
2052     0846E49B14B124DF00574779 /* Debug */,
2053     0846E49C14B124DF00574779 /* Release */,
2054     );
2055     defaultConfigurationIsVisible = 0;
2056     defaultConfigurationName = Release;
2057     };
2058 asvitkine 1.8 0846E52C14B12A2600574779 /* Build configuration list for PBXNativeTarget "ppc_asm" */ = {
2059     isa = XCConfigurationList;
2060     buildConfigurations = (
2061     0846E52914B129EF00574779 /* Debug */,
2062     0846E52A14B129EF00574779 /* Release */,
2063     );
2064     defaultConfigurationIsVisible = 0;
2065     defaultConfigurationName = Release;
2066     };
2067 asvitkine 1.1 0856CCB114A99DE0000B1711 /* Build configuration list for PBXProject "SheepShaver" */ = {
2068     isa = XCConfigurationList;
2069     buildConfigurations = (
2070     0856CCAF14A99DE0000B1711 /* Debug */,
2071     0856CCB014A99DE0000B1711 /* Release */,
2072     );
2073     defaultConfigurationIsVisible = 0;
2074     defaultConfigurationName = Release;
2075     };
2076     0856CCC714A99E1D000B1711 /* Build configuration list for PBXNativeTarget "SheepShaver" */ = {
2077     isa = XCConfigurationList;
2078     buildConfigurations = (
2079     0856CCC514A99E1C000B1711 /* Debug */,
2080     0856CCC614A99E1C000B1711 /* Release */,
2081     );
2082     defaultConfigurationIsVisible = 0;
2083     defaultConfigurationName = Release;
2084     };
2085     0873A53E14AAF076004F12B7 /* Build configuration list for PBXNativeTarget "dyngen" */ = {
2086     isa = XCConfigurationList;
2087     buildConfigurations = (
2088     0873A53414AAF05A004F12B7 /* Debug */,
2089     0873A53514AAF05A004F12B7 /* Release */,
2090     );
2091     defaultConfigurationIsVisible = 0;
2092     defaultConfigurationName = Release;
2093     };
2094     0873A5D314AB8099004F12B7 /* Build configuration list for PBXNativeTarget "basic-dyngen-ops" */ = {
2095     isa = XCConfigurationList;
2096     buildConfigurations = (
2097     0873A5C614AB8038004F12B7 /* Debug */,
2098     0873A5C714AB8038004F12B7 /* Release */,
2099     );
2100     defaultConfigurationIsVisible = 0;
2101     defaultConfigurationName = Release;
2102     };
2103     0873A5D414AB8099004F12B7 /* Build configuration list for PBXNativeTarget "ppc-dyngen-ops" */ = {
2104     isa = XCConfigurationList;
2105     buildConfigurations = (
2106     0873A5CD14AB806E004F12B7 /* Debug */,
2107     0873A5CE14AB806E004F12B7 /* Release */,
2108     );
2109     defaultConfigurationIsVisible = 0;
2110     defaultConfigurationName = Release;
2111     };
2112     0873A67B14AB8AEC004F12B7 /* Build configuration list for PBXAggregateTarget "ppc-execute-impl" */ = {
2113     isa = XCConfigurationList;
2114     buildConfigurations = (
2115     0873A67414AB8AE9004F12B7 /* Debug */,
2116     0873A67514AB8AE9004F12B7 /* Release */,
2117     );
2118     defaultConfigurationIsVisible = 0;
2119     defaultConfigurationName = Release;
2120     };
2121     /* End XCConfigurationList section */
2122     };
2123     rootObject = 0856CCAE14A99DE0000B1711 /* Project object */;
2124     }