1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		D8027C9C15CB04C300F715AC /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = D8027C9B15CB04C300F715AC /* main.c */; };
11		D8027C9E15CB04C300F715AC /* PETSc_command_line_example.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = D8027C9D15CB04C300F715AC /* PETSc_command_line_example.1 */; };
12		D8455FFC195FB15D00B44E63 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8455FFB195FB15D00B44E63 /* PETSc.framework */; };
13/* End PBXBuildFile section */
14
15/* Begin PBXCopyFilesBuildPhase section */
16		D8027C9515CB04C300F715AC /* CopyFiles */ = {
17			isa = PBXCopyFilesBuildPhase;
18			buildActionMask = 2147483647;
19			dstPath = usr/share/man/man1;
20			dstSubfolderSpec = 0;
21			files = (
22				D8027C9E15CB04C300F715AC /* PETSc_command_line_example.1 in CopyFiles */,
23			);
24			runOnlyForDeploymentPostprocessing = 1;
25		};
26/* End PBXCopyFilesBuildPhase section */
27
28/* Begin PBXFileReference section */
29		D8027C9715CB04C300F715AC /* PETSc command line example */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "PETSc command line example"; sourceTree = BUILT_PRODUCTS_DIR; };
30		D8027C9B15CB04C300F715AC /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
31		D8027C9D15CB04C300F715AC /* PETSc_command_line_example.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = PETSc_command_line_example.1; sourceTree = "<group>"; };
32		D8455FFB195FB15D00B44E63 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = ../../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; };
33/* End PBXFileReference section */
34
35/* Begin PBXFrameworksBuildPhase section */
36		D8027C9415CB04C300F715AC /* Frameworks */ = {
37			isa = PBXFrameworksBuildPhase;
38			buildActionMask = 2147483647;
39			files = (
40				D8455FFC195FB15D00B44E63 /* PETSc.framework in Frameworks */,
41			);
42			runOnlyForDeploymentPostprocessing = 0;
43		};
44/* End PBXFrameworksBuildPhase section */
45
46/* Begin PBXGroup section */
47		D8027C8C15CB04C300F715AC = {
48			isa = PBXGroup;
49			children = (
50				D8455FFB195FB15D00B44E63 /* PETSc.framework */,
51				D8027C9A15CB04C300F715AC /* PETSc command line example */,
52				D8027C9815CB04C300F715AC /* Products */,
53			);
54			sourceTree = "<group>";
55		};
56		D8027C9815CB04C300F715AC /* Products */ = {
57			isa = PBXGroup;
58			children = (
59				D8027C9715CB04C300F715AC /* PETSc command line example */,
60			);
61			name = Products;
62			sourceTree = "<group>";
63		};
64		D8027C9A15CB04C300F715AC /* PETSc command line example */ = {
65			isa = PBXGroup;
66			children = (
67				D8027C9B15CB04C300F715AC /* main.c */,
68				D8027C9D15CB04C300F715AC /* PETSc_command_line_example.1 */,
69			);
70			path = "PETSc command line example";
71			sourceTree = "<group>";
72		};
73/* End PBXGroup section */
74
75/* Begin PBXNativeTarget section */
76		D8027C9615CB04C300F715AC /* PETSc command line example */ = {
77			isa = PBXNativeTarget;
78			buildConfigurationList = D8027CA115CB04C300F715AC /* Build configuration list for PBXNativeTarget "PETSc command line example" */;
79			buildPhases = (
80				D8027C9315CB04C300F715AC /* Sources */,
81				D8027C9415CB04C300F715AC /* Frameworks */,
82				D8027C9515CB04C300F715AC /* CopyFiles */,
83			);
84			buildRules = (
85			);
86			dependencies = (
87			);
88			name = "PETSc command line example";
89			productName = "PETSc command line example";
90			productReference = D8027C9715CB04C300F715AC /* PETSc command line example */;
91			productType = "com.apple.product-type.tool";
92		};
93/* End PBXNativeTarget section */
94
95/* Begin PBXProject section */
96		D8027C8E15CB04C300F715AC /* Project object */ = {
97			isa = PBXProject;
98			attributes = {
99				LastUpgradeCheck = 0510;
100				ORGANIZATIONNAME = "Barry Smith";
101			};
102			buildConfigurationList = D8027C9115CB04C300F715AC /* Build configuration list for PBXProject "PETSc command line example" */;
103			compatibilityVersion = "Xcode 3.2";
104			developmentRegion = English;
105			hasScannedForEncodings = 0;
106			knownRegions = (
107				en,
108			);
109			mainGroup = D8027C8C15CB04C300F715AC;
110			productRefGroup = D8027C9815CB04C300F715AC /* Products */;
111			projectDirPath = "";
112			projectRoot = "";
113			targets = (
114				D8027C9615CB04C300F715AC /* PETSc command line example */,
115			);
116		};
117/* End PBXProject section */
118
119/* Begin PBXSourcesBuildPhase section */
120		D8027C9315CB04C300F715AC /* Sources */ = {
121			isa = PBXSourcesBuildPhase;
122			buildActionMask = 2147483647;
123			files = (
124				D8027C9C15CB04C300F715AC /* main.c in Sources */,
125			);
126			runOnlyForDeploymentPostprocessing = 0;
127		};
128/* End PBXSourcesBuildPhase section */
129
130/* Begin XCBuildConfiguration section */
131		D8027C9F15CB04C300F715AC /* Debug */ = {
132			isa = XCBuildConfiguration;
133			buildSettings = {
134				ALWAYS_SEARCH_USER_PATHS = NO;
135				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
136				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
137				COPY_PHASE_STRIP = NO;
138				GCC_C_LANGUAGE_STANDARD = gnu99;
139				GCC_DYNAMIC_NO_PIC = NO;
140				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
141				GCC_OPTIMIZATION_LEVEL = 0;
142				GCC_PREPROCESSOR_DEFINITIONS = (
143					"DEBUG=1",
144					"$(inherited)",
145				);
146				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
147				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
148				GCC_WARN_ABOUT_RETURN_TYPE = YES;
149				GCC_WARN_UNINITIALIZED_AUTOS = YES;
150				GCC_WARN_UNUSED_VARIABLE = YES;
151				MACOSX_DEPLOYMENT_TARGET = 10.8;
152				ONLY_ACTIVE_ARCH = YES;
153				SDKROOT = macosx;
154			};
155			name = Debug;
156		};
157		D8027CA015CB04C300F715AC /* Release */ = {
158			isa = XCBuildConfiguration;
159			buildSettings = {
160				ALWAYS_SEARCH_USER_PATHS = NO;
161				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
162				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
163				COPY_PHASE_STRIP = YES;
164				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
165				GCC_C_LANGUAGE_STANDARD = gnu99;
166				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
167				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
168				GCC_WARN_ABOUT_RETURN_TYPE = YES;
169				GCC_WARN_UNINITIALIZED_AUTOS = YES;
170				GCC_WARN_UNUSED_VARIABLE = YES;
171				MACOSX_DEPLOYMENT_TARGET = 10.8;
172				SDKROOT = macosx;
173			};
174			name = Release;
175		};
176		D8027CA215CB04C300F715AC /* Debug */ = {
177			isa = XCBuildConfiguration;
178			buildSettings = {
179				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/debug";
180				PRODUCT_NAME = "$(TARGET_NAME)";
181			};
182			name = Debug;
183		};
184		D8027CA315CB04C300F715AC /* Release */ = {
185			isa = XCBuildConfiguration;
186			buildSettings = {
187				FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/release";
188				PRODUCT_NAME = "$(TARGET_NAME)";
189			};
190			name = Release;
191		};
192/* End XCBuildConfiguration section */
193
194/* Begin XCConfigurationList section */
195		D8027C9115CB04C300F715AC /* Build configuration list for PBXProject "PETSc command line example" */ = {
196			isa = XCConfigurationList;
197			buildConfigurations = (
198				D8027C9F15CB04C300F715AC /* Debug */,
199				D8027CA015CB04C300F715AC /* Release */,
200			);
201			defaultConfigurationIsVisible = 0;
202			defaultConfigurationName = Release;
203		};
204		D8027CA115CB04C300F715AC /* Build configuration list for PBXNativeTarget "PETSc command line example" */ = {
205			isa = XCConfigurationList;
206			buildConfigurations = (
207				D8027CA215CB04C300F715AC /* Debug */,
208				D8027CA315CB04C300F715AC /* Release */,
209			);
210			defaultConfigurationIsVisible = 0;
211			defaultConfigurationName = Release;
212		};
213/* End XCConfigurationList section */
214	};
215	rootObject = D8027C8E15CB04C300F715AC /* Project object */;
216}
217