project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 0D006A101125FBE800A2FA32 /* testit.sh */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 0D006A171125FC1C00A2FA32 /* Build configuration list for PBXAggregateTarget "testit.sh" */;
  12. buildPhases = (
  13. 0D006A0F1125FBE800A2FA32 /* ShellScript */,
  14. );
  15. dependencies = (
  16. 0D006A141125FBFD00A2FA32 /* PBXTargetDependency */,
  17. );
  18. name = testit.sh;
  19. productName = testit.sh;
  20. };
  21. /* End PBXAggregateTarget section */
  22. /* Begin PBXBuildFile section */
  23. 0D00699D1125F0C400A2FA32 /* lookup3.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3C31125E529001C69E6 /* lookup3.c */; };
  24. 0D00699F1125F0CE00A2FA32 /* poptconfig.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3C91125E54B001C69E6 /* poptconfig.c */; };
  25. 0D0069A01125F0D100A2FA32 /* popthelp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3CB1125E553001C69E6 /* popthelp.c */; };
  26. 0D0069A11125F0D500A2FA32 /* poptint.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3CD1125E55B001C69E6 /* poptint.c */; };
  27. 0D0069A21125F0DA00A2FA32 /* poptparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3D11125E584001C69E6 /* poptparse.c */; };
  28. 0D0069A31125F0E900A2FA32 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3D51125E5A6001C69E6 /* config.h */; };
  29. 0D0069A41125F0EC00A2FA32 /* system.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3D31125E58E001C69E6 /* system.h */; };
  30. 0D0069A51125F0F100A2FA32 /* poptint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3CF1125E56C001C69E6 /* poptint.h */; };
  31. 0D0069A61125F0F400A2FA32 /* popt.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3C71125E53F001C69E6 /* popt.h */; };
  32. 0D0069C61125F60200A2FA32 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D0069C51125F60200A2FA32 /* libiconv.dylib */; };
  33. 0D0069EE1125F81900A2FA32 /* test1.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D0069DD1125F73600A2FA32 /* test1.c */; };
  34. 0D3BAD131126031E00B3E80C /* popt.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3C51125E537001C69E6 /* popt.c */; };
  35. 0D3BAD141126031E00B3E80C /* popt.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3C51125E537001C69E6 /* popt.c */; };
  36. 0D3EA3C41125E529001C69E6 /* lookup3.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3C31125E529001C69E6 /* lookup3.c */; };
  37. 0D3EA3C81125E53F001C69E6 /* popt.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3C71125E53F001C69E6 /* popt.h */; };
  38. 0D3EA3CA1125E54B001C69E6 /* poptconfig.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3C91125E54B001C69E6 /* poptconfig.c */; };
  39. 0D3EA3CC1125E553001C69E6 /* popthelp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3CB1125E553001C69E6 /* popthelp.c */; };
  40. 0D3EA3CE1125E55B001C69E6 /* poptint.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3CD1125E55B001C69E6 /* poptint.c */; };
  41. 0D3EA3D01125E56C001C69E6 /* poptint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3CF1125E56C001C69E6 /* poptint.h */; };
  42. 0D3EA3D21125E584001C69E6 /* poptparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D3EA3D11125E584001C69E6 /* poptparse.c */; };
  43. 0D3EA3D41125E58E001C69E6 /* system.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3D31125E58E001C69E6 /* system.h */; };
  44. 0D3EA3D61125E5A6001C69E6 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3EA3D51125E5A6001C69E6 /* config.h */; };
  45. 0DB920BA1126181E000277F8 /* libpopt.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D0069921125F03400A2FA32 /* libpopt.dylib */; };
  46. /* End PBXBuildFile section */
  47. /* Begin PBXContainerItemProxy section */
  48. 0D0069EF1125F83000A2FA32 /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  51. proxyType = 1;
  52. remoteGlobalIDString = D2AAC045055464E500DB518D;
  53. remoteInfo = libpopt.a;
  54. };
  55. 0D006A131125FBFD00A2FA32 /* PBXContainerItemProxy */ = {
  56. isa = PBXContainerItemProxy;
  57. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  58. proxyType = 1;
  59. remoteGlobalIDString = 0D0069E91125F80A00A2FA32;
  60. remoteInfo = test1;
  61. };
  62. 0DB9209B112616A9000277F8 /* PBXContainerItemProxy */ = {
  63. isa = PBXContainerItemProxy;
  64. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  65. proxyType = 1;
  66. remoteGlobalIDString = 0D0069911125F03400A2FA32;
  67. remoteInfo = libpopt.dylib;
  68. };
  69. /* End PBXContainerItemProxy section */
  70. /* Begin PBXFileReference section */
  71. 0D0069921125F03400A2FA32 /* libpopt.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libpopt.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  72. 0D0069C41125F43900A2FA32 /* popt.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = popt.3; sourceTree = "<group>"; };
  73. 0D0069C51125F60200A2FA32 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
  74. 0D0069DD1125F73600A2FA32 /* test1.c */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.c; path = test1.c; sourceTree = "<group>"; };
  75. 0D0069EA1125F80A00A2FA32 /* test1 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = test1; sourceTree = BUILT_PRODUCTS_DIR; };
  76. 0D006A061125FADD00A2FA32 /* testit.sh */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = text.script.sh; path = testit.sh; sourceTree = "<group>"; };
  77. 0D3BACFC1125FF5300B3E80C /* popt.ps */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = popt.ps; sourceTree = "<group>"; };
  78. 0D3EA3C31125E529001C69E6 /* lookup3.c */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.c; path = lookup3.c; sourceTree = "<group>"; };
  79. 0D3EA3C51125E537001C69E6 /* popt.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 7; path = popt.c; sourceTree = "<group>"; };
  80. 0D3EA3C71125E53F001C69E6 /* popt.h */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.h; path = popt.h; sourceTree = "<group>"; };
  81. 0D3EA3C91125E54B001C69E6 /* poptconfig.c */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.c; path = poptconfig.c; sourceTree = "<group>"; };
  82. 0D3EA3CB1125E553001C69E6 /* popthelp.c */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.c; path = popthelp.c; sourceTree = "<group>"; };
  83. 0D3EA3CD1125E55B001C69E6 /* poptint.c */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.c; path = poptint.c; sourceTree = "<group>"; };
  84. 0D3EA3CF1125E56C001C69E6 /* poptint.h */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.h; path = poptint.h; sourceTree = "<group>"; };
  85. 0D3EA3D11125E584001C69E6 /* poptparse.c */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.c; path = poptparse.c; sourceTree = "<group>"; };
  86. 0D3EA3D31125E58E001C69E6 /* system.h */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.h; path = system.h; sourceTree = "<group>"; };
  87. 0D3EA3D51125E5A6001C69E6 /* config.h */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  88. D2AAC046055464E500DB518D /* libpopt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpopt.a; sourceTree = BUILT_PRODUCTS_DIR; };
  89. /* End PBXFileReference section */
  90. /* Begin PBXFrameworksBuildPhase section */
  91. 0D0069901125F03400A2FA32 /* Frameworks */ = {
  92. isa = PBXFrameworksBuildPhase;
  93. buildActionMask = 2147483647;
  94. files = (
  95. 0D0069C61125F60200A2FA32 /* libiconv.dylib in Frameworks */,
  96. 0DB920BA1126181E000277F8 /* libpopt.dylib in Frameworks */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. 0D0069E81125F80A00A2FA32 /* Frameworks */ = {
  101. isa = PBXFrameworksBuildPhase;
  102. buildActionMask = 2147483647;
  103. files = (
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. D289987405E68DCB004EDB86 /* Frameworks */ = {
  108. isa = PBXFrameworksBuildPhase;
  109. buildActionMask = 2147483647;
  110. files = (
  111. );
  112. runOnlyForDeploymentPostprocessing = 0;
  113. };
  114. /* End PBXFrameworksBuildPhase section */
  115. /* Begin PBXGroup section */
  116. 08FB7794FE84155DC02AAC07 /* popt */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 08FB7795FE84155DC02AAC07 /* Source */,
  120. C6A0FF2B0290797F04C91782 /* Documentation */,
  121. 1AB674ADFE9D54B511CA2CBB /* Products */,
  122. 0D0069C51125F60200A2FA32 /* libiconv.dylib */,
  123. );
  124. name = popt;
  125. sourceTree = "<group>";
  126. };
  127. 08FB7795FE84155DC02AAC07 /* Source */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 0D3EA3D51125E5A6001C69E6 /* config.h */,
  131. 0D3EA3C31125E529001C69E6 /* lookup3.c */,
  132. 0D3EA3C51125E537001C69E6 /* popt.c */,
  133. 0D3EA3C71125E53F001C69E6 /* popt.h */,
  134. 0D3EA3C91125E54B001C69E6 /* poptconfig.c */,
  135. 0D3EA3CB1125E553001C69E6 /* popthelp.c */,
  136. 0D3EA3CD1125E55B001C69E6 /* poptint.c */,
  137. 0D3EA3CF1125E56C001C69E6 /* poptint.h */,
  138. 0D3EA3D11125E584001C69E6 /* poptparse.c */,
  139. 0D3EA3D31125E58E001C69E6 /* system.h */,
  140. 0D0069DD1125F73600A2FA32 /* test1.c */,
  141. 0D006A061125FADD00A2FA32 /* testit.sh */,
  142. );
  143. name = Source;
  144. sourceTree = "<group>";
  145. };
  146. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  147. isa = PBXGroup;
  148. children = (
  149. D2AAC046055464E500DB518D /* libpopt.a */,
  150. 0D0069921125F03400A2FA32 /* libpopt.dylib */,
  151. 0D0069EA1125F80A00A2FA32 /* test1 */,
  152. );
  153. name = Products;
  154. sourceTree = "<group>";
  155. };
  156. C6A0FF2B0290797F04C91782 /* Documentation */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 0D3BACFC1125FF5300B3E80C /* popt.ps */,
  160. 0D0069C41125F43900A2FA32 /* popt.3 */,
  161. );
  162. name = Documentation;
  163. sourceTree = "<group>";
  164. };
  165. /* End PBXGroup section */
  166. /* Begin PBXHeadersBuildPhase section */
  167. 0D00698E1125F03400A2FA32 /* Headers */ = {
  168. isa = PBXHeadersBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. 0D0069A31125F0E900A2FA32 /* config.h in Headers */,
  172. 0D0069A51125F0F100A2FA32 /* poptint.h in Headers */,
  173. 0D0069A61125F0F400A2FA32 /* popt.h in Headers */,
  174. 0D0069A41125F0EC00A2FA32 /* system.h in Headers */,
  175. );
  176. runOnlyForDeploymentPostprocessing = 0;
  177. };
  178. D2AAC043055464E500DB518D /* Headers */ = {
  179. isa = PBXHeadersBuildPhase;
  180. buildActionMask = 2147483647;
  181. files = (
  182. 0D3EA3D61125E5A6001C69E6 /* config.h in Headers */,
  183. 0D3EA3C81125E53F001C69E6 /* popt.h in Headers */,
  184. 0D3EA3D01125E56C001C69E6 /* poptint.h in Headers */,
  185. 0D3EA3D41125E58E001C69E6 /* system.h in Headers */,
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. /* End PBXHeadersBuildPhase section */
  190. /* Begin PBXNativeTarget section */
  191. 0D0069911125F03400A2FA32 /* libpopt.dylib */ = {
  192. isa = PBXNativeTarget;
  193. buildConfigurationList = 0D0069991125F07600A2FA32 /* Build configuration list for PBXNativeTarget "libpopt.dylib" */;
  194. buildPhases = (
  195. 0D00698E1125F03400A2FA32 /* Headers */,
  196. 0D00698F1125F03400A2FA32 /* Sources */,
  197. 0D0069901125F03400A2FA32 /* Frameworks */,
  198. );
  199. buildRules = (
  200. );
  201. dependencies = (
  202. );
  203. name = libpopt.dylib;
  204. productName = libpopt.dylib;
  205. productReference = 0D0069921125F03400A2FA32 /* libpopt.dylib */;
  206. productType = "com.apple.product-type.library.dynamic";
  207. };
  208. 0D0069E91125F80A00A2FA32 /* test1 */ = {
  209. isa = PBXNativeTarget;
  210. buildConfigurationList = 0D0069F31125F84F00A2FA32 /* Build configuration list for PBXNativeTarget "test1" */;
  211. buildPhases = (
  212. 0D0069E71125F80A00A2FA32 /* Sources */,
  213. 0D0069E81125F80A00A2FA32 /* Frameworks */,
  214. );
  215. buildRules = (
  216. );
  217. dependencies = (
  218. 0DB9209C112616A9000277F8 /* PBXTargetDependency */,
  219. 0D0069F01125F83000A2FA32 /* PBXTargetDependency */,
  220. );
  221. name = test1;
  222. productName = test1;
  223. productReference = 0D0069EA1125F80A00A2FA32 /* test1 */;
  224. productType = "com.apple.product-type.tool";
  225. };
  226. D2AAC045055464E500DB518D /* libpopt.a */ = {
  227. isa = PBXNativeTarget;
  228. buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpopt.a" */;
  229. buildPhases = (
  230. D2AAC043055464E500DB518D /* Headers */,
  231. D2AAC044055464E500DB518D /* Sources */,
  232. D289987405E68DCB004EDB86 /* Frameworks */,
  233. );
  234. buildRules = (
  235. );
  236. dependencies = (
  237. );
  238. name = libpopt.a;
  239. productName = popt;
  240. productReference = D2AAC046055464E500DB518D /* libpopt.a */;
  241. productType = "com.apple.product-type.library.static";
  242. };
  243. /* End PBXNativeTarget section */
  244. /* Begin PBXProject section */
  245. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  246. isa = PBXProject;
  247. buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "popt" */;
  248. compatibilityVersion = "Xcode 3.1";
  249. hasScannedForEncodings = 1;
  250. knownRegions = (
  251. English,
  252. Japanese,
  253. French,
  254. German,
  255. "",
  256. );
  257. mainGroup = 08FB7794FE84155DC02AAC07 /* popt */;
  258. projectDirPath = "";
  259. projectRoot = "";
  260. targets = (
  261. D2AAC045055464E500DB518D /* libpopt.a */,
  262. 0D0069911125F03400A2FA32 /* libpopt.dylib */,
  263. 0D0069E91125F80A00A2FA32 /* test1 */,
  264. 0D006A101125FBE800A2FA32 /* testit.sh */,
  265. );
  266. };
  267. /* End PBXProject section */
  268. /* Begin PBXShellScriptBuildPhase section */
  269. 0D006A0F1125FBE800A2FA32 /* ShellScript */ = {
  270. isa = PBXShellScriptBuildPhase;
  271. buildActionMask = 2147483647;
  272. files = (
  273. );
  274. inputPaths = (
  275. );
  276. outputPaths = (
  277. );
  278. runOnlyForDeploymentPostprocessing = 0;
  279. shellPath = /bin/sh;
  280. shellScript = "# shell script goes here\nexit 0";
  281. };
  282. /* End PBXShellScriptBuildPhase section */
  283. /* Begin PBXSourcesBuildPhase section */
  284. 0D00698F1125F03400A2FA32 /* Sources */ = {
  285. isa = PBXSourcesBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. 0D00699D1125F0C400A2FA32 /* lookup3.c in Sources */,
  289. 0D3BAD141126031E00B3E80C /* popt.c in Sources */,
  290. 0D00699F1125F0CE00A2FA32 /* poptconfig.c in Sources */,
  291. 0D0069A01125F0D100A2FA32 /* popthelp.c in Sources */,
  292. 0D0069A11125F0D500A2FA32 /* poptint.c in Sources */,
  293. 0D0069A21125F0DA00A2FA32 /* poptparse.c in Sources */,
  294. );
  295. runOnlyForDeploymentPostprocessing = 0;
  296. };
  297. 0D0069E71125F80A00A2FA32 /* Sources */ = {
  298. isa = PBXSourcesBuildPhase;
  299. buildActionMask = 2147483647;
  300. files = (
  301. 0D0069EE1125F81900A2FA32 /* test1.c in Sources */,
  302. );
  303. runOnlyForDeploymentPostprocessing = 0;
  304. };
  305. D2AAC044055464E500DB518D /* Sources */ = {
  306. isa = PBXSourcesBuildPhase;
  307. buildActionMask = 2147483647;
  308. files = (
  309. 0D3EA3C41125E529001C69E6 /* lookup3.c in Sources */,
  310. 0D3BAD131126031E00B3E80C /* popt.c in Sources */,
  311. 0D3EA3CA1125E54B001C69E6 /* poptconfig.c in Sources */,
  312. 0D3EA3CC1125E553001C69E6 /* popthelp.c in Sources */,
  313. 0D3EA3CE1125E55B001C69E6 /* poptint.c in Sources */,
  314. 0D3EA3D21125E584001C69E6 /* poptparse.c in Sources */,
  315. );
  316. runOnlyForDeploymentPostprocessing = 0;
  317. };
  318. /* End PBXSourcesBuildPhase section */
  319. /* Begin PBXTargetDependency section */
  320. 0D0069F01125F83000A2FA32 /* PBXTargetDependency */ = {
  321. isa = PBXTargetDependency;
  322. target = D2AAC045055464E500DB518D /* libpopt.a */;
  323. targetProxy = 0D0069EF1125F83000A2FA32 /* PBXContainerItemProxy */;
  324. };
  325. 0D006A141125FBFD00A2FA32 /* PBXTargetDependency */ = {
  326. isa = PBXTargetDependency;
  327. target = 0D0069E91125F80A00A2FA32 /* test1 */;
  328. targetProxy = 0D006A131125FBFD00A2FA32 /* PBXContainerItemProxy */;
  329. };
  330. 0DB9209C112616A9000277F8 /* PBXTargetDependency */ = {
  331. isa = PBXTargetDependency;
  332. target = 0D0069911125F03400A2FA32 /* libpopt.dylib */;
  333. targetProxy = 0DB9209B112616A9000277F8 /* PBXContainerItemProxy */;
  334. };
  335. /* End PBXTargetDependency section */
  336. /* Begin XCBuildConfiguration section */
  337. 0D0069931125F03500A2FA32 /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. ALWAYS_SEARCH_USER_PATHS = NO;
  341. COPY_PHASE_STRIP = NO;
  342. EXECUTABLE_PREFIX = lib;
  343. GCC_DYNAMIC_NO_PIC = NO;
  344. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  345. GCC_MODEL_TUNING = G5;
  346. GCC_OPTIMIZATION_LEVEL = 2;
  347. GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
  348. INSTALL_PATH = /usr/local/lib;
  349. OTHER_LDFLAGS = "-liconv";
  350. PREBINDING = NO;
  351. PRODUCT_NAME = popt;
  352. };
  353. name = Debug;
  354. };
  355. 0D0069941125F03500A2FA32 /* Release */ = {
  356. isa = XCBuildConfiguration;
  357. buildSettings = {
  358. ALWAYS_SEARCH_USER_PATHS = NO;
  359. COPY_PHASE_STRIP = YES;
  360. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  361. EXECUTABLE_PREFIX = lib;
  362. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  363. GCC_MODEL_TUNING = G5;
  364. INSTALL_PATH = /usr/local/lib;
  365. PREBINDING = NO;
  366. PRODUCT_NAME = popt;
  367. ZERO_LINK = NO;
  368. };
  369. name = Release;
  370. };
  371. 0D0069EC1125F80A00A2FA32 /* Debug */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. ALWAYS_SEARCH_USER_PATHS = NO;
  375. COPY_PHASE_STRIP = NO;
  376. GCC_DYNAMIC_NO_PIC = NO;
  377. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  378. GCC_MODEL_TUNING = G5;
  379. GCC_OPTIMIZATION_LEVEL = 0;
  380. GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
  381. INSTALL_PATH = /usr/local/bin;
  382. MACH_O_TYPE = mh_execute;
  383. OTHER_LDFLAGS = (
  384. "-lpopt",
  385. "-liconv",
  386. );
  387. PREBINDING = NO;
  388. PRODUCT_NAME = test1;
  389. };
  390. name = Debug;
  391. };
  392. 0D0069ED1125F80A00A2FA32 /* Release */ = {
  393. isa = XCBuildConfiguration;
  394. buildSettings = {
  395. ALWAYS_SEARCH_USER_PATHS = NO;
  396. COPY_PHASE_STRIP = YES;
  397. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  398. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  399. GCC_MODEL_TUNING = G5;
  400. INSTALL_PATH = /usr/local/bin;
  401. PREBINDING = NO;
  402. PRODUCT_NAME = test1;
  403. ZERO_LINK = NO;
  404. };
  405. name = Release;
  406. };
  407. 0D006A111125FBE800A2FA32 /* Debug */ = {
  408. isa = XCBuildConfiguration;
  409. buildSettings = {
  410. COPY_PHASE_STRIP = NO;
  411. GCC_DYNAMIC_NO_PIC = NO;
  412. GCC_OPTIMIZATION_LEVEL = 0;
  413. PRODUCT_NAME = testit.sh;
  414. };
  415. name = Debug;
  416. };
  417. 0D006A121125FBE800A2FA32 /* Release */ = {
  418. isa = XCBuildConfiguration;
  419. buildSettings = {
  420. COPY_PHASE_STRIP = YES;
  421. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  422. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  423. PRODUCT_NAME = testit.sh;
  424. ZERO_LINK = NO;
  425. };
  426. name = Release;
  427. };
  428. 1DEB91EC08733DB70010E9CD /* Debug */ = {
  429. isa = XCBuildConfiguration;
  430. buildSettings = {
  431. ALWAYS_SEARCH_USER_PATHS = NO;
  432. COPY_PHASE_STRIP = NO;
  433. GCC_DYNAMIC_NO_PIC = NO;
  434. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  435. GCC_MODEL_TUNING = G5;
  436. GCC_OPTIMIZATION_LEVEL = 2;
  437. GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
  438. INSTALL_PATH = /usr/local/lib;
  439. "New Setting" = "";
  440. PRODUCT_NAME = popt;
  441. };
  442. name = Debug;
  443. };
  444. 1DEB91ED08733DB70010E9CD /* Release */ = {
  445. isa = XCBuildConfiguration;
  446. buildSettings = {
  447. ALWAYS_SEARCH_USER_PATHS = NO;
  448. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  449. GCC_MODEL_TUNING = G5;
  450. INSTALL_PATH = /usr/local/lib;
  451. PRODUCT_NAME = popt;
  452. };
  453. name = Release;
  454. };
  455. 1DEB91F008733DB70010E9CD /* Debug */ = {
  456. isa = XCBuildConfiguration;
  457. buildSettings = {
  458. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  459. GCC_C_LANGUAGE_STANDARD = gnu99;
  460. GCC_OPTIMIZATION_LEVEL = 0;
  461. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  462. GCC_WARN_UNUSED_VARIABLE = YES;
  463. ONLY_ACTIVE_ARCH = YES;
  464. PREBINDING = NO;
  465. SDKROOT = macosx10.6;
  466. };
  467. name = Debug;
  468. };
  469. 1DEB91F108733DB70010E9CD /* Release */ = {
  470. isa = XCBuildConfiguration;
  471. buildSettings = {
  472. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  473. GCC_C_LANGUAGE_STANDARD = gnu99;
  474. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  475. GCC_WARN_UNUSED_VARIABLE = YES;
  476. PREBINDING = NO;
  477. SDKROOT = macosx10.6;
  478. };
  479. name = Release;
  480. };
  481. /* End XCBuildConfiguration section */
  482. /* Begin XCConfigurationList section */
  483. 0D0069991125F07600A2FA32 /* Build configuration list for PBXNativeTarget "libpopt.dylib" */ = {
  484. isa = XCConfigurationList;
  485. buildConfigurations = (
  486. 0D0069931125F03500A2FA32 /* Debug */,
  487. 0D0069941125F03500A2FA32 /* Release */,
  488. );
  489. defaultConfigurationIsVisible = 0;
  490. defaultConfigurationName = Release;
  491. };
  492. 0D0069F31125F84F00A2FA32 /* Build configuration list for PBXNativeTarget "test1" */ = {
  493. isa = XCConfigurationList;
  494. buildConfigurations = (
  495. 0D0069EC1125F80A00A2FA32 /* Debug */,
  496. 0D0069ED1125F80A00A2FA32 /* Release */,
  497. );
  498. defaultConfigurationIsVisible = 0;
  499. defaultConfigurationName = Release;
  500. };
  501. 0D006A171125FC1C00A2FA32 /* Build configuration list for PBXAggregateTarget "testit.sh" */ = {
  502. isa = XCConfigurationList;
  503. buildConfigurations = (
  504. 0D006A111125FBE800A2FA32 /* Debug */,
  505. 0D006A121125FBE800A2FA32 /* Release */,
  506. );
  507. defaultConfigurationIsVisible = 0;
  508. defaultConfigurationName = Release;
  509. };
  510. 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpopt.a" */ = {
  511. isa = XCConfigurationList;
  512. buildConfigurations = (
  513. 1DEB91EC08733DB70010E9CD /* Debug */,
  514. 1DEB91ED08733DB70010E9CD /* Release */,
  515. );
  516. defaultConfigurationIsVisible = 0;
  517. defaultConfigurationName = Release;
  518. };
  519. 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "popt" */ = {
  520. isa = XCConfigurationList;
  521. buildConfigurations = (
  522. 1DEB91F008733DB70010E9CD /* Debug */,
  523. 1DEB91F108733DB70010E9CD /* Release */,
  524. );
  525. defaultConfigurationIsVisible = 0;
  526. defaultConfigurationName = Release;
  527. };
  528. /* End XCConfigurationList section */
  529. };
  530. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  531. }