Home | History | Annotate | Download | only in giflib.xcodeproj
      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 44;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		00B7DCD40EDCA06600F77EA2 /* SkImageDecoder_libgif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DCD10EDCA06600F77EA2 /* SkImageDecoder_libgif.cpp */; };
     11 		00B7DCD50EDCA06600F77EA2 /* SkMovie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DCD20EDCA06600F77EA2 /* SkMovie.cpp */; };
     12 		00B7DCD60EDCA06600F77EA2 /* SkMovie_gif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DCD30EDCA06600F77EA2 /* SkMovie_gif.cpp */; };
     13 		00B7DCDA0EDCA07F00F77EA2 /* dgif_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DCD70EDCA07F00F77EA2 /* dgif_lib.c */; };
     14 		00B7DCDB0EDCA07F00F77EA2 /* gif_err.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DCD80EDCA07F00F77EA2 /* gif_err.c */; };
     15 		00B7DCDC0EDCA07F00F77EA2 /* gifalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DCD90EDCA07F00F77EA2 /* gifalloc.c */; };
     16 /* End PBXBuildFile section */
     17 
     18 /* Begin PBXFileReference section */
     19 		00B7DCD10EDCA06600F77EA2 /* SkImageDecoder_libgif.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libgif.cpp; path = ../libsgl/images/SkImageDecoder_libgif.cpp; sourceTree = SOURCE_ROOT; };
     20 		00B7DCD20EDCA06600F77EA2 /* SkMovie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie.cpp; path = ../libsgl/images/SkMovie.cpp; sourceTree = SOURCE_ROOT; };
     21 		00B7DCD30EDCA06600F77EA2 /* SkMovie_gif.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie_gif.cpp; path = ../libsgl/images/SkMovie_gif.cpp; sourceTree = SOURCE_ROOT; };
     22 		00B7DCD70EDCA07F00F77EA2 /* dgif_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dgif_lib.c; path = ../../giflib/dgif_lib.c; sourceTree = SOURCE_ROOT; };
     23 		00B7DCD80EDCA07F00F77EA2 /* gif_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gif_err.c; path = ../../giflib/gif_err.c; sourceTree = SOURCE_ROOT; };
     24 		00B7DCD90EDCA07F00F77EA2 /* gifalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gifalloc.c; path = ../../giflib/gifalloc.c; sourceTree = SOURCE_ROOT; };
     25 		D2AAC046055464E500DB518D /* libgiflib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgiflib.a; sourceTree = BUILT_PRODUCTS_DIR; };
     26 /* End PBXFileReference section */
     27 
     28 /* Begin PBXFrameworksBuildPhase section */
     29 		D289987405E68DCB004EDB86 /* Frameworks */ = {
     30 			isa = PBXFrameworksBuildPhase;
     31 			buildActionMask = 2147483647;
     32 			files = (
     33 			);
     34 			runOnlyForDeploymentPostprocessing = 0;
     35 		};
     36 /* End PBXFrameworksBuildPhase section */
     37 
     38 /* Begin PBXGroup section */
     39 		08FB7794FE84155DC02AAC07 /* giflib */ = {
     40 			isa = PBXGroup;
     41 			children = (
     42 				00B7DCD10EDCA06600F77EA2 /* SkImageDecoder_libgif.cpp */,
     43 				00B7DCD20EDCA06600F77EA2 /* SkMovie.cpp */,
     44 				00B7DCD30EDCA06600F77EA2 /* SkMovie_gif.cpp */,
     45 				08FB7795FE84155DC02AAC07 /* Source */,
     46 				C6A0FF2B0290797F04C91782 /* Documentation */,
     47 				1AB674ADFE9D54B511CA2CBB /* Products */,
     48 			);
     49 			name = giflib;
     50 			sourceTree = "<group>";
     51 		};
     52 		08FB7795FE84155DC02AAC07 /* Source */ = {
     53 			isa = PBXGroup;
     54 			children = (
     55 				00B7DCD70EDCA07F00F77EA2 /* dgif_lib.c */,
     56 				00B7DCD80EDCA07F00F77EA2 /* gif_err.c */,
     57 				00B7DCD90EDCA07F00F77EA2 /* gifalloc.c */,
     58 			);
     59 			name = Source;
     60 			sourceTree = "<group>";
     61 		};
     62 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
     63 			isa = PBXGroup;
     64 			children = (
     65 				D2AAC046055464E500DB518D /* libgiflib.a */,
     66 			);
     67 			name = Products;
     68 			sourceTree = "<group>";
     69 		};
     70 		C6A0FF2B0290797F04C91782 /* Documentation */ = {
     71 			isa = PBXGroup;
     72 			children = (
     73 			);
     74 			name = Documentation;
     75 			sourceTree = "<group>";
     76 		};
     77 /* End PBXGroup section */
     78 
     79 /* Begin PBXHeadersBuildPhase section */
     80 		D2AAC043055464E500DB518D /* Headers */ = {
     81 			isa = PBXHeadersBuildPhase;
     82 			buildActionMask = 2147483647;
     83 			files = (
     84 			);
     85 			runOnlyForDeploymentPostprocessing = 0;
     86 		};
     87 /* End PBXHeadersBuildPhase section */
     88 
     89 /* Begin PBXNativeTarget section */
     90 		D2AAC045055464E500DB518D /* giflib */ = {
     91 			isa = PBXNativeTarget;
     92 			buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "giflib" */;
     93 			buildPhases = (
     94 				D2AAC043055464E500DB518D /* Headers */,
     95 				D2AAC044055464E500DB518D /* Sources */,
     96 				D289987405E68DCB004EDB86 /* Frameworks */,
     97 			);
     98 			buildRules = (
     99 			);
    100 			dependencies = (
    101 			);
    102 			name = giflib;
    103 			productName = giflib;
    104 			productReference = D2AAC046055464E500DB518D /* libgiflib.a */;
    105 			productType = "com.apple.product-type.library.static";
    106 		};
    107 /* End PBXNativeTarget section */
    108 
    109 /* Begin PBXProject section */
    110 		08FB7793FE84155DC02AAC07 /* Project object */ = {
    111 			isa = PBXProject;
    112 			buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "giflib" */;
    113 			compatibilityVersion = "Xcode 3.0";
    114 			hasScannedForEncodings = 1;
    115 			mainGroup = 08FB7794FE84155DC02AAC07 /* giflib */;
    116 			projectDirPath = "";
    117 			projectRoot = "";
    118 			targets = (
    119 				D2AAC045055464E500DB518D /* giflib */,
    120 			);
    121 		};
    122 /* End PBXProject section */
    123 
    124 /* Begin PBXSourcesBuildPhase section */
    125 		D2AAC044055464E500DB518D /* Sources */ = {
    126 			isa = PBXSourcesBuildPhase;
    127 			buildActionMask = 2147483647;
    128 			files = (
    129 				00B7DCD40EDCA06600F77EA2 /* SkImageDecoder_libgif.cpp in Sources */,
    130 				00B7DCD50EDCA06600F77EA2 /* SkMovie.cpp in Sources */,
    131 				00B7DCD60EDCA06600F77EA2 /* SkMovie_gif.cpp in Sources */,
    132 				00B7DCDA0EDCA07F00F77EA2 /* dgif_lib.c in Sources */,
    133 				00B7DCDB0EDCA07F00F77EA2 /* gif_err.c in Sources */,
    134 				00B7DCDC0EDCA07F00F77EA2 /* gifalloc.c in Sources */,
    135 			);
    136 			runOnlyForDeploymentPostprocessing = 0;
    137 		};
    138 /* End PBXSourcesBuildPhase section */
    139 
    140 /* Begin XCBuildConfiguration section */
    141 		1DEB91EC08733DB70010E9CD /* Debug */ = {
    142 			isa = XCBuildConfiguration;
    143 			buildSettings = {
    144 				COPY_PHASE_STRIP = NO;
    145 				GCC_DYNAMIC_NO_PIC = NO;
    146 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
    147 				GCC_MODEL_TUNING = G5;
    148 				GCC_OPTIMIZATION_LEVEL = 0;
    149 				INSTALL_PATH = /usr/local/lib;
    150 				PRODUCT_NAME = giflib;
    151 				ZERO_LINK = YES;
    152 			};
    153 			name = Debug;
    154 		};
    155 		1DEB91ED08733DB70010E9CD /* Release */ = {
    156 			isa = XCBuildConfiguration;
    157 			buildSettings = {
    158 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    159 				GCC_MODEL_TUNING = G5;
    160 				INSTALL_PATH = /usr/local/lib;
    161 				PRODUCT_NAME = giflib;
    162 			};
    163 			name = Release;
    164 		};
    165 		1DEB91F008733DB70010E9CD /* Debug */ = {
    166 			isa = XCBuildConfiguration;
    167 			buildSettings = {
    168 				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    169 				GCC_ENABLE_CPP_RTTI = NO;
    170 				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    171 				GCC_ENABLE_SYMBOL_SEPARATION = NO;
    172 				GCC_PREPROCESSOR_DEFINITIONS = (
    173 					HAVE_CONFIG_H,
    174 					SK_DEBUG,
    175 				);
    176 				GCC_THREADSAFE_STATICS = NO;
    177 				GCC_USE_GCC3_PFE_SUPPORT = NO;
    178 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    179 				GCC_WARN_UNUSED_VARIABLE = YES;
    180 				PREBINDING = NO;
    181 				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
    182 				USER_HEADER_SEARCH_PATHS = "../include/graphics ../include/corecg";
    183 			};
    184 			name = Debug;
    185 		};
    186 		1DEB91F108733DB70010E9CD /* Release */ = {
    187 			isa = XCBuildConfiguration;
    188 			buildSettings = {
    189 				ARCHS = (
    190 					ppc,
    191 					i386,
    192 				);
    193 				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    194 				GCC_ENABLE_CPP_RTTI = NO;
    195 				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    196 				GCC_ENABLE_SYMBOL_SEPARATION = NO;
    197 				GCC_PREPROCESSOR_DEFINITIONS = (
    198 					HAVE_CONFIG_H,
    199 					SK_RELEASE,
    200 				);
    201 				GCC_THREADSAFE_STATICS = NO;
    202 				GCC_USE_GCC3_PFE_SUPPORT = NO;
    203 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    204 				GCC_WARN_UNUSED_VARIABLE = YES;
    205 				PREBINDING = NO;
    206 				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
    207 				USER_HEADER_SEARCH_PATHS = "../include/graphics ../include/corecg";
    208 			};
    209 			name = Release;
    210 		};
    211 /* End XCBuildConfiguration section */
    212 
    213 /* Begin XCConfigurationList section */
    214 		1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "giflib" */ = {
    215 			isa = XCConfigurationList;
    216 			buildConfigurations = (
    217 				1DEB91EC08733DB70010E9CD /* Debug */,
    218 				1DEB91ED08733DB70010E9CD /* Release */,
    219 			);
    220 			defaultConfigurationIsVisible = 0;
    221 			defaultConfigurationName = Release;
    222 		};
    223 		1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "giflib" */ = {
    224 			isa = XCConfigurationList;
    225 			buildConfigurations = (
    226 				1DEB91F008733DB70010E9CD /* Debug */,
    227 				1DEB91F108733DB70010E9CD /* Release */,
    228 			);
    229 			defaultConfigurationIsVisible = 0;
    230 			defaultConfigurationName = Release;
    231 		};
    232 /* End XCConfigurationList section */
    233 	};
    234 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    235 }
    236