Home | History | Annotate | Download | only in Vorbis.xcodeproj
      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 45;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		738835F40B18FF50005C7A69 /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F63803389C830112CE8F /* mdct.c */; };
     11 		738835F70B18FF58005C7A69 /* smallft.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65A03389C830112CE8F /* smallft.c */; };
     12 		738835F80B18FF61005C7A69 /* block.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F60F03389C830112CE8F /* block.c */; };
     13 		738835F90B18FF67005C7A69 /* envelope.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F62603389C830112CE8F /* envelope.c */; };
     14 		738835FA0B18FF71005C7A69 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F66003389C830112CE8F /* window.c */; };
     15 		738835FB0B18FF7A005C7A69 /* lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F63203389C830112CE8F /* lsp.c */; };
     16 		738835FC0B18FF82005C7A69 /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F63003389C830112CE8F /* lpc.c */; };
     17 		738835FD0B18FF93005C7A69 /* analysis.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F60A03389C830112CE8F /* analysis.c */; };
     18 		738835FE0B18FF9C005C7A69 /* synthesis.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65C03389C830112CE8F /* synthesis.c */; };
     19 		738835FF0B18FF9E005C7A69 /* psy.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65203389C830112CE8F /* psy.c */; };
     20 		738836000B18FFCB005C7A69 /* info.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F62B03389C830112CE8F /* info.c */; };
     21 		738836010B18FFE5005C7A69 /* floor1.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F62903389C830112CE8F /* floor1.c */; };
     22 		738836020B18FFE5005C7A69 /* floor0.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F62803389C830112CE8F /* floor0.c */; };
     23 		738836030B18FFED005C7A69 /* res0.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65703389C830112CE8F /* res0.c */; };
     24 		738836040B18FFF0005C7A69 /* mapping0.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F63603389C830112CE8F /* mapping0.c */; };
     25 		738836050B18FFF8005C7A69 /* registry.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65503389C830112CE8F /* registry.c */; };
     26 		738836060B18FFFD005C7A69 /* codebook.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F62303389C830112CE8F /* codebook.c */; };
     27 		738836070B190001005C7A69 /* sharedbook.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65903389C830112CE8F /* sharedbook.c */; };
     28 		738836080B190008005C7A69 /* lookup.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F62C03389C830112CE8F /* lookup.c */; };
     29 		738836090B19000B005C7A69 /* bitrate.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F60D03389C830112CE8F /* bitrate.c */; };
     30 		8994448013B4FA70007E25B1 /* vorbisfile.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65F03389C830112CE8F /* vorbisfile.c */; };
     31 		B0F83FC211D4386C008A83D3 /* vorbisenc.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65E03389C830112CE8F /* vorbisenc.c */; };
     32 /* End PBXBuildFile section */
     33 
     34 /* Begin PBXFileReference section */
     35 		089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
     36 		730F23F0091827B100AB638C /* Info.plist */ = {isa = PBXFileReference; explicitFileType = text.plist; fileEncoding = 4; path = Info.plist; sourceTree = "<group>"; };
     37 		738835E40B18F870005C7A69 /* libvorbis.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libvorbis.a; sourceTree = BUILT_PRODUCTS_DIR; };
     38 		B0A98E6111D430C900952D48 /* MacConfigExternalDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalDebug.xcconfig; path = ../../MacConfigExternalDebug.xcconfig; sourceTree = SOURCE_ROOT; };
     39 		B0A98E6211D430C900952D48 /* MacConfigExternalRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalRelease.xcconfig; path = ../../MacConfigExternalRelease.xcconfig; sourceTree = SOURCE_ROOT; };
     40 		F58520B90191D12B01A802FE /* codec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = codec.h; sourceTree = "<group>"; };
     41 		F58520BA0191D12B01A802FE /* vorbisenc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vorbisenc.h; sourceTree = "<group>"; };
     42 		F58520BB0191D12B01A802FE /* vorbisfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vorbisfile.h; sourceTree = "<group>"; };
     43 		F5D8F60A03389C830112CE8F /* analysis.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = analysis.c; sourceTree = "<group>"; };
     44 		F5D8F60B03389C830112CE8F /* backends.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = backends.h; sourceTree = "<group>"; };
     45 		F5D8F60C03389C830112CE8F /* barkmel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = barkmel.c; sourceTree = "<group>"; };
     46 		F5D8F60D03389C830112CE8F /* bitrate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bitrate.c; sourceTree = "<group>"; };
     47 		F5D8F60E03389C830112CE8F /* bitrate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitrate.h; sourceTree = "<group>"; };
     48 		F5D8F60F03389C830112CE8F /* block.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = block.c; sourceTree = "<group>"; };
     49 		F5D8F61603389C830112CE8F /* res_books_stereo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = res_books_stereo.h; sourceTree = "<group>"; };
     50 		F5D8F61903389C830112CE8F /* floor_books.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = floor_books.h; sourceTree = "<group>"; };
     51 		F5D8F62203389C830112CE8F /* res_books_uncoupled.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = res_books_uncoupled.h; sourceTree = "<group>"; };
     52 		F5D8F62303389C830112CE8F /* codebook.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = codebook.c; sourceTree = "<group>"; };
     53 		F5D8F62403389C830112CE8F /* codebook.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = codebook.h; sourceTree = "<group>"; };
     54 		F5D8F62503389C830112CE8F /* codec_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = codec_internal.h; sourceTree = "<group>"; };
     55 		F5D8F62603389C830112CE8F /* envelope.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = envelope.c; sourceTree = "<group>"; };
     56 		F5D8F62703389C830112CE8F /* envelope.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = envelope.h; sourceTree = "<group>"; };
     57 		F5D8F62803389C830112CE8F /* floor0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = floor0.c; sourceTree = "<group>"; };
     58 		F5D8F62903389C830112CE8F /* floor1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = floor1.c; sourceTree = "<group>"; };
     59 		F5D8F62A03389C830112CE8F /* highlevel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = highlevel.h; sourceTree = "<group>"; };
     60 		F5D8F62B03389C830112CE8F /* info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = info.c; sourceTree = "<group>"; };
     61 		F5D8F62C03389C830112CE8F /* lookup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lookup.c; sourceTree = "<group>"; };
     62 		F5D8F62D03389C830112CE8F /* lookup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lookup.h; sourceTree = "<group>"; };
     63 		F5D8F62E03389C830112CE8F /* lookup_data.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lookup_data.h; sourceTree = "<group>"; };
     64 		F5D8F63003389C830112CE8F /* lpc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lpc.c; sourceTree = "<group>"; };
     65 		F5D8F63103389C830112CE8F /* lpc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lpc.h; sourceTree = "<group>"; };
     66 		F5D8F63203389C830112CE8F /* lsp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lsp.c; sourceTree = "<group>"; };
     67 		F5D8F63303389C830112CE8F /* lsp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lsp.h; sourceTree = "<group>"; };
     68 		F5D8F63603389C830112CE8F /* mapping0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mapping0.c; sourceTree = "<group>"; };
     69 		F5D8F63703389C830112CE8F /* masking.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = masking.h; sourceTree = "<group>"; };
     70 		F5D8F63803389C830112CE8F /* mdct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mdct.c; sourceTree = "<group>"; };
     71 		F5D8F63903389C830112CE8F /* mdct.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mdct.h; sourceTree = "<group>"; };
     72 		F5D8F63A03389C830112CE8F /* misc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = "<group>"; };
     73 		F5D8F63B03389C830112CE8F /* misc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = misc.h; sourceTree = "<group>"; };
     74 		F5D8F63E03389C830112CE8F /* floor_all.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = floor_all.h; sourceTree = "<group>"; };
     75 		F5D8F64103389C830112CE8F /* psych_11.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = psych_11.h; sourceTree = "<group>"; };
     76 		F5D8F64203389C830112CE8F /* psych_16.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = psych_16.h; sourceTree = "<group>"; };
     77 		F5D8F64303389C830112CE8F /* psych_44.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = psych_44.h; sourceTree = "<group>"; };
     78 		F5D8F64403389C830112CE8F /* psych_8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = psych_8.h; sourceTree = "<group>"; };
     79 		F5D8F64503389C830112CE8F /* residue_16.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = residue_16.h; sourceTree = "<group>"; };
     80 		F5D8F64603389C830112CE8F /* residue_44.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = residue_44.h; sourceTree = "<group>"; };
     81 		F5D8F64703389C830112CE8F /* residue_44u.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = residue_44u.h; sourceTree = "<group>"; };
     82 		F5D8F64803389C830112CE8F /* residue_8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = residue_8.h; sourceTree = "<group>"; };
     83 		F5D8F64903389C830112CE8F /* setup_11.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_11.h; sourceTree = "<group>"; };
     84 		F5D8F64A03389C830112CE8F /* setup_16.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_16.h; sourceTree = "<group>"; };
     85 		F5D8F64B03389C830112CE8F /* setup_22.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_22.h; sourceTree = "<group>"; };
     86 		F5D8F64C03389C830112CE8F /* setup_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_32.h; sourceTree = "<group>"; };
     87 		F5D8F64D03389C830112CE8F /* setup_44.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_44.h; sourceTree = "<group>"; };
     88 		F5D8F64E03389C830112CE8F /* setup_44u.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_44u.h; sourceTree = "<group>"; };
     89 		F5D8F64F03389C830112CE8F /* setup_8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_8.h; sourceTree = "<group>"; };
     90 		F5D8F65003389C830112CE8F /* setup_X.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setup_X.h; sourceTree = "<group>"; };
     91 		F5D8F65103389C830112CE8F /* os.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = os.h; sourceTree = "<group>"; };
     92 		F5D8F65203389C830112CE8F /* psy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = psy.c; sourceTree = "<group>"; };
     93 		F5D8F65303389C830112CE8F /* psy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = psy.h; sourceTree = "<group>"; };
     94 		F5D8F65403389C830112CE8F /* psytune.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = psytune.c; sourceTree = "<group>"; };
     95 		F5D8F65503389C830112CE8F /* registry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = registry.c; sourceTree = "<group>"; };
     96 		F5D8F65603389C830112CE8F /* registry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = registry.h; sourceTree = "<group>"; };
     97 		F5D8F65703389C830112CE8F /* res0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = res0.c; sourceTree = "<group>"; };
     98 		F5D8F65803389C830112CE8F /* scales.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scales.h; sourceTree = "<group>"; };
     99 		F5D8F65903389C830112CE8F /* sharedbook.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sharedbook.c; sourceTree = "<group>"; };
    100 		F5D8F65A03389C830112CE8F /* smallft.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = smallft.c; sourceTree = "<group>"; };
    101 		F5D8F65B03389C830112CE8F /* smallft.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = smallft.h; sourceTree = "<group>"; };
    102 		F5D8F65C03389C830112CE8F /* synthesis.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = synthesis.c; sourceTree = "<group>"; };
    103 		F5D8F65D03389C830112CE8F /* tone.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tone.c; sourceTree = "<group>"; };
    104 		F5D8F65E03389C830112CE8F /* vorbisenc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vorbisenc.c; sourceTree = "<group>"; };
    105 		F5D8F65F03389C830112CE8F /* vorbisfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vorbisfile.c; sourceTree = "<group>"; };
    106 		F5D8F66003389C830112CE8F /* window.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = window.c; sourceTree = "<group>"; };
    107 		F5D8F66103389C830112CE8F /* window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = window.h; sourceTree = "<group>"; };
    108 /* End PBXFileReference section */
    109 
    110 /* Begin PBXFrameworksBuildPhase section */
    111 		738835E20B18F870005C7A69 /* Frameworks */ = {
    112 			isa = PBXFrameworksBuildPhase;
    113 			buildActionMask = 2147483647;
    114 			files = (
    115 			);
    116 			runOnlyForDeploymentPostprocessing = 0;
    117 		};
    118 /* End PBXFrameworksBuildPhase section */
    119 
    120 /* Begin PBXGroup section */
    121 		034768DFFF38A50411DB9C8B /* Products */ = {
    122 			isa = PBXGroup;
    123 			children = (
    124 				738835E40B18F870005C7A69 /* libvorbis.a */,
    125 			);
    126 			name = Products;
    127 			sourceTree = "<group>";
    128 		};
    129 		0867D691FE84028FC02AAC07 /* vorbis */ = {
    130 			isa = PBXGroup;
    131 			children = (
    132 				B0A98E6111D430C900952D48 /* MacConfigExternalDebug.xcconfig */,
    133 				B0A98E6211D430C900952D48 /* MacConfigExternalRelease.xcconfig */,
    134 				F58520B70191D12B01A802FE /* Headers */,
    135 				F5D8F60803389C830112CE8F /* lib */,
    136 				089C1665FE841158C02AAC07 /* Resources */,
    137 				034768DFFF38A50411DB9C8B /* Products */,
    138 			);
    139 			name = vorbis;
    140 			sourceTree = "<group>";
    141 		};
    142 		089C1665FE841158C02AAC07 /* Resources */ = {
    143 			isa = PBXGroup;
    144 			children = (
    145 				730F23F0091827B100AB638C /* Info.plist */,
    146 				089C1666FE841158C02AAC07 /* InfoPlist.strings */,
    147 			);
    148 			name = Resources;
    149 			sourceTree = "<group>";
    150 		};
    151 		F58520B70191D12B01A802FE /* Headers */ = {
    152 			isa = PBXGroup;
    153 			children = (
    154 				F58520B90191D12B01A802FE /* codec.h */,
    155 				F58520BA0191D12B01A802FE /* vorbisenc.h */,
    156 				F58520BB0191D12B01A802FE /* vorbisfile.h */,
    157 			);
    158 			name = Headers;
    159 			path = ../include/vorbis;
    160 			sourceTree = SOURCE_ROOT;
    161 		};
    162 		F5D8F60803389C830112CE8F /* lib */ = {
    163 			isa = PBXGroup;
    164 			children = (
    165 				F5D8F60A03389C830112CE8F /* analysis.c */,
    166 				F5D8F60B03389C830112CE8F /* backends.h */,
    167 				F5D8F60C03389C830112CE8F /* barkmel.c */,
    168 				F5D8F60D03389C830112CE8F /* bitrate.c */,
    169 				F5D8F60E03389C830112CE8F /* bitrate.h */,
    170 				F5D8F60F03389C830112CE8F /* block.c */,
    171 				F5D8F61003389C830112CE8F /* books */,
    172 				F5D8F62303389C830112CE8F /* codebook.c */,
    173 				F5D8F62403389C830112CE8F /* codebook.h */,
    174 				F5D8F62503389C830112CE8F /* codec_internal.h */,
    175 				F5D8F62603389C830112CE8F /* envelope.c */,
    176 				F5D8F62703389C830112CE8F /* envelope.h */,
    177 				F5D8F62803389C830112CE8F /* floor0.c */,
    178 				F5D8F62903389C830112CE8F /* floor1.c */,
    179 				F5D8F62A03389C830112CE8F /* highlevel.h */,
    180 				F5D8F62B03389C830112CE8F /* info.c */,
    181 				F5D8F62C03389C830112CE8F /* lookup.c */,
    182 				F5D8F62D03389C830112CE8F /* lookup.h */,
    183 				F5D8F62E03389C830112CE8F /* lookup_data.h */,
    184 				F5D8F63003389C830112CE8F /* lpc.c */,
    185 				F5D8F63103389C830112CE8F /* lpc.h */,
    186 				F5D8F63203389C830112CE8F /* lsp.c */,
    187 				F5D8F63303389C830112CE8F /* lsp.h */,
    188 				F5D8F63603389C830112CE8F /* mapping0.c */,
    189 				F5D8F63703389C830112CE8F /* masking.h */,
    190 				F5D8F63803389C830112CE8F /* mdct.c */,
    191 				F5D8F63903389C830112CE8F /* mdct.h */,
    192 				F5D8F63A03389C830112CE8F /* misc.c */,
    193 				F5D8F63B03389C830112CE8F /* misc.h */,
    194 				F5D8F63C03389C830112CE8F /* modes */,
    195 				F5D8F65103389C830112CE8F /* os.h */,
    196 				F5D8F65203389C830112CE8F /* psy.c */,
    197 				F5D8F65303389C830112CE8F /* psy.h */,
    198 				F5D8F65403389C830112CE8F /* psytune.c */,
    199 				F5D8F65503389C830112CE8F /* registry.c */,
    200 				F5D8F65603389C830112CE8F /* registry.h */,
    201 				F5D8F65703389C830112CE8F /* res0.c */,
    202 				F5D8F65803389C830112CE8F /* scales.h */,
    203 				F5D8F65903389C830112CE8F /* sharedbook.c */,
    204 				F5D8F65A03389C830112CE8F /* smallft.c */,
    205 				F5D8F65B03389C830112CE8F /* smallft.h */,
    206 				F5D8F65C03389C830112CE8F /* synthesis.c */,
    207 				F5D8F65D03389C830112CE8F /* tone.c */,
    208 				F5D8F65E03389C830112CE8F /* vorbisenc.c */,
    209 				F5D8F65F03389C830112CE8F /* vorbisfile.c */,
    210 				F5D8F66003389C830112CE8F /* window.c */,
    211 				F5D8F66103389C830112CE8F /* window.h */,
    212 			);
    213 			name = lib;
    214 			path = ../lib;
    215 			sourceTree = "<group>";
    216 		};
    217 		F5D8F61003389C830112CE8F /* books */ = {
    218 			isa = PBXGroup;
    219 			children = (
    220 				F5D8F61203389C830112CE8F /* coupled */,
    221 				F5D8F61703389C830112CE8F /* floor */,
    222 				F5D8F61E03389C830112CE8F /* uncoupled */,
    223 			);
    224 			path = books;
    225 			sourceTree = "<group>";
    226 		};
    227 		F5D8F61203389C830112CE8F /* coupled */ = {
    228 			isa = PBXGroup;
    229 			children = (
    230 				F5D8F61603389C830112CE8F /* res_books_stereo.h */,
    231 			);
    232 			path = coupled;
    233 			sourceTree = "<group>";
    234 		};
    235 		F5D8F61703389C830112CE8F /* floor */ = {
    236 			isa = PBXGroup;
    237 			children = (
    238 				F5D8F61903389C830112CE8F /* floor_books.h */,
    239 			);
    240 			path = floor;
    241 			sourceTree = "<group>";
    242 		};
    243 		F5D8F61E03389C830112CE8F /* uncoupled */ = {
    244 			isa = PBXGroup;
    245 			children = (
    246 				F5D8F62203389C830112CE8F /* res_books_uncoupled.h */,
    247 			);
    248 			path = uncoupled;
    249 			sourceTree = "<group>";
    250 		};
    251 		F5D8F63C03389C830112CE8F /* modes */ = {
    252 			isa = PBXGroup;
    253 			children = (
    254 				F5D8F63E03389C830112CE8F /* floor_all.h */,
    255 				F5D8F64103389C830112CE8F /* psych_11.h */,
    256 				F5D8F64203389C830112CE8F /* psych_16.h */,
    257 				F5D8F64303389C830112CE8F /* psych_44.h */,
    258 				F5D8F64403389C830112CE8F /* psych_8.h */,
    259 				F5D8F64503389C830112CE8F /* residue_16.h */,
    260 				F5D8F64603389C830112CE8F /* residue_44.h */,
    261 				F5D8F64703389C830112CE8F /* residue_44u.h */,
    262 				F5D8F64803389C830112CE8F /* residue_8.h */,
    263 				F5D8F64903389C830112CE8F /* setup_11.h */,
    264 				F5D8F64A03389C830112CE8F /* setup_16.h */,
    265 				F5D8F64B03389C830112CE8F /* setup_22.h */,
    266 				F5D8F64C03389C830112CE8F /* setup_32.h */,
    267 				F5D8F64D03389C830112CE8F /* setup_44.h */,
    268 				F5D8F64E03389C830112CE8F /* setup_44u.h */,
    269 				F5D8F64F03389C830112CE8F /* setup_8.h */,
    270 				F5D8F65003389C830112CE8F /* setup_X.h */,
    271 			);
    272 			path = modes;
    273 			sourceTree = "<group>";
    274 		};
    275 /* End PBXGroup section */
    276 
    277 /* Begin PBXHeadersBuildPhase section */
    278 		738835E00B18F870005C7A69 /* Headers */ = {
    279 			isa = PBXHeadersBuildPhase;
    280 			buildActionMask = 2147483647;
    281 			files = (
    282 			);
    283 			runOnlyForDeploymentPostprocessing = 0;
    284 		};
    285 /* End PBXHeadersBuildPhase section */
    286 
    287 /* Begin PBXNativeTarget section */
    288 		738835E30B18F870005C7A69 /* libvorbis (static) */ = {
    289 			isa = PBXNativeTarget;
    290 			buildConfigurationList = 738835E50B18F88E005C7A69 /* Build configuration list for PBXNativeTarget "libvorbis (static)" */;
    291 			buildPhases = (
    292 				738835E00B18F870005C7A69 /* Headers */,
    293 				738835E10B18F870005C7A69 /* Sources */,
    294 				738835E20B18F870005C7A69 /* Frameworks */,
    295 			);
    296 			buildRules = (
    297 			);
    298 			dependencies = (
    299 			);
    300 			name = "libvorbis (static)";
    301 			productName = vorbis;
    302 			productReference = 738835E40B18F870005C7A69 /* libvorbis.a */;
    303 			productType = "com.apple.product-type.library.static";
    304 		};
    305 /* End PBXNativeTarget section */
    306 
    307 /* Begin PBXProject section */
    308 		0867D690FE84028FC02AAC07 /* Project object */ = {
    309 			isa = PBXProject;
    310 			buildConfigurationList = 730F23F3091827B200AB638C /* Build configuration list for PBXProject "Vorbis" */;
    311 			compatibilityVersion = "Xcode 3.1";
    312 			developmentRegion = English;
    313 			hasScannedForEncodings = 0;
    314 			knownRegions = (
    315 				English,
    316 				Japanese,
    317 				French,
    318 				German,
    319 			);
    320 			mainGroup = 0867D691FE84028FC02AAC07 /* vorbis */;
    321 			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
    322 			projectDirPath = "";
    323 			projectRoot = "";
    324 			targets = (
    325 				738835E30B18F870005C7A69 /* libvorbis (static) */,
    326 			);
    327 		};
    328 /* End PBXProject section */
    329 
    330 /* Begin PBXSourcesBuildPhase section */
    331 		738835E10B18F870005C7A69 /* Sources */ = {
    332 			isa = PBXSourcesBuildPhase;
    333 			buildActionMask = 2147483647;
    334 			files = (
    335 				738835F40B18FF50005C7A69 /* mdct.c in Sources */,
    336 				738835F70B18FF58005C7A69 /* smallft.c in Sources */,
    337 				738835F80B18FF61005C7A69 /* block.c in Sources */,
    338 				738835F90B18FF67005C7A69 /* envelope.c in Sources */,
    339 				738835FA0B18FF71005C7A69 /* window.c in Sources */,
    340 				738835FB0B18FF7A005C7A69 /* lsp.c in Sources */,
    341 				738835FC0B18FF82005C7A69 /* lpc.c in Sources */,
    342 				738835FD0B18FF93005C7A69 /* analysis.c in Sources */,
    343 				738835FE0B18FF9C005C7A69 /* synthesis.c in Sources */,
    344 				738835FF0B18FF9E005C7A69 /* psy.c in Sources */,
    345 				738836000B18FFCB005C7A69 /* info.c in Sources */,
    346 				738836010B18FFE5005C7A69 /* floor1.c in Sources */,
    347 				738836020B18FFE5005C7A69 /* floor0.c in Sources */,
    348 				738836030B18FFED005C7A69 /* res0.c in Sources */,
    349 				738836040B18FFF0005C7A69 /* mapping0.c in Sources */,
    350 				738836050B18FFF8005C7A69 /* registry.c in Sources */,
    351 				738836060B18FFFD005C7A69 /* codebook.c in Sources */,
    352 				738836070B190001005C7A69 /* sharedbook.c in Sources */,
    353 				738836080B190008005C7A69 /* lookup.c in Sources */,
    354 				738836090B19000B005C7A69 /* bitrate.c in Sources */,
    355 				B0F83FC211D4386C008A83D3 /* vorbisenc.c in Sources */,
    356 				8994448013B4FA70007E25B1 /* vorbisfile.c in Sources */,
    357 			);
    358 			runOnlyForDeploymentPostprocessing = 0;
    359 		};
    360 /* End PBXSourcesBuildPhase section */
    361 
    362 /* Begin PBXVariantGroup section */
    363 		089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
    364 			isa = PBXVariantGroup;
    365 			children = (
    366 				089C1667FE841158C02AAC07 /* English */,
    367 			);
    368 			name = InfoPlist.strings;
    369 			sourceTree = "<group>";
    370 		};
    371 /* End PBXVariantGroup section */
    372 
    373 /* Begin XCBuildConfiguration section */
    374 		730F23F4091827B200AB638C /* Debug */ = {
    375 			isa = XCBuildConfiguration;
    376 			baseConfigurationReference = B0A98E6111D430C900952D48 /* MacConfigExternalDebug.xcconfig */;
    377 			buildSettings = {
    378 				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
    379 				HEADER_SEARCH_PATHS = (
    380 					../lib,
    381 					../include,
    382 					../../libogg/include,
    383 				);
    384 				USER_HEADER_SEARCH_PATHS = "../include ../../libogg/include";
    385 			};
    386 			name = Debug;
    387 		};
    388 		730F23F5091827B200AB638C /* Release */ = {
    389 			isa = XCBuildConfiguration;
    390 			baseConfigurationReference = B0A98E6211D430C900952D48 /* MacConfigExternalRelease.xcconfig */;
    391 			buildSettings = {
    392 				GCC_OPTIMIZATION_LEVEL = 3;
    393 				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
    394 				HEADER_SEARCH_PATHS = (
    395 					../lib,
    396 					../include,
    397 					../../libogg/include,
    398 				);
    399 				OTHER_CFLAGS = (
    400 					"$(OTHER_CFLAGS)",
    401 					"-ffast-math",
    402 					"-falign-loops=16",
    403 				);
    404 				USER_HEADER_SEARCH_PATHS = "../include ../../libogg/include";
    405 			};
    406 			name = Release;
    407 		};
    408 		738835E60B18F88E005C7A69 /* Debug */ = {
    409 			isa = XCBuildConfiguration;
    410 			buildSettings = {
    411 				COPY_PHASE_STRIP = NO;
    412 				GCC_DYNAMIC_NO_PIC = NO;
    413 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
    414 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
    415 				GCC_OPTIMIZATION_LEVEL = 0;
    416 				HEADER_SEARCH_PATHS = (
    417 					"$(inherited)",
    418 					../../ogg/include,
    419 				);
    420 				INSTALL_PATH = /usr/local/lib;
    421 				PREBINDING = NO;
    422 				PRODUCT_NAME = vorbis;
    423 				ZERO_LINK = YES;
    424 			};
    425 			name = Debug;
    426 		};
    427 		738835E70B18F88E005C7A69 /* Release */ = {
    428 			isa = XCBuildConfiguration;
    429 			buildSettings = {
    430 				COPY_PHASE_STRIP = YES;
    431 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
    432 				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
    433 				HEADER_SEARCH_PATHS = (
    434 					"$(inherited)",
    435 					../../ogg/include,
    436 				);
    437 				INSTALL_PATH = /usr/local/lib;
    438 				PREBINDING = NO;
    439 				PRODUCT_NAME = vorbis;
    440 				ZERO_LINK = NO;
    441 			};
    442 			name = Release;
    443 		};
    444 /* End XCBuildConfiguration section */
    445 
    446 /* Begin XCConfigurationList section */
    447 		730F23F3091827B200AB638C /* Build configuration list for PBXProject "Vorbis" */ = {
    448 			isa = XCConfigurationList;
    449 			buildConfigurations = (
    450 				730F23F4091827B200AB638C /* Debug */,
    451 				730F23F5091827B200AB638C /* Release */,
    452 			);
    453 			defaultConfigurationIsVisible = 0;
    454 			defaultConfigurationName = Release;
    455 		};
    456 		738835E50B18F88E005C7A69 /* Build configuration list for PBXNativeTarget "libvorbis (static)" */ = {
    457 			isa = XCConfigurationList;
    458 			buildConfigurations = (
    459 				738835E60B18F88E005C7A69 /* Debug */,
    460 				738835E70B18F88E005C7A69 /* Release */,
    461 			);
    462 			defaultConfigurationIsVisible = 0;
    463 			defaultConfigurationName = Release;
    464 		};
    465 /* End XCConfigurationList section */
    466 	};
    467 	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
    468 }
    469