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		D8B3CA0E15CB09A000C70625 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8B3CA0D15CB09A000C70625 /* 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		D8027CA415CB052700F715AC /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = "../../../../../../arch-osx/PETSc.framework"; sourceTree = "<group>"; };
33		D8B3CA0D15CB09A000C70625 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = "../../../../../arch-osx/PETSc.framework"; sourceTree = "<group>"; };
34/* End PBXFileReference section */
35
36/* Begin PBXFrameworksBuildPhase section */
37		D8027C9415CB04C300F715AC /* Frameworks */ = {
38			isa = PBXFrameworksBuildPhase;
39			buildActionMask = 2147483647;
40			files = (
41				D8B3CA0E15CB09A000C70625 /* PETSc.framework in Frameworks */,
42			);
43			runOnlyForDeploymentPostprocessing = 0;
44		};
45/* End PBXFrameworksBuildPhase section */
46
47/* Begin PBXGroup section */
48		D8027C8C15CB04C300F715AC = {
49			isa = PBXGroup;
50			children = (
51				D8B3CA0D15CB09A000C70625 /* PETSc.framework */,
52				D8027CA415CB052700F715AC /* PETSc.framework */,
53				D8027C9A15CB04C300F715AC /* PETSc command line example */,
54				D8027C9815CB04C300F715AC /* Products */,
55			);
56			sourceTree = "<group>";
57		};
58		D8027C9815CB04C300F715AC /* Products */ = {
59			isa = PBXGroup;
60			children = (
61				D8027C9715CB04C300F715AC /* PETSc command line example */,
62			);
63			name = Products;
64			sourceTree = "<group>";
65		};
66		D8027C9A15CB04C300F715AC /* PETSc command line example */ = {
67			isa = PBXGroup;
68			children = (
69				D8027C9B15CB04C300F715AC /* main.c */,
70				D8027C9D15CB04C300F715AC /* PETSc_command_line_example.1 */,
71			);
72			path = "PETSc command line example";
73			sourceTree = "<group>";
74		};
75/* End PBXGroup section */
76
77/* Begin PBXNativeTarget section */
78		D8027C9615CB04C300F715AC /* PETSc command line example */ = {
79			isa = PBXNativeTarget;
80			buildConfigurationList = D8027CA115CB04C300F715AC /* Build configuration list for PBXNativeTarget "PETSc command line example" */;
81			buildPhases = (
82				D8027C9315CB04C300F715AC /* Sources */,
83				D8027C9415CB04C300F715AC /* Frameworks */,
84				D8027C9515CB04C300F715AC /* CopyFiles */,
85			);
86			buildRules = (
87			);
88			dependencies = (
89			);
90			name = "PETSc command line example";
91			productName = "PETSc command line example";
92			productReference = D8027C9715CB04C300F715AC /* PETSc command line example */;
93			productType = "com.apple.product-type.tool";
94		};
95/* End PBXNativeTarget section */
96
97/* Begin PBXProject section */
98		D8027C8E15CB04C300F715AC /* Project object */ = {
99			isa = PBXProject;
100			attributes = {
101				LastUpgradeCheck = 0440;
102				ORGANIZATIONNAME = "Barry Smith";
103			};
104			buildConfigurationList = D8027C9115CB04C300F715AC /* Build configuration list for PBXProject "PETSc command line example" */;
105			compatibilityVersion = "Xcode 3.2";
106			developmentRegion = English;
107			hasScannedForEncodings = 0;
108			knownRegions = (
109				en,
110			);
111			mainGroup = D8027C8C15CB04C300F715AC;
112			productRefGroup = D8027C9815CB04C300F715AC /* Products */;
113			projectDirPath = "";
114			projectRoot = "";
115			targets = (
116				D8027C9615CB04C300F715AC /* PETSc command line example */,
117			);
118		};
119/* End PBXProject section */
120
121/* Begin PBXSourcesBuildPhase section */
122		D8027C9315CB04C300F715AC /* Sources */ = {
123			isa = PBXSourcesBuildPhase;
124			buildActionMask = 2147483647;
125			files = (
126				D8027C9C15CB04C300F715AC /* main.c in Sources */,
127			);
128			runOnlyForDeploymentPostprocessing = 0;
129		};
130/* End PBXSourcesBuildPhase section */
131
132/* Begin XCBuildConfiguration section */
133		D8027C9F15CB04C300F715AC /* Debug */ = {
134			isa = XCBuildConfiguration;
135			buildSettings = {
136				ALWAYS_SEARCH_USER_PATHS = NO;
137				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
138				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
139				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
140				COPY_PHASE_STRIP = NO;
141				GCC_C_LANGUAGE_STANDARD = gnu99;
142				GCC_DYNAMIC_NO_PIC = NO;
143				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
144				GCC_OPTIMIZATION_LEVEL = 0;
145				GCC_PREPROCESSOR_DEFINITIONS = (
146					"DEBUG=1",
147					"$(inherited)",
148				);
149				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
150				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
151				GCC_WARN_ABOUT_RETURN_TYPE = YES;
152				GCC_WARN_UNINITIALIZED_AUTOS = YES;
153				GCC_WARN_UNUSED_VARIABLE = YES;
154				MACOSX_DEPLOYMENT_TARGET = 10.8;
155				ONLY_ACTIVE_ARCH = YES;
156				SDKROOT = macosx;
157			};
158			name = Debug;
159		};
160		D8027CA015CB04C300F715AC /* Release */ = {
161			isa = XCBuildConfiguration;
162			buildSettings = {
163				ALWAYS_SEARCH_USER_PATHS = NO;
164				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
165				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
166				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
167				COPY_PHASE_STRIP = YES;
168				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
169				GCC_C_LANGUAGE_STANDARD = gnu99;
170				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
171				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
172				GCC_WARN_ABOUT_RETURN_TYPE = YES;
173				GCC_WARN_UNINITIALIZED_AUTOS = YES;
174				GCC_WARN_UNUSED_VARIABLE = YES;
175				MACOSX_DEPLOYMENT_TARGET = 10.8;
176				SDKROOT = macosx;
177			};
178			name = Release;
179		};
180		D8027CA215CB04C300F715AC /* Debug */ = {
181			isa = XCBuildConfiguration;
182			buildSettings = {
183				FRAMEWORK_SEARCH_PATHS = (
184					"$(inherited)",
185					"\"$(SRCROOT)/../../../../../arch-osx\"",
186				);
187				PRODUCT_NAME = "$(TARGET_NAME)";
188			};
189			name = Debug;
190		};
191		D8027CA315CB04C300F715AC /* Release */ = {
192			isa = XCBuildConfiguration;
193			buildSettings = {
194				FRAMEWORK_SEARCH_PATHS = (
195					"$(inherited)",
196					"\"$(SRCROOT)/../../../../../arch-osx\"",
197				);
198				PRODUCT_NAME = "$(TARGET_NAME)";
199			};
200			name = Release;
201		};
202/* End XCBuildConfiguration section */
203
204/* Begin XCConfigurationList section */
205		D8027C9115CB04C300F715AC /* Build configuration list for PBXProject "PETSc command line example" */ = {
206			isa = XCConfigurationList;
207			buildConfigurations = (
208				D8027C9F15CB04C300F715AC /* Debug */,
209				D8027CA015CB04C300F715AC /* Release */,
210			);
211			defaultConfigurationIsVisible = 0;
212			defaultConfigurationName = Release;
213		};
214		D8027CA115CB04C300F715AC /* Build configuration list for PBXNativeTarget "PETSc command line example" */ = {
215			isa = XCConfigurationList;
216			buildConfigurations = (
217				D8027CA215CB04C300F715AC /* Debug */,
218				D8027CA315CB04C300F715AC /* Release */,
219			);
220			defaultConfigurationIsVisible = 0;
221			defaultConfigurationName = Release;
222		};
223/* End XCConfigurationList section */
224	};
225	rootObject = D8027C8E15CB04C300F715AC /* Project object */;
226}
227