• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 42;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		008CFC4D0C04B77E00FB4126 /* SkMovie_gif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 008CFC4C0C04B77E00FB4126 /* SkMovie_gif.cpp */; };
11		00B13BE30C0C6EFA0033F013 /* SkMovie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B13BE20C0C6EFA0033F013 /* SkMovie.cpp */; };
12		FE08AB3F0945EFBE0057213F /* gif_lib_private.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AB3D0945EFBE0057213F /* gif_lib_private.h */; };
13		FE08AB400945EFBE0057213F /* gif_lib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AB3E0945EFBE0057213F /* gif_lib.h */; };
14		FE08AB440945EFEF0057213F /* dgif_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB410945EFEF0057213F /* dgif_lib.c */; };
15		FE08AB450945EFEF0057213F /* gif_err.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB420945EFEF0057213F /* gif_err.c */; };
16		FE08AB460945EFEF0057213F /* gifalloc.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AB430945EFEF0057213F /* gifalloc.c */; };
17		FE7B86240948E6A1001B952C /* SkImageDecoder_libgif.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE7B86230948E6A1001B952C /* SkImageDecoder_libgif.cpp */; };
18/* End PBXBuildFile section */
19
20/* Begin PBXFileReference section */
21		008CFC4C0C04B77E00FB4126 /* SkMovie_gif.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie_gif.cpp; path = ../../libs/graphics/images/SkMovie_gif.cpp; sourceTree = SOURCE_ROOT; };
22		00B13BE20C0C6EFA0033F013 /* SkMovie.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkMovie.cpp; path = ../../libs/graphics/images/SkMovie.cpp; sourceTree = SOURCE_ROOT; };
23		D2AAC046055464E500DB518D /* libgif.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgif.a; sourceTree = BUILT_PRODUCTS_DIR; };
24		FE08AB3D0945EFBE0057213F /* gif_lib_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = gif_lib_private.h; path = "../../extlibs/libgif-4.0/gif_lib_private.h"; sourceTree = SOURCE_ROOT; };
25		FE08AB3E0945EFBE0057213F /* gif_lib.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = gif_lib.h; path = "../../extlibs/libgif-4.0/gif_lib.h"; sourceTree = SOURCE_ROOT; };
26		FE08AB410945EFEF0057213F /* dgif_lib.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dgif_lib.c; path = "../../extlibs/libgif-4.0/dgif_lib.c"; sourceTree = SOURCE_ROOT; };
27		FE08AB420945EFEF0057213F /* gif_err.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = gif_err.c; path = "../../extlibs/libgif-4.0/gif_err.c"; sourceTree = SOURCE_ROOT; };
28		FE08AB430945EFEF0057213F /* gifalloc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = gifalloc.c; path = "../../extlibs/libgif-4.0/gifalloc.c"; sourceTree = SOURCE_ROOT; };
29		FE7B86230948E6A1001B952C /* SkImageDecoder_libgif.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libgif.cpp; path = ../../libs/graphics/images/SkImageDecoder_libgif.cpp; sourceTree = SOURCE_ROOT; };
30/* End PBXFileReference section */
31
32/* Begin PBXFrameworksBuildPhase section */
33		D289987405E68DCB004EDB86 /* Frameworks */ = {
34			isa = PBXFrameworksBuildPhase;
35			buildActionMask = 2147483647;
36			files = (
37			);
38			runOnlyForDeploymentPostprocessing = 0;
39		};
40/* End PBXFrameworksBuildPhase section */
41
42/* Begin PBXGroup section */
43		08FB7794FE84155DC02AAC07 /* gif */ = {
44			isa = PBXGroup;
45			children = (
46				00B13BE20C0C6EFA0033F013 /* SkMovie.cpp */,
47				FE08AB3C0945EF830057213F /* Include */,
48				08FB7795FE84155DC02AAC07 /* Source */,
49				C6A0FF2B0290797F04C91782 /* Documentation */,
50				1AB674ADFE9D54B511CA2CBB /* Products */,
51			);
52			name = gif;
53			sourceTree = "<group>";
54		};
55		08FB7795FE84155DC02AAC07 /* Source */ = {
56			isa = PBXGroup;
57			children = (
58				008CFC4C0C04B77E00FB4126 /* SkMovie_gif.cpp */,
59				FE7B86230948E6A1001B952C /* SkImageDecoder_libgif.cpp */,
60				FE08AB410945EFEF0057213F /* dgif_lib.c */,
61				FE08AB420945EFEF0057213F /* gif_err.c */,
62				FE08AB430945EFEF0057213F /* gifalloc.c */,
63			);
64			name = Source;
65			sourceTree = "<group>";
66		};
67		1AB674ADFE9D54B511CA2CBB /* Products */ = {
68			isa = PBXGroup;
69			children = (
70				D2AAC046055464E500DB518D /* libgif.a */,
71			);
72			name = Products;
73			sourceTree = "<group>";
74		};
75		C6A0FF2B0290797F04C91782 /* Documentation */ = {
76			isa = PBXGroup;
77			children = (
78			);
79			name = Documentation;
80			sourceTree = "<group>";
81		};
82		FE08AB3C0945EF830057213F /* Include */ = {
83			isa = PBXGroup;
84			children = (
85				FE08AB3D0945EFBE0057213F /* gif_lib_private.h */,
86				FE08AB3E0945EFBE0057213F /* gif_lib.h */,
87			);
88			name = Include;
89			sourceTree = "<group>";
90		};
91/* End PBXGroup section */
92
93/* Begin PBXHeadersBuildPhase section */
94		D2AAC043055464E500DB518D /* Headers */ = {
95			isa = PBXHeadersBuildPhase;
96			buildActionMask = 2147483647;
97			files = (
98				FE08AB3F0945EFBE0057213F /* gif_lib_private.h in Headers */,
99				FE08AB400945EFBE0057213F /* gif_lib.h in Headers */,
100			);
101			runOnlyForDeploymentPostprocessing = 0;
102		};
103/* End PBXHeadersBuildPhase section */
104
105/* Begin PBXNativeTarget section */
106		D2AAC045055464E500DB518D /* gif */ = {
107			isa = PBXNativeTarget;
108			buildConfigurationList = FE5F47EB094782A50095980F /* Build configuration list for PBXNativeTarget "gif" */;
109			buildPhases = (
110				D2AAC043055464E500DB518D /* Headers */,
111				D2AAC044055464E500DB518D /* Sources */,
112				D289987405E68DCB004EDB86 /* Frameworks */,
113			);
114			buildRules = (
115			);
116			dependencies = (
117			);
118			name = gif;
119			productName = gif;
120			productReference = D2AAC046055464E500DB518D /* libgif.a */;
121			productType = "com.apple.product-type.library.static";
122		};
123/* End PBXNativeTarget section */
124
125/* Begin PBXProject section */
126		08FB7793FE84155DC02AAC07 /* Project object */ = {
127			isa = PBXProject;
128			buildConfigurationList = FE5F47EF094782A50095980F /* Build configuration list for PBXProject "gif" */;
129			hasScannedForEncodings = 1;
130			mainGroup = 08FB7794FE84155DC02AAC07 /* gif */;
131			projectDirPath = "";
132			targets = (
133				D2AAC045055464E500DB518D /* gif */,
134			);
135		};
136/* End PBXProject section */
137
138/* Begin PBXSourcesBuildPhase section */
139		D2AAC044055464E500DB518D /* Sources */ = {
140			isa = PBXSourcesBuildPhase;
141			buildActionMask = 2147483647;
142			files = (
143				FE08AB440945EFEF0057213F /* dgif_lib.c in Sources */,
144				FE08AB450945EFEF0057213F /* gif_err.c in Sources */,
145				FE08AB460945EFEF0057213F /* gifalloc.c in Sources */,
146				FE7B86240948E6A1001B952C /* SkImageDecoder_libgif.cpp in Sources */,
147				008CFC4D0C04B77E00FB4126 /* SkMovie_gif.cpp in Sources */,
148				00B13BE30C0C6EFA0033F013 /* SkMovie.cpp in Sources */,
149			);
150			runOnlyForDeploymentPostprocessing = 0;
151		};
152/* End PBXSourcesBuildPhase section */
153
154/* Begin XCBuildConfiguration section */
155		FE5F47EC094782A50095980F /* Debug */ = {
156			isa = XCBuildConfiguration;
157			buildSettings = {
158				COPY_PHASE_STRIP = NO;
159				GCC_DYNAMIC_NO_PIC = NO;
160				GCC_ENABLE_CPP_RTTI = NO;
161				GCC_ENABLE_FIX_AND_CONTINUE = YES;
162				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
163				GCC_MODEL_TUNING = G5;
164				GCC_OPTIMIZATION_LEVEL = 0;
165				GCC_PREPROCESSOR_DEFINITIONS = (
166					_LIB,
167					SK_FORCE_SCALARFIXED,
168				);
169				GCC_WARN_ABOUT_RETURN_TYPE = YES;
170				GCC_WARN_UNUSED_VARIABLE = YES;
171				HEADER_SEARCH_PATHS = ../../include/graphics;
172				INSTALL_PATH = /usr/local/lib;
173				LIBRARY_STYLE = STATIC;
174				PREBINDING = NO;
175				PRODUCT_NAME = gif;
176				ZERO_LINK = YES;
177			};
178			name = Debug;
179		};
180		FE5F47ED094782A50095980F /* Release */ = {
181			isa = XCBuildConfiguration;
182			buildSettings = {
183				COPY_PHASE_STRIP = YES;
184				GCC_ENABLE_FIX_AND_CONTINUE = NO;
185				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
186				GCC_MODEL_TUNING = G5;
187				GCC_WARN_ABOUT_RETURN_TYPE = YES;
188				GCC_WARN_UNUSED_VARIABLE = YES;
189				INSTALL_PATH = /usr/local/lib;
190				LIBRARY_STYLE = STATIC;
191				PREBINDING = NO;
192				PRODUCT_NAME = gif;
193				ZERO_LINK = NO;
194			};
195			name = Release;
196		};
197		FE5F47F0094782A50095980F /* Debug */ = {
198			isa = XCBuildConfiguration;
199			buildSettings = {
200				COPY_PHASE_STRIP = NO;
201				GCC_CW_ASM_SYNTAX = NO;
202				GCC_ENABLE_CPP_RTTI = NO;
203				GCC_ENABLE_PASCAL_STRINGS = NO;
204				GCC_ENABLE_SYMBOL_SEPARATION = NO;
205				GCC_USE_GCC3_PFE_SUPPORT = NO;
206				GCC_WARN_ABOUT_RETURN_TYPE = YES;
207				GCC_WARN_UNUSED_VARIABLE = YES;
208				HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
209				LINK_WITH_STANDARD_LIBRARIES = NO;
210				PREBINDING = NO;
211				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
212				SHARED_PRECOMPS_DIR = "";
213				STRIP_INSTALLED_PRODUCT = NO;
214				USER_HEADER_SEARCH_PATHS = "../../include/graphics ../../include/corecg";
215			};
216			name = Debug;
217		};
218		FE5F47F1094782A50095980F /* Release */ = {
219			isa = XCBuildConfiguration;
220			buildSettings = {
221				COPY_PHASE_STRIP = NO;
222				GCC_CW_ASM_SYNTAX = NO;
223				GCC_ENABLE_CPP_RTTI = NO;
224				GCC_ENABLE_PASCAL_STRINGS = NO;
225				GCC_ENABLE_SYMBOL_SEPARATION = NO;
226				GCC_PREPROCESSOR_DEFINITIONS = SK_RELEASE;
227				GCC_USE_GCC3_PFE_SUPPORT = NO;
228				GCC_WARN_ABOUT_RETURN_TYPE = YES;
229				GCC_WARN_UNUSED_VARIABLE = YES;
230				HEADER_SEARCH_PATHS = "$(HEADER_SEARCH_PATHS)";
231				LINK_WITH_STANDARD_LIBRARIES = NO;
232				PREBINDING = NO;
233				PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
234				SHARED_PRECOMPS_DIR = "";
235				STRIP_INSTALLED_PRODUCT = NO;
236				USER_HEADER_SEARCH_PATHS = "../../include/graphics ../../include/corecg";
237			};
238			name = Release;
239		};
240/* End XCBuildConfiguration section */
241
242/* Begin XCConfigurationList section */
243		FE5F47EB094782A50095980F /* Build configuration list for PBXNativeTarget "gif" */ = {
244			isa = XCConfigurationList;
245			buildConfigurations = (
246				FE5F47EC094782A50095980F /* Debug */,
247				FE5F47ED094782A50095980F /* Release */,
248			);
249			defaultConfigurationIsVisible = 0;
250			defaultConfigurationName = Debug;
251		};
252		FE5F47EF094782A50095980F /* Build configuration list for PBXProject "gif" */ = {
253			isa = XCConfigurationList;
254			buildConfigurations = (
255				FE5F47F0094782A50095980F /* Debug */,
256				FE5F47F1094782A50095980F /* Release */,
257			);
258			defaultConfigurationIsVisible = 0;
259			defaultConfigurationName = Debug;
260		};
261/* End XCConfigurationList section */
262	};
263	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
264}
265