project.pbxproj

// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 42;
	objects = {

/* Begin PBXBuildFile section */
		EE4E2E5707B2B74D0003BA82 /* something.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F3CFCE024BECB101CE2351 /* something.h */; };
		EE4E2E5807B2B74D0003BA82 /* deva.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F3CFD2024BEE5301CE2351 /* deva.h */; };
		EE4E2E5907B2B74D0003BA82 /* printInterpretedError.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F3CFD6024BEED801CE2351 /* printInterpretedError.h */; };
		EE4E2E5B07B2B74D0003BA82 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
		EE4E2E5C07B2B74D0003BA82 /* something.c in Sources */ = {isa = PBXBuildFile; fileRef = F5F3CFCF024BECB101CE2351 /* something.c */; };
		EE4E2E5D07B2B74D0003BA82 /* deva.c in Sources */ = {isa = PBXBuildFile; fileRef = F5F3CFD3024BEE5301CE2351 /* deva.c */; };
		EE4E2E5E07B2B74D0003BA82 /* printInterpretedError.c in Sources */ = {isa = PBXBuildFile; fileRef = F5F3CFD7024BEED801CE2351 /* printInterpretedError.c */; };
		EE4E2E6007B2B74D0003BA82 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; };
		EE4E2E6107B2B74D0003BA82 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5F3CFCA024ABDDC01CE2351 /* IOKit.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
		09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
		EE4E2E6307B2B74D0003BA82 /* Deva */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Deva; sourceTree = BUILT_PRODUCTS_DIR; };
		F5F3CFCA024ABDDC01CE2351 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
		F5F3CFCE024BECB101CE2351 /* something.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = something.h; sourceTree = "<group>"; };
		F5F3CFCF024BECB101CE2351 /* something.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = something.c; sourceTree = "<group>"; };
		F5F3CFD2024BEE5301CE2351 /* deva.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = deva.h; sourceTree = "<group>"; };
		F5F3CFD3024BEE5301CE2351 /* deva.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = deva.c; sourceTree = "<group>"; };
		F5F3CFD6024BEED801CE2351 /* printInterpretedError.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = printInterpretedError.h; sourceTree = "<group>"; };
		F5F3CFD7024BEED801CE2351 /* printInterpretedError.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = printInterpretedError.c; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		EE4E2E5F07B2B74D0003BA82 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EE4E2E6007B2B74D0003BA82 /* CoreFoundation.framework in Frameworks */,
				EE4E2E6107B2B74D0003BA82 /* IOKit.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		08FB7794FE84155DC02AAC07 /* Deva */ = {
			isa = PBXGroup;
			children = (
				08FB7795FE84155DC02AAC07 /* Source */,
				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
				19C28FBDFE9D53C911CA2CBB /* Products */,
			);
			name = Deva;
			sourceTree = "<group>";
		};
		08FB7795FE84155DC02AAC07 /* Source */ = {
			isa = PBXGroup;
			children = (
				08FB7796FE84155DC02AAC07 /* main.c */,
				F5F3CFCE024BECB101CE2351 /* something.h */,
				F5F3CFCF024BECB101CE2351 /* something.c */,
				F5F3CFD2024BEE5301CE2351 /* deva.h */,
				F5F3CFD3024BEE5301CE2351 /* deva.c */,
				F5F3CFD6024BEED801CE2351 /* printInterpretedError.h */,
				F5F3CFD7024BEED801CE2351 /* printInterpretedError.c */,
			);
			name = Source;
			sourceTree = "<group>";
		};
		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
			isa = PBXGroup;
			children = (
				09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */,
				F5F3CFCA024ABDDC01CE2351 /* IOKit.framework */,
			);
			name = "External Frameworks and Libraries";
			sourceTree = "<group>";
		};
		19C28FBDFE9D53C911CA2CBB /* Products */ = {
			isa = PBXGroup;
			children = (
				EE4E2E6307B2B74D0003BA82 /* Deva */,
			);
			name = Products;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		EE4E2E5607B2B74D0003BA82 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EE4E2E5707B2B74D0003BA82 /* something.h in Headers */,
				EE4E2E5807B2B74D0003BA82 /* deva.h in Headers */,
				EE4E2E5907B2B74D0003BA82 /* printInterpretedError.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		EE4E2E5507B2B74D0003BA82 /* Deva */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 3EEA302808D71E48002CBB49 /* Build configuration list for PBXNativeTarget "Deva" */;
			buildPhases = (
				EE4E2E5607B2B74D0003BA82 /* Headers */,
				EE4E2E5A07B2B74D0003BA82 /* Sources */,
				EE4E2E5F07B2B74D0003BA82 /* Frameworks */,
				EE4E2E6207B2B74D0003BA82 /* Rez */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Deva;
			productInstallPath = "$(HOME)/bin";
			productName = Deva;
			productReference = EE4E2E6307B2B74D0003BA82 /* Deva */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		08FB7793FE84155DC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 3EEA302C08D71E48002CBB49 /* Build configuration list for PBXProject "Deva" */;
			compatibilityVersion = "Xcode 2.4";
			hasScannedForEncodings = 0;
			mainGroup = 08FB7794FE84155DC02AAC07 /* Deva */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				EE4E2E5507B2B74D0003BA82 /* Deva */,
			);
		};
/* End PBXProject section */

/* Begin PBXRezBuildPhase section */
		EE4E2E6207B2B74D0003BA82 /* Rez */ = {
			isa = PBXRezBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXRezBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		EE4E2E5A07B2B74D0003BA82 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EE4E2E5B07B2B74D0003BA82 /* main.c in Sources */,
				EE4E2E5C07B2B74D0003BA82 /* something.c in Sources */,
				EE4E2E5D07B2B74D0003BA82 /* deva.c in Sources */,
				EE4E2E5E07B2B74D0003BA82 /* printInterpretedError.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		3EEA302908D71E48002CBB49 /* 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 = "$(HOME)/bin";
				PRODUCT_NAME = Deva;
				SDKROOT = "";
				ZERO_LINK = YES;
			};
			name = Debug;
		};
		3EEA302A08D71E48002CBB49 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = (
					ppc,
					i386,
				);
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				GCC_MODEL_TUNING = G5;
				INSTALL_PATH = "$(HOME)/bin";
				PRODUCT_NAME = Deva;
				SDKROOT = "";
			};
			name = Release;
		};
		3EEA302D08D71E48002CBB49 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				PREBINDING = NO;
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
			};
			name = Debug;
		};
		3EEA302E08D71E48002CBB49 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				PREBINDING = NO;
				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		3EEA302808D71E48002CBB49 /* Build configuration list for PBXNativeTarget "Deva" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				3EEA302908D71E48002CBB49 /* Debug */,
				3EEA302A08D71E48002CBB49 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		3EEA302C08D71E48002CBB49 /* Build configuration list for PBXProject "Deva" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				3EEA302D08D71E48002CBB49 /* Debug */,
				3EEA302E08D71E48002CBB49 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}

Generated by GNU enscript 1.6.4.