1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXAggregateTarget section */
10		FCAD766014BCEE24001EC922 /* all */ = {
11			isa = PBXAggregateTarget;
12			buildConfigurationList = FCAD766114BCEE24001EC922 /* Build configuration list for PBXAggregateTarget "all" */;
13			buildPhases = (
14			);
15			dependencies = (
16				FCAD766414BCEE2E001EC922 /* PBXTargetDependency */,
17				FCAD766614BCEE2F001EC922 /* PBXTargetDependency */,
18			);
19			name = all;
20			productName = all;
21		};
22/* End PBXAggregateTarget section */
23
24/* Begin PBXBuildFile section */
25		FCAD765114BCDD98001EC922 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = FCAD764D14BCDD98001EC922 /* main.c */; };
26		FCAD765214BCDD98001EC922 /* yyerror.c in Sources */ = {isa = PBXBuildFile; fileRef = FCAD764E14BCDD98001EC922 /* yyerror.c */; };
27		FCAD765714BCDEF7001EC922 /* libmain.c in Sources */ = {isa = PBXBuildFile; fileRef = FCAD764B14BCDD98001EC922 /* libmain.c */; };
28		FCAD765814BCDEF7001EC922 /* libyywrap.c in Sources */ = {isa = PBXBuildFile; fileRef = FCAD764C14BCDD98001EC922 /* libyywrap.c */; };
29/* End PBXBuildFile section */
30
31/* Begin PBXContainerItemProxy section */
32		FCAD766314BCEE2E001EC922 /* PBXContainerItemProxy */ = {
33			isa = PBXContainerItemProxy;
34			containerPortal = FCAD763714BCDD42001EC922 /* Project object */;
35			proxyType = 1;
36			remoteGlobalIDString = FCAD765514BCDEF7001EC922;
37			remoteInfo = l;
38		};
39		FCAD766514BCEE2F001EC922 /* PBXContainerItemProxy */ = {
40			isa = PBXContainerItemProxy;
41			containerPortal = FCAD763714BCDD42001EC922 /* Project object */;
42			proxyType = 1;
43			remoteGlobalIDString = FCAD763F14BCDD42001EC922;
44			remoteInfo = y;
45		};
46/* End PBXContainerItemProxy section */
47
48/* Begin PBXFileReference section */
49		FCAD764014BCDD42001EC922 /* liby.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liby.a; sourceTree = BUILT_PRODUCTS_DIR; };
50		FCAD764B14BCDD98001EC922 /* libmain.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = libmain.c; sourceTree = "<group>"; };
51		FCAD764C14BCDD98001EC922 /* libyywrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = libyywrap.c; sourceTree = "<group>"; };
52		FCAD764D14BCDD98001EC922 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
53		FCAD764E14BCDD98001EC922 /* yyerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = yyerror.c; sourceTree = "<group>"; };
54		FCAD765F14BCDEF7001EC922 /* libl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libl.a; sourceTree = BUILT_PRODUCTS_DIR; };
55/* End PBXFileReference section */
56
57/* Begin PBXFrameworksBuildPhase section */
58		FCAD763D14BCDD42001EC922 /* Frameworks */ = {
59			isa = PBXFrameworksBuildPhase;
60			buildActionMask = 2147483647;
61			files = (
62			);
63			runOnlyForDeploymentPostprocessing = 0;
64		};
65		FCAD765B14BCDEF7001EC922 /* Frameworks */ = {
66			isa = PBXFrameworksBuildPhase;
67			buildActionMask = 2147483647;
68			files = (
69			);
70			runOnlyForDeploymentPostprocessing = 0;
71		};
72/* End PBXFrameworksBuildPhase section */
73
74/* Begin PBXGroup section */
75		FCAD763514BCDD42001EC922 = {
76			isa = PBXGroup;
77			children = (
78				FCAD765414BCDDA3001EC922 /* libl */,
79				FCAD765314BCDD9D001EC922 /* liby */,
80				FCAD764114BCDD42001EC922 /* Products */,
81			);
82			sourceTree = "<group>";
83		};
84		FCAD764114BCDD42001EC922 /* Products */ = {
85			isa = PBXGroup;
86			children = (
87				FCAD764014BCDD42001EC922 /* liby.a */,
88				FCAD765F14BCDEF7001EC922 /* libl.a */,
89			);
90			name = Products;
91			sourceTree = "<group>";
92		};
93		FCAD765314BCDD9D001EC922 /* liby */ = {
94			isa = PBXGroup;
95			children = (
96				FCAD764D14BCDD98001EC922 /* main.c */,
97				FCAD764E14BCDD98001EC922 /* yyerror.c */,
98			);
99			name = liby;
100			sourceTree = "<group>";
101		};
102		FCAD765414BCDDA3001EC922 /* libl */ = {
103			isa = PBXGroup;
104			children = (
105				FCAD764B14BCDD98001EC922 /* libmain.c */,
106				FCAD764C14BCDD98001EC922 /* libyywrap.c */,
107			);
108			name = libl;
109			sourceTree = "<group>";
110		};
111/* End PBXGroup section */
112
113/* Begin PBXHeadersBuildPhase section */
114		FCAD763E14BCDD42001EC922 /* Headers */ = {
115			isa = PBXHeadersBuildPhase;
116			buildActionMask = 2147483647;
117			files = (
118			);
119			runOnlyForDeploymentPostprocessing = 0;
120		};
121		FCAD765C14BCDEF7001EC922 /* Headers */ = {
122			isa = PBXHeadersBuildPhase;
123			buildActionMask = 2147483647;
124			files = (
125			);
126			runOnlyForDeploymentPostprocessing = 0;
127		};
128/* End PBXHeadersBuildPhase section */
129
130/* Begin PBXNativeTarget section */
131		FCAD763F14BCDD42001EC922 /* y */ = {
132			isa = PBXNativeTarget;
133			buildConfigurationList = FCAD764414BCDD42001EC922 /* Build configuration list for PBXNativeTarget "y" */;
134			buildPhases = (
135				FCAD763C14BCDD42001EC922 /* Sources */,
136				FCAD763D14BCDD42001EC922 /* Frameworks */,
137				FCAD763E14BCDD42001EC922 /* Headers */,
138			);
139			buildRules = (
140			);
141			dependencies = (
142			);
143			name = y;
144			productName = Liby;
145			productReference = FCAD764014BCDD42001EC922 /* liby.a */;
146			productType = "com.apple.product-type.library.static";
147		};
148		FCAD765514BCDEF7001EC922 /* l */ = {
149			isa = PBXNativeTarget;
150			buildConfigurationList = FCAD765D14BCDEF7001EC922 /* Build configuration list for PBXNativeTarget "l" */;
151			buildPhases = (
152				FCAD765614BCDEF7001EC922 /* Sources */,
153				FCAD765B14BCDEF7001EC922 /* Frameworks */,
154				FCAD765C14BCDEF7001EC922 /* Headers */,
155			);
156			buildRules = (
157			);
158			dependencies = (
159			);
160			name = l;
161			productName = Liby;
162			productReference = FCAD765F14BCDEF7001EC922 /* libl.a */;
163			productType = "com.apple.product-type.library.static";
164		};
165/* End PBXNativeTarget section */
166
167/* Begin PBXProject section */
168		FCAD763714BCDD42001EC922 /* Project object */ = {
169			isa = PBXProject;
170			attributes = {
171				LastUpgradeCheck = 0430;
172				ORGANIZATIONNAME = "Apple Inc.";
173			};
174			buildConfigurationList = FCAD763A14BCDD42001EC922 /* Build configuration list for PBXProject "Liby" */;
175			compatibilityVersion = "Xcode 3.2";
176			developmentRegion = English;
177			hasScannedForEncodings = 0;
178			knownRegions = (
179				en,
180			);
181			mainGroup = FCAD763514BCDD42001EC922;
182			productRefGroup = FCAD764114BCDD42001EC922 /* Products */;
183			projectDirPath = "";
184			projectRoot = "";
185			targets = (
186				FCAD766014BCEE24001EC922 /* all */,
187				FCAD765514BCDEF7001EC922 /* l */,
188				FCAD763F14BCDD42001EC922 /* y */,
189			);
190		};
191/* End PBXProject section */
192
193/* Begin PBXSourcesBuildPhase section */
194		FCAD763C14BCDD42001EC922 /* Sources */ = {
195			isa = PBXSourcesBuildPhase;
196			buildActionMask = 2147483647;
197			files = (
198				FCAD765114BCDD98001EC922 /* main.c in Sources */,
199				FCAD765214BCDD98001EC922 /* yyerror.c in Sources */,
200			);
201			runOnlyForDeploymentPostprocessing = 0;
202		};
203		FCAD765614BCDEF7001EC922 /* Sources */ = {
204			isa = PBXSourcesBuildPhase;
205			buildActionMask = 2147483647;
206			files = (
207				FCAD765714BCDEF7001EC922 /* libmain.c in Sources */,
208				FCAD765814BCDEF7001EC922 /* libyywrap.c in Sources */,
209			);
210			runOnlyForDeploymentPostprocessing = 0;
211		};
212/* End PBXSourcesBuildPhase section */
213
214/* Begin PBXTargetDependency section */
215		FCAD766414BCEE2E001EC922 /* PBXTargetDependency */ = {
216			isa = PBXTargetDependency;
217			target = FCAD765514BCDEF7001EC922 /* l */;
218			targetProxy = FCAD766314BCEE2E001EC922 /* PBXContainerItemProxy */;
219		};
220		FCAD766614BCEE2F001EC922 /* PBXTargetDependency */ = {
221			isa = PBXTargetDependency;
222			target = FCAD763F14BCDD42001EC922 /* y */;
223			targetProxy = FCAD766514BCEE2F001EC922 /* PBXContainerItemProxy */;
224		};
225/* End PBXTargetDependency section */
226
227/* Begin XCBuildConfiguration section */
228		FCAD764314BCDD42001EC922 /* Release */ = {
229			isa = XCBuildConfiguration;
230			buildSettings = {
231				ALWAYS_SEARCH_USER_PATHS = NO;
232				COPY_PHASE_STRIP = YES;
233				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
234				EXECUTABLE_EXTENSION = a;
235				EXECUTABLE_PREFIX = lib;
236				GCC_C_LANGUAGE_STANDARD = gnu99;
237				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
238				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
239				GCC_WARN_ABOUT_RETURN_TYPE = YES;
240				GCC_WARN_UNINITIALIZED_AUTOS = YES;
241				GCC_WARN_UNUSED_VARIABLE = YES;
242				INSTALL_PATH = /usr/lib;
243			};
244			name = Release;
245		};
246		FCAD764614BCDD42001EC922 /* Release */ = {
247			isa = XCBuildConfiguration;
248			buildSettings = {
249				PRODUCT_NAME = "$(TARGET_NAME)";
250			};
251			name = Release;
252		};
253		FCAD765E14BCDEF7001EC922 /* Release */ = {
254			isa = XCBuildConfiguration;
255			buildSettings = {
256				PRODUCT_NAME = "$(TARGET_NAME)";
257			};
258			name = Release;
259		};
260		FCAD766214BCEE24001EC922 /* Release */ = {
261			isa = XCBuildConfiguration;
262			buildSettings = {
263				PRODUCT_NAME = "$(TARGET_NAME)";
264			};
265			name = Release;
266		};
267/* End XCBuildConfiguration section */
268
269/* Begin XCConfigurationList section */
270		FCAD763A14BCDD42001EC922 /* Build configuration list for PBXProject "Liby" */ = {
271			isa = XCConfigurationList;
272			buildConfigurations = (
273				FCAD764314BCDD42001EC922 /* Release */,
274			);
275			defaultConfigurationIsVisible = 0;
276			defaultConfigurationName = Release;
277		};
278		FCAD764414BCDD42001EC922 /* Build configuration list for PBXNativeTarget "y" */ = {
279			isa = XCConfigurationList;
280			buildConfigurations = (
281				FCAD764614BCDD42001EC922 /* Release */,
282			);
283			defaultConfigurationIsVisible = 0;
284			defaultConfigurationName = Release;
285		};
286		FCAD765D14BCDEF7001EC922 /* Build configuration list for PBXNativeTarget "l" */ = {
287			isa = XCConfigurationList;
288			buildConfigurations = (
289				FCAD765E14BCDEF7001EC922 /* Release */,
290			);
291			defaultConfigurationIsVisible = 0;
292			defaultConfigurationName = Release;
293		};
294		FCAD766114BCEE24001EC922 /* Build configuration list for PBXAggregateTarget "all" */ = {
295			isa = XCConfigurationList;
296			buildConfigurations = (
297				FCAD766214BCEE24001EC922 /* Release */,
298			);
299			defaultConfigurationIsVisible = 0;
300		};
301/* End XCConfigurationList section */
302	};
303	rootObject = FCAD763714BCDD42001EC922 /* Project object */;
304}
305