diff options
Diffstat (limited to 'third_party/libpng/libpng.xcodeproj/project.pbxproj')
-rw-r--r-- | third_party/libpng/libpng.xcodeproj/project.pbxproj | 261 |
1 files changed, 261 insertions, 0 deletions
diff --git a/third_party/libpng/libpng.xcodeproj/project.pbxproj b/third_party/libpng/libpng.xcodeproj/project.pbxproj new file mode 100644 index 0000000..6181f80 --- /dev/null +++ b/third_party/libpng/libpng.xcodeproj/project.pbxproj @@ -0,0 +1,261 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 44; + objects = { + +/* Begin PBXBuildFile section */ + 82B558250D85A6D3003F43D5 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558110D85A6D3003F43D5 /* pngwutil.c */; }; + 82B558260D85A6D3003F43D5 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558120D85A6D3003F43D5 /* pngwtran.c */; }; + 82B558270D85A6D3003F43D5 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558130D85A6D3003F43D5 /* pngwrite.c */; }; + 82B558280D85A6D3003F43D5 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558140D85A6D3003F43D5 /* pngwio.c */; }; + 82B558290D85A6D3003F43D5 /* pngvcrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558150D85A6D3003F43D5 /* pngvcrd.c */; }; + 82B5582A0D85A6D3003F43D5 /* pngusr.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B558160D85A6D3003F43D5 /* pngusr.h */; }; + 82B5582B0D85A6D3003F43D5 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558170D85A6D3003F43D5 /* pngtrans.c */; }; + 82B5582C0D85A6D3003F43D5 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558180D85A6D3003F43D5 /* pngset.c */; }; + 82B5582D0D85A6D3003F43D5 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558190D85A6D3003F43D5 /* pngrutil.c */; }; + 82B5582E0D85A6D3003F43D5 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581A0D85A6D3003F43D5 /* pngrtran.c */; }; + 82B5582F0D85A6D3003F43D5 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581B0D85A6D3003F43D5 /* pngrio.c */; }; + 82B558300D85A6D3003F43D5 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581C0D85A6D3003F43D5 /* pngread.c */; }; + 82B558310D85A6D3003F43D5 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581D0D85A6D3003F43D5 /* pngpread.c */; }; + 82B558320D85A6D3003F43D5 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581E0D85A6D3003F43D5 /* pngmem.c */; }; + 82B558330D85A6D3003F43D5 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581F0D85A6D3003F43D5 /* pngget.c */; }; + 82B558340D85A6D3003F43D5 /* pnggccrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558200D85A6D3003F43D5 /* pnggccrd.c */; }; + 82B558350D85A6D3003F43D5 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558210D85A6D3003F43D5 /* pngerror.c */; }; + 82B558360D85A6D3003F43D5 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B558220D85A6D3003F43D5 /* pngconf.h */; }; + 82B558370D85A6D3003F43D5 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B558230D85A6D3003F43D5 /* png.h */; }; + 82B558380D85A6D3003F43D5 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558240D85A6D3003F43D5 /* png.c */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 82B558110D85A6D3003F43D5 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = "<group>"; }; + 82B558120D85A6D3003F43D5 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = "<group>"; }; + 82B558130D85A6D3003F43D5 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = "<group>"; }; + 82B558140D85A6D3003F43D5 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = "<group>"; }; + 82B558150D85A6D3003F43D5 /* pngvcrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngvcrd.c; sourceTree = "<group>"; }; + 82B558160D85A6D3003F43D5 /* pngusr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngusr.h; sourceTree = "<group>"; }; + 82B558170D85A6D3003F43D5 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = "<group>"; }; + 82B558180D85A6D3003F43D5 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = "<group>"; }; + 82B558190D85A6D3003F43D5 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = "<group>"; }; + 82B5581A0D85A6D3003F43D5 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = "<group>"; }; + 82B5581B0D85A6D3003F43D5 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = "<group>"; }; + 82B5581C0D85A6D3003F43D5 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = "<group>"; }; + 82B5581D0D85A6D3003F43D5 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = "<group>"; }; + 82B5581E0D85A6D3003F43D5 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = "<group>"; }; + 82B5581F0D85A6D3003F43D5 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = "<group>"; }; + 82B558200D85A6D3003F43D5 /* pnggccrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pnggccrd.c; sourceTree = "<group>"; }; + 82B558210D85A6D3003F43D5 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = "<group>"; }; + 82B558220D85A6D3003F43D5 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = "<group>"; }; + 82B558230D85A6D3003F43D5 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = "<group>"; }; + 82B558240D85A6D3003F43D5 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = "<group>"; }; + D2AAC046055464E500DB518D /* libpng.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpng.a; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D289987405E68DCB004EDB86 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 08FB7794FE84155DC02AAC07 /* libpng */ = { + isa = PBXGroup; + children = ( + 08FB7795FE84155DC02AAC07 /* Source */, + 1AB674ADFE9D54B511CA2CBB /* Products */, + ); + name = libpng; + sourceTree = "<group>"; + }; + 08FB7795FE84155DC02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 82B558110D85A6D3003F43D5 /* pngwutil.c */, + 82B558120D85A6D3003F43D5 /* pngwtran.c */, + 82B558130D85A6D3003F43D5 /* pngwrite.c */, + 82B558140D85A6D3003F43D5 /* pngwio.c */, + 82B558150D85A6D3003F43D5 /* pngvcrd.c */, + 82B558160D85A6D3003F43D5 /* pngusr.h */, + 82B558170D85A6D3003F43D5 /* pngtrans.c */, + 82B558180D85A6D3003F43D5 /* pngset.c */, + 82B558190D85A6D3003F43D5 /* pngrutil.c */, + 82B5581A0D85A6D3003F43D5 /* pngrtran.c */, + 82B5581B0D85A6D3003F43D5 /* pngrio.c */, + 82B5581C0D85A6D3003F43D5 /* pngread.c */, + 82B5581D0D85A6D3003F43D5 /* pngpread.c */, + 82B5581E0D85A6D3003F43D5 /* pngmem.c */, + 82B5581F0D85A6D3003F43D5 /* pngget.c */, + 82B558200D85A6D3003F43D5 /* pnggccrd.c */, + 82B558210D85A6D3003F43D5 /* pngerror.c */, + 82B558220D85A6D3003F43D5 /* pngconf.h */, + 82B558230D85A6D3003F43D5 /* png.h */, + 82B558240D85A6D3003F43D5 /* png.c */, + ); + name = Source; + sourceTree = "<group>"; + }; + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + D2AAC046055464E500DB518D /* libpng.a */, + ); + name = Products; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + D2AAC043055464E500DB518D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 82B5582A0D85A6D3003F43D5 /* pngusr.h in Headers */, + 82B558360D85A6D3003F43D5 /* pngconf.h in Headers */, + 82B558370D85A6D3003F43D5 /* png.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + D2AAC045055464E500DB518D /* libpng */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpng" */; + buildPhases = ( + D2AAC043055464E500DB518D /* Headers */, + D2AAC044055464E500DB518D /* Sources */, + D289987405E68DCB004EDB86 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = libpng; + productName = libpng; + productReference = D2AAC046055464E500DB518D /* libpng.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libpng" */; + compatibilityVersion = "Xcode 3.0"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* libpng */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D2AAC045055464E500DB518D /* libpng */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + D2AAC044055464E500DB518D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 82B558250D85A6D3003F43D5 /* pngwutil.c in Sources */, + 82B558260D85A6D3003F43D5 /* pngwtran.c in Sources */, + 82B558270D85A6D3003F43D5 /* pngwrite.c in Sources */, + 82B558280D85A6D3003F43D5 /* pngwio.c in Sources */, + 82B558290D85A6D3003F43D5 /* pngvcrd.c in Sources */, + 82B5582B0D85A6D3003F43D5 /* pngtrans.c in Sources */, + 82B5582C0D85A6D3003F43D5 /* pngset.c in Sources */, + 82B5582D0D85A6D3003F43D5 /* pngrutil.c in Sources */, + 82B5582E0D85A6D3003F43D5 /* pngrtran.c in Sources */, + 82B5582F0D85A6D3003F43D5 /* pngrio.c in Sources */, + 82B558300D85A6D3003F43D5 /* pngread.c in Sources */, + 82B558310D85A6D3003F43D5 /* pngpread.c in Sources */, + 82B558320D85A6D3003F43D5 /* pngmem.c in Sources */, + 82B558330D85A6D3003F43D5 /* pngget.c in Sources */, + 82B558340D85A6D3003F43D5 /* pnggccrd.c in Sources */, + 82B558350D85A6D3003F43D5 /* pngerror.c in Sources */, + 82B558380D85A6D3003F43D5 /* png.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 1DEB91EC08733DB70010E9CD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + INSTALL_PATH = /usr/local/lib; + PRODUCT_NAME = png; + ZERO_LINK = YES; + }; + name = Debug; + }; + 1DEB91ED08733DB70010E9CD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_MODEL_TUNING = G5; + INSTALL_PATH = /usr/local/lib; + PRODUCT_NAME = png; + }; + name = Release; + }; + 1DEB91F008733DB70010E9CD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + PREBINDING = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + }; + name = Debug; + }; + 1DEB91F108733DB70010E9CD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + ); + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + PREBINDING = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpng" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1DEB91EC08733DB70010E9CD /* Debug */, + 1DEB91ED08733DB70010E9CD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libpng" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1DEB91F008733DB70010E9CD /* Debug */, + 1DEB91F108733DB70010E9CD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; +} |