project.pbxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. EFBC7368F96EACB75989C21D /* All */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 007E1122105A105C63F8A59F /* Build configuration list for PBXAggregateTarget "All" */;
  12. buildPhases = (
  13. );
  14. dependencies = (
  15. B85F90055126E00C1334834C /* PBXTargetDependency */,
  16. 3DF530CEA77A591E4DFBFF2F /* PBXTargetDependency */,
  17. );
  18. name = All;
  19. productName = All;
  20. };
  21. /* End PBXAggregateTarget section */
  22. /* Begin PBXBuildFile section */
  23. 2D4E663DE432A398FC78635B /* compile.c in Sources */ = {isa = PBXBuildFile; fileRef = D4BAF07C3AF28E51DD58E853 /* compile.c */; };
  24. 3FE25C706AB45972C102CBB4 /* tree.c in Sources */ = {isa = PBXBuildFile; fileRef = E503317C684EFEB3E7E03861 /* tree.c */; };
  25. 4D30CEABCD51397A50F65058 /* compile.c in Sources */ = {isa = PBXBuildFile; fileRef = D4BAF07C3AF28E51DD58E853 /* compile.c */; };
  26. 7921C7C2AD25A4A4C02470F5 /* peg.c in Sources */ = {isa = PBXBuildFile; fileRef = 27FA3C119507A9A914A66936 /* peg.c */; };
  27. 8B61C6AE75A1750C17350E64 /* tree.c in Sources */ = {isa = PBXBuildFile; fileRef = E503317C684EFEB3E7E03861 /* tree.c */; };
  28. D8C3FFD80B6642D8BB341B90 /* leg.c in Sources */ = {isa = PBXBuildFile; fileRef = 454F9F599E7B65F90C62CF9C /* leg.c */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXContainerItemProxy section */
  31. 12CD2CA862C5C1693300D7EF /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = D23EA86C97C1C940E2591A06 /* Project object */;
  34. proxyType = 1;
  35. remoteGlobalIDString = 84A1E5C1231D1E337ED0FC84;
  36. remoteInfo = leg;
  37. };
  38. 22C9A5E8EF76D4B801BB24E5 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = D23EA86C97C1C940E2591A06 /* Project object */;
  41. proxyType = 1;
  42. remoteGlobalIDString = 050EA9DBA8F5C296C3E39B8A;
  43. remoteInfo = peg;
  44. };
  45. /* End PBXContainerItemProxy section */
  46. /* Begin PBXFileReference section */
  47. 27FA3C119507A9A914A66936 /* peg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = src/peg.c; sourceTree = "<group>"; };
  48. 4165F882B6F541E12DBD6A0D /* peg */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = peg; sourceTree = BUILT_PRODUCTS_DIR; };
  49. 454F9F599E7B65F90C62CF9C /* leg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = src/leg.c; sourceTree = "<group>"; };
  50. 5C991B5472A7498A982B7350 /* peg.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = peg.gyp; sourceTree = "<group>"; };
  51. C9B3F1D07DD720C50DE87DC5 /* leg */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = leg; sourceTree = BUILT_PRODUCTS_DIR; };
  52. D4BAF07C3AF28E51DD58E853 /* compile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = src/compile.c; sourceTree = "<group>"; };
  53. E503317C684EFEB3E7E03861 /* tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = src/tree.c; sourceTree = "<group>"; };
  54. /* End PBXFileReference section */
  55. /* Begin PBXFrameworksBuildPhase section */
  56. 3DF86BD64E76AD4F8D892CF6 /* Frameworks */ = {
  57. isa = PBXFrameworksBuildPhase;
  58. buildActionMask = 2147483647;
  59. files = (
  60. );
  61. runOnlyForDeploymentPostprocessing = 0;
  62. };
  63. 97D5812F2529A3E39CE17CDE /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. );
  68. runOnlyForDeploymentPostprocessing = 0;
  69. };
  70. /* End PBXFrameworksBuildPhase section */
  71. /* Begin PBXGroup section */
  72. 3854A05A8AE7E9B329F09174 /* Build */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 5C991B5472A7498A982B7350 /* peg.gyp */,
  76. );
  77. name = Build;
  78. sourceTree = "<group>";
  79. };
  80. AB7FD4EAF4FFE1A1CE63E31B = {
  81. isa = PBXGroup;
  82. children = (
  83. E2D71C5771542F758C302162 /* Source */,
  84. AF64E60ED33C9E5DC5DB4C21 /* Products */,
  85. 3854A05A8AE7E9B329F09174 /* Build */,
  86. );
  87. sourceTree = "<group>";
  88. };
  89. AF64E60ED33C9E5DC5DB4C21 /* Products */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 4165F882B6F541E12DBD6A0D /* peg */,
  93. C9B3F1D07DD720C50DE87DC5 /* leg */,
  94. );
  95. name = Products;
  96. sourceTree = "<group>";
  97. };
  98. E2D71C5771542F758C302162 /* Source */ = {
  99. isa = PBXGroup;
  100. children = (
  101. D4BAF07C3AF28E51DD58E853 /* compile.c */,
  102. 454F9F599E7B65F90C62CF9C /* leg.c */,
  103. 27FA3C119507A9A914A66936 /* peg.c */,
  104. E503317C684EFEB3E7E03861 /* tree.c */,
  105. );
  106. name = Source;
  107. sourceTree = "<group>";
  108. };
  109. /* End PBXGroup section */
  110. /* Begin PBXNativeTarget section */
  111. 050EA9DBA8F5C296C3E39B8A /* peg */ = {
  112. isa = PBXNativeTarget;
  113. buildConfigurationList = EF4B00311D83FC2C01B276A4 /* Build configuration list for PBXNativeTarget "peg" */;
  114. buildPhases = (
  115. 74AA795D8990365CCE282118 /* Sources */,
  116. 97D5812F2529A3E39CE17CDE /* Frameworks */,
  117. );
  118. buildRules = (
  119. );
  120. dependencies = (
  121. );
  122. name = peg;
  123. productName = peg;
  124. productReference = 4165F882B6F541E12DBD6A0D /* peg */;
  125. productType = "com.apple.product-type.tool";
  126. };
  127. 84A1E5C1231D1E337ED0FC84 /* leg */ = {
  128. isa = PBXNativeTarget;
  129. buildConfigurationList = F7568C4D321FF46C2F4B43FB /* Build configuration list for PBXNativeTarget "leg" */;
  130. buildPhases = (
  131. 915DAD0C515729956FE2BC69 /* Sources */,
  132. 3DF86BD64E76AD4F8D892CF6 /* Frameworks */,
  133. );
  134. buildRules = (
  135. );
  136. dependencies = (
  137. );
  138. name = leg;
  139. productName = leg;
  140. productReference = C9B3F1D07DD720C50DE87DC5 /* leg */;
  141. productType = "com.apple.product-type.tool";
  142. };
  143. /* End PBXNativeTarget section */
  144. /* Begin PBXProject section */
  145. D23EA86C97C1C940E2591A06 /* Project object */ = {
  146. isa = PBXProject;
  147. attributes = {
  148. BuildIndependentTargetsInParallel = YES;
  149. };
  150. buildConfigurationList = 283B121430353A60CB56914F /* Build configuration list for PBXProject "peg" */;
  151. compatibilityVersion = "Xcode 3.2";
  152. hasScannedForEncodings = 1;
  153. mainGroup = AB7FD4EAF4FFE1A1CE63E31B;
  154. projectDirPath = "";
  155. projectRoot = "";
  156. targets = (
  157. EFBC7368F96EACB75989C21D /* All */,
  158. 050EA9DBA8F5C296C3E39B8A /* peg */,
  159. 84A1E5C1231D1E337ED0FC84 /* leg */,
  160. );
  161. };
  162. /* End PBXProject section */
  163. /* Begin PBXSourcesBuildPhase section */
  164. 74AA795D8990365CCE282118 /* Sources */ = {
  165. isa = PBXSourcesBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. 7921C7C2AD25A4A4C02470F5 /* peg.c in Sources */,
  169. 8B61C6AE75A1750C17350E64 /* tree.c in Sources */,
  170. 4D30CEABCD51397A50F65058 /* compile.c in Sources */,
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. 915DAD0C515729956FE2BC69 /* Sources */ = {
  175. isa = PBXSourcesBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. D8C3FFD80B6642D8BB341B90 /* leg.c in Sources */,
  179. 3FE25C706AB45972C102CBB4 /* tree.c in Sources */,
  180. 2D4E663DE432A398FC78635B /* compile.c in Sources */,
  181. );
  182. runOnlyForDeploymentPostprocessing = 0;
  183. };
  184. /* End PBXSourcesBuildPhase section */
  185. /* Begin PBXTargetDependency section */
  186. 3DF530CEA77A591E4DFBFF2F /* PBXTargetDependency */ = {
  187. isa = PBXTargetDependency;
  188. target = 84A1E5C1231D1E337ED0FC84 /* leg */;
  189. targetProxy = 12CD2CA862C5C1693300D7EF /* PBXContainerItemProxy */;
  190. };
  191. B85F90055126E00C1334834C /* PBXTargetDependency */ = {
  192. isa = PBXTargetDependency;
  193. target = 050EA9DBA8F5C296C3E39B8A /* peg */;
  194. targetProxy = 22C9A5E8EF76D4B801BB24E5 /* PBXContainerItemProxy */;
  195. };
  196. /* End PBXTargetDependency section */
  197. /* Begin XCBuildConfiguration section */
  198. 05AA053A004215362908ED84 /* Release */ = {
  199. isa = XCBuildConfiguration;
  200. buildSettings = {
  201. EXECUTABLE_PREFIX = "";
  202. GCC_PREPROCESSOR_DEFINITIONS = "\"NDEBUG\"";
  203. PRODUCT_NAME = peg;
  204. };
  205. name = Release;
  206. };
  207. 2CB45BB7949774F10834EB3B /* Release */ = {
  208. isa = XCBuildConfiguration;
  209. buildSettings = {
  210. INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
  211. SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
  212. };
  213. name = Release;
  214. };
  215. 7C93F597151F1782DBAF2E6E /* Debug */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
  219. SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
  220. };
  221. name = Debug;
  222. };
  223. 879858F43394AA4CEFDC7263 /* Release */ = {
  224. isa = XCBuildConfiguration;
  225. buildSettings = {
  226. EXECUTABLE_PREFIX = "";
  227. GCC_PREPROCESSOR_DEFINITIONS = "\"NDEBUG\"";
  228. PRODUCT_NAME = leg;
  229. };
  230. name = Release;
  231. };
  232. 8CF09EF6E825DDB8D49A6EA9 /* Release */ = {
  233. isa = XCBuildConfiguration;
  234. buildSettings = {
  235. PRODUCT_NAME = All;
  236. };
  237. name = Release;
  238. };
  239. DEFEA64AA5600BECDDA9A939 /* Debug */ = {
  240. isa = XCBuildConfiguration;
  241. buildSettings = {
  242. PRODUCT_NAME = All;
  243. };
  244. name = Debug;
  245. };
  246. E2B1202070FAC019FA0BF2ED /* Debug */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. EXECUTABLE_PREFIX = "";
  250. GCC_PREPROCESSOR_DEFINITIONS = "\"DEBUG\"";
  251. PRODUCT_NAME = leg;
  252. };
  253. name = Debug;
  254. };
  255. F41144D27A6369001B96C713 /* Debug */ = {
  256. isa = XCBuildConfiguration;
  257. buildSettings = {
  258. EXECUTABLE_PREFIX = "";
  259. GCC_PREPROCESSOR_DEFINITIONS = "\"DEBUG\"";
  260. PRODUCT_NAME = peg;
  261. };
  262. name = Debug;
  263. };
  264. /* End XCBuildConfiguration section */
  265. /* Begin XCConfigurationList section */
  266. 007E1122105A105C63F8A59F /* Build configuration list for PBXAggregateTarget "All" */ = {
  267. isa = XCConfigurationList;
  268. buildConfigurations = (
  269. DEFEA64AA5600BECDDA9A939 /* Debug */,
  270. 8CF09EF6E825DDB8D49A6EA9 /* Release */,
  271. );
  272. defaultConfigurationIsVisible = 1;
  273. defaultConfigurationName = Debug;
  274. };
  275. 283B121430353A60CB56914F /* Build configuration list for PBXProject "peg" */ = {
  276. isa = XCConfigurationList;
  277. buildConfigurations = (
  278. 7C93F597151F1782DBAF2E6E /* Debug */,
  279. 2CB45BB7949774F10834EB3B /* Release */,
  280. );
  281. defaultConfigurationIsVisible = 1;
  282. defaultConfigurationName = Debug;
  283. };
  284. EF4B00311D83FC2C01B276A4 /* Build configuration list for PBXNativeTarget "peg" */ = {
  285. isa = XCConfigurationList;
  286. buildConfigurations = (
  287. F41144D27A6369001B96C713 /* Debug */,
  288. 05AA053A004215362908ED84 /* Release */,
  289. );
  290. defaultConfigurationIsVisible = 1;
  291. defaultConfigurationName = Debug;
  292. };
  293. F7568C4D321FF46C2F4B43FB /* Build configuration list for PBXNativeTarget "leg" */ = {
  294. isa = XCConfigurationList;
  295. buildConfigurations = (
  296. E2B1202070FAC019FA0BF2ED /* Debug */,
  297. 879858F43394AA4CEFDC7263 /* Release */,
  298. );
  299. defaultConfigurationIsVisible = 1;
  300. defaultConfigurationName = Debug;
  301. };
  302. /* End XCConfigurationList section */
  303. };
  304. rootObject = D23EA86C97C1C940E2591A06 /* Project object */;
  305. }