project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD3786271CF9F67B00BE89B2 /* vector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3786261CF9F67B00BE89B2 /* vector.hpp */; };
  10. CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD37862C1CFA121C00BE89B2 /* matrix.hpp */; };
  11. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */; };
  12. CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */; };
  13. CD3C80881D6645C600ACC795 /* vector_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80871D6645C600ACC795 /* vector_tc.cpp */; };
  14. CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */; };
  15. CD3C809A1D6654C200ACC795 /* matrix_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80981D6654C200ACC795 /* matrix_tc.cpp */; };
  16. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C809D1D675AB100ACC795 /* angle.cpp */; };
  17. CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C809E1D675AB100ACC795 /* angle.hpp */; };
  18. CD3C80B11D67B79B00ACC795 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD3786181CF9F61100BE89B2 /* libmath.dylib */; };
  19. CD3C80B91D6884D700ACC795 /* matrix_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */; };
  20. CD3C80BC1D68902300ACC795 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BA1D68902300ACC795 /* common.cpp */; };
  21. CD3C80BD1D68902300ACC795 /* common.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD3C80BB1D68902300ACC795 /* common.hpp */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXCopyFilesBuildPhase section */
  24. CD3C807E1D6645AB00ACC795 /* CopyFiles */ = {
  25. isa = PBXCopyFilesBuildPhase;
  26. buildActionMask = 2147483647;
  27. dstPath = /usr/share/man/man1/;
  28. dstSubfolderSpec = 0;
  29. files = (
  30. );
  31. runOnlyForDeploymentPostprocessing = 1;
  32. };
  33. CD3C808F1D6654A400ACC795 /* CopyFiles */ = {
  34. isa = PBXCopyFilesBuildPhase;
  35. buildActionMask = 2147483647;
  36. dstPath = /usr/share/man/man1/;
  37. dstSubfolderSpec = 0;
  38. files = (
  39. );
  40. runOnlyForDeploymentPostprocessing = 1;
  41. };
  42. /* End PBXCopyFilesBuildPhase section */
  43. /* Begin PBXFileReference section */
  44. CD3786181CF9F61100BE89B2 /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  45. CD3786261CF9F67B00BE89B2 /* vector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vector.hpp; sourceTree = "<group>"; };
  46. CD37862C1CFA121C00BE89B2 /* matrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = "<group>"; };
  47. CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = math_fwd.hpp; sourceTree = "<group>"; };
  48. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shape.cpp; sourceTree = "<group>"; };
  49. CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = shape.hpp; sourceTree = "<group>"; };
  50. CD3C807A1D66440A00ACC795 /* vector.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector.t.h; sourceTree = "<group>"; };
  51. CD3C80801D6645AB00ACC795 /* vector_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vector_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  52. CD3C80871D6645C600ACC795 /* vector_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_tc.cpp; sourceTree = "<group>"; };
  53. CD3C80911D6654A400ACC795 /* matrix_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = matrix_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  54. CD3C80981D6654C200ACC795 /* matrix_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_tc.cpp; sourceTree = "<group>"; };
  55. CD3C80991D6654C200ACC795 /* matrix.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrix.t.h; sourceTree = "<group>"; };
  56. CD3C809D1D675AB100ACC795 /* angle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = angle.cpp; sourceTree = "<group>"; };
  57. CD3C809E1D675AB100ACC795 /* angle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = angle.hpp; sourceTree = "<group>"; };
  58. CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = matrix_helpers.hpp; sourceTree = "<group>"; };
  59. CD3C80BA1D68902300ACC795 /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = "<group>"; };
  60. CD3C80BB1D68902300ACC795 /* common.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = common.hpp; sourceTree = "<group>"; };
  61. /* End PBXFileReference section */
  62. /* Begin PBXFrameworksBuildPhase section */
  63. CD3786151CF9F61100BE89B2 /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. );
  68. runOnlyForDeploymentPostprocessing = 0;
  69. };
  70. CD3C807D1D6645AB00ACC795 /* Frameworks */ = {
  71. isa = PBXFrameworksBuildPhase;
  72. buildActionMask = 2147483647;
  73. files = (
  74. );
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. CD3C808E1D6654A400ACC795 /* Frameworks */ = {
  78. isa = PBXFrameworksBuildPhase;
  79. buildActionMask = 2147483647;
  80. files = (
  81. CD3C80B11D67B79B00ACC795 /* libmath.dylib in Frameworks */,
  82. );
  83. runOnlyForDeploymentPostprocessing = 0;
  84. };
  85. /* End PBXFrameworksBuildPhase section */
  86. /* Begin PBXGroup section */
  87. CD37860F1CF9F61100BE89B2 = {
  88. isa = PBXGroup;
  89. children = (
  90. CD3C80791D66440200ACC795 /* test */,
  91. CD3786321CFA304800BE89B2 /* src */,
  92. CD3786191CF9F61100BE89B2 /* Products */,
  93. );
  94. sourceTree = "<group>";
  95. };
  96. CD3786191CF9F61100BE89B2 /* Products */ = {
  97. isa = PBXGroup;
  98. children = (
  99. CD3786181CF9F61100BE89B2 /* libmath.dylib */,
  100. CD3C80801D6645AB00ACC795 /* vector_tc */,
  101. CD3C80911D6654A400ACC795 /* matrix_tc */,
  102. );
  103. name = Products;
  104. sourceTree = "<group>";
  105. };
  106. CD3786321CFA304800BE89B2 /* src */ = {
  107. isa = PBXGroup;
  108. children = (
  109. CD3786261CF9F67B00BE89B2 /* vector.hpp */,
  110. CD3AC6FA1D2C0558002B4BB0 /* math_fwd.hpp */,
  111. CD37862C1CFA121C00BE89B2 /* matrix.hpp */,
  112. CD3C80B81D6884D700ACC795 /* matrix_helpers.hpp */,
  113. CD3AC71C1D2C0AF8002B4BB0 /* shape.cpp */,
  114. CD3AC71D1D2C0AF8002B4BB0 /* shape.hpp */,
  115. CD3C809D1D675AB100ACC795 /* angle.cpp */,
  116. CD3C809E1D675AB100ACC795 /* angle.hpp */,
  117. CD3C80BA1D68902300ACC795 /* common.cpp */,
  118. CD3C80BB1D68902300ACC795 /* common.hpp */,
  119. );
  120. name = src;
  121. sourceTree = "<group>";
  122. };
  123. CD3C80791D66440200ACC795 /* test */ = {
  124. isa = PBXGroup;
  125. children = (
  126. CD3C807A1D66440A00ACC795 /* vector.t.h */,
  127. CD3C80991D6654C200ACC795 /* matrix.t.h */,
  128. CD3C80871D6645C600ACC795 /* vector_tc.cpp */,
  129. CD3C80981D6654C200ACC795 /* matrix_tc.cpp */,
  130. );
  131. name = test;
  132. sourceTree = "<group>";
  133. };
  134. /* End PBXGroup section */
  135. /* Begin PBXHeadersBuildPhase section */
  136. CD3786161CF9F61100BE89B2 /* Headers */ = {
  137. isa = PBXHeadersBuildPhase;
  138. buildActionMask = 2147483647;
  139. files = (
  140. CD3786271CF9F67B00BE89B2 /* vector.hpp in Headers */,
  141. CD3AC71F1D2C0AF8002B4BB0 /* shape.hpp in Headers */,
  142. CD37862D1CFA121C00BE89B2 /* matrix.hpp in Headers */,
  143. CD3C80A01D675AB100ACC795 /* angle.hpp in Headers */,
  144. CD3C808A1D66469400ACC795 /* math_fwd.hpp in Headers */,
  145. CD3C80BD1D68902300ACC795 /* common.hpp in Headers */,
  146. CD3C80B91D6884D700ACC795 /* matrix_helpers.hpp in Headers */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXHeadersBuildPhase section */
  151. /* Begin PBXNativeTarget section */
  152. CD3786171CF9F61100BE89B2 /* math */ = {
  153. isa = PBXNativeTarget;
  154. buildConfigurationList = CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */;
  155. buildPhases = (
  156. CD3786141CF9F61100BE89B2 /* Sources */,
  157. CD3786151CF9F61100BE89B2 /* Frameworks */,
  158. CD3786161CF9F61100BE89B2 /* Headers */,
  159. );
  160. buildRules = (
  161. );
  162. dependencies = (
  163. );
  164. name = math;
  165. productName = math;
  166. productReference = CD3786181CF9F61100BE89B2 /* libmath.dylib */;
  167. productType = "com.apple.product-type.library.dynamic";
  168. };
  169. CD3C807F1D6645AB00ACC795 /* vector_tc */ = {
  170. isa = PBXNativeTarget;
  171. buildConfigurationList = CD3C80841D6645AB00ACC795 /* Build configuration list for PBXNativeTarget "vector_tc" */;
  172. buildPhases = (
  173. CD3C80891D6645ED00ACC795 /* ShellScript */,
  174. CD3C807C1D6645AB00ACC795 /* Sources */,
  175. CD3C807D1D6645AB00ACC795 /* Frameworks */,
  176. CD3C807E1D6645AB00ACC795 /* CopyFiles */,
  177. );
  178. buildRules = (
  179. );
  180. dependencies = (
  181. );
  182. name = vector_tc;
  183. productName = vector_tc;
  184. productReference = CD3C80801D6645AB00ACC795 /* vector_tc */;
  185. productType = "com.apple.product-type.tool";
  186. };
  187. CD3C80901D6654A400ACC795 /* matrix_tc */ = {
  188. isa = PBXNativeTarget;
  189. buildConfigurationList = CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */;
  190. buildPhases = (
  191. CD3C809B1D66556900ACC795 /* ShellScript */,
  192. CD3C808D1D6654A400ACC795 /* Sources */,
  193. CD3C808E1D6654A400ACC795 /* Frameworks */,
  194. CD3C808F1D6654A400ACC795 /* CopyFiles */,
  195. );
  196. buildRules = (
  197. );
  198. dependencies = (
  199. );
  200. name = matrix_tc;
  201. productName = matrix_tc;
  202. productReference = CD3C80911D6654A400ACC795 /* matrix_tc */;
  203. productType = "com.apple.product-type.tool";
  204. };
  205. /* End PBXNativeTarget section */
  206. /* Begin PBXProject section */
  207. CD3786101CF9F61100BE89B2 /* Project object */ = {
  208. isa = PBXProject;
  209. attributes = {
  210. LastUpgradeCheck = 0720;
  211. ORGANIZATIONNAME = "Sam Jaffe";
  212. TargetAttributes = {
  213. CD3786171CF9F61100BE89B2 = {
  214. CreatedOnToolsVersion = 7.2.1;
  215. };
  216. CD3C807F1D6645AB00ACC795 = {
  217. CreatedOnToolsVersion = 7.2.1;
  218. };
  219. CD3C80901D6654A400ACC795 = {
  220. CreatedOnToolsVersion = 7.2.1;
  221. };
  222. };
  223. };
  224. buildConfigurationList = CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */;
  225. compatibilityVersion = "Xcode 3.2";
  226. developmentRegion = English;
  227. hasScannedForEncodings = 0;
  228. knownRegions = (
  229. en,
  230. );
  231. mainGroup = CD37860F1CF9F61100BE89B2;
  232. productRefGroup = CD3786191CF9F61100BE89B2 /* Products */;
  233. projectDirPath = "";
  234. projectRoot = "";
  235. targets = (
  236. CD3786171CF9F61100BE89B2 /* math */,
  237. CD3C807F1D6645AB00ACC795 /* vector_tc */,
  238. CD3C80901D6654A400ACC795 /* matrix_tc */,
  239. );
  240. };
  241. /* End PBXProject section */
  242. /* Begin PBXShellScriptBuildPhase section */
  243. CD3C80891D6645ED00ACC795 /* ShellScript */ = {
  244. isa = PBXShellScriptBuildPhase;
  245. buildActionMask = 2147483647;
  246. files = (
  247. );
  248. inputPaths = (
  249. "$(SRCROOT)/vector.t.h",
  250. );
  251. outputPaths = (
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. shellPath = /bin/sh;
  255. shellScript = "cxxtestgen --error-printer -o vector_tc.cpp vector.t.h";
  256. };
  257. CD3C809B1D66556900ACC795 /* ShellScript */ = {
  258. isa = PBXShellScriptBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. );
  262. inputPaths = (
  263. "$(SRCROOT)/matrix.t.h",
  264. );
  265. outputPaths = (
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. shellPath = /bin/sh;
  269. shellScript = "cxxtestgen --error-printer -o matrix_tc.cpp matrix.t.h";
  270. };
  271. /* End PBXShellScriptBuildPhase section */
  272. /* Begin PBXSourcesBuildPhase section */
  273. CD3786141CF9F61100BE89B2 /* Sources */ = {
  274. isa = PBXSourcesBuildPhase;
  275. buildActionMask = 2147483647;
  276. files = (
  277. CD3AC71E1D2C0AF8002B4BB0 /* shape.cpp in Sources */,
  278. CD3C80BC1D68902300ACC795 /* common.cpp in Sources */,
  279. CD3C809F1D675AB100ACC795 /* angle.cpp in Sources */,
  280. );
  281. runOnlyForDeploymentPostprocessing = 0;
  282. };
  283. CD3C807C1D6645AB00ACC795 /* Sources */ = {
  284. isa = PBXSourcesBuildPhase;
  285. buildActionMask = 2147483647;
  286. files = (
  287. CD3C80881D6645C600ACC795 /* vector_tc.cpp in Sources */,
  288. );
  289. runOnlyForDeploymentPostprocessing = 0;
  290. };
  291. CD3C808D1D6654A400ACC795 /* Sources */ = {
  292. isa = PBXSourcesBuildPhase;
  293. buildActionMask = 2147483647;
  294. files = (
  295. CD3C809A1D6654C200ACC795 /* matrix_tc.cpp in Sources */,
  296. );
  297. runOnlyForDeploymentPostprocessing = 0;
  298. };
  299. /* End PBXSourcesBuildPhase section */
  300. /* Begin XCBuildConfiguration section */
  301. CD3786211CF9F61100BE89B2 /* Debug */ = {
  302. isa = XCBuildConfiguration;
  303. buildSettings = {
  304. ALWAYS_SEARCH_USER_PATHS = NO;
  305. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  306. CLANG_CXX_LIBRARY = "libc++";
  307. CLANG_ENABLE_MODULES = YES;
  308. CLANG_ENABLE_OBJC_ARC = YES;
  309. CLANG_WARN_BOOL_CONVERSION = YES;
  310. CLANG_WARN_CONSTANT_CONVERSION = YES;
  311. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  312. CLANG_WARN_EMPTY_BODY = YES;
  313. CLANG_WARN_ENUM_CONVERSION = YES;
  314. CLANG_WARN_INT_CONVERSION = YES;
  315. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  316. CLANG_WARN_UNREACHABLE_CODE = YES;
  317. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  318. CODE_SIGN_IDENTITY = "-";
  319. COPY_PHASE_STRIP = NO;
  320. DEBUG_INFORMATION_FORMAT = dwarf;
  321. ENABLE_STRICT_OBJC_MSGSEND = YES;
  322. ENABLE_TESTABILITY = YES;
  323. GCC_C_LANGUAGE_STANDARD = gnu99;
  324. GCC_DYNAMIC_NO_PIC = NO;
  325. GCC_NO_COMMON_BLOCKS = YES;
  326. GCC_OPTIMIZATION_LEVEL = 0;
  327. GCC_PREPROCESSOR_DEFINITIONS = (
  328. "DEBUG=1",
  329. "$(inherited)",
  330. );
  331. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  332. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  333. GCC_WARN_UNDECLARED_SELECTOR = YES;
  334. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  335. GCC_WARN_UNUSED_FUNCTION = YES;
  336. GCC_WARN_UNUSED_VARIABLE = YES;
  337. MACOSX_DEPLOYMENT_TARGET = 10.10;
  338. MTL_ENABLE_DEBUG_INFO = YES;
  339. ONLY_ACTIVE_ARCH = YES;
  340. SDKROOT = macosx;
  341. };
  342. name = Debug;
  343. };
  344. CD3786221CF9F61100BE89B2 /* Release */ = {
  345. isa = XCBuildConfiguration;
  346. buildSettings = {
  347. ALWAYS_SEARCH_USER_PATHS = NO;
  348. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  349. CLANG_CXX_LIBRARY = "libc++";
  350. CLANG_ENABLE_MODULES = YES;
  351. CLANG_ENABLE_OBJC_ARC = YES;
  352. CLANG_WARN_BOOL_CONVERSION = YES;
  353. CLANG_WARN_CONSTANT_CONVERSION = YES;
  354. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  355. CLANG_WARN_EMPTY_BODY = YES;
  356. CLANG_WARN_ENUM_CONVERSION = YES;
  357. CLANG_WARN_INT_CONVERSION = YES;
  358. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  359. CLANG_WARN_UNREACHABLE_CODE = YES;
  360. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  361. CODE_SIGN_IDENTITY = "-";
  362. COPY_PHASE_STRIP = NO;
  363. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  364. ENABLE_NS_ASSERTIONS = NO;
  365. ENABLE_STRICT_OBJC_MSGSEND = YES;
  366. GCC_C_LANGUAGE_STANDARD = gnu99;
  367. GCC_NO_COMMON_BLOCKS = YES;
  368. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  369. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  370. GCC_WARN_UNDECLARED_SELECTOR = YES;
  371. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  372. GCC_WARN_UNUSED_FUNCTION = YES;
  373. GCC_WARN_UNUSED_VARIABLE = YES;
  374. MACOSX_DEPLOYMENT_TARGET = 10.10;
  375. MTL_ENABLE_DEBUG_INFO = NO;
  376. SDKROOT = macosx;
  377. };
  378. name = Release;
  379. };
  380. CD3786241CF9F61100BE89B2 /* Debug */ = {
  381. isa = XCBuildConfiguration;
  382. buildSettings = {
  383. DYLIB_COMPATIBILITY_VERSION = 1;
  384. DYLIB_CURRENT_VERSION = 1;
  385. EXECUTABLE_PREFIX = lib;
  386. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  387. GCC_ENABLE_CPP_RTTI = YES;
  388. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  389. PRODUCT_NAME = "$(TARGET_NAME)";
  390. USER_HEADER_SEARCH_PATHS = ".. ../include";
  391. };
  392. name = Debug;
  393. };
  394. CD3786251CF9F61100BE89B2 /* Release */ = {
  395. isa = XCBuildConfiguration;
  396. buildSettings = {
  397. DYLIB_COMPATIBILITY_VERSION = 1;
  398. DYLIB_CURRENT_VERSION = 1;
  399. EXECUTABLE_PREFIX = lib;
  400. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  401. GCC_ENABLE_CPP_RTTI = YES;
  402. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  403. PRODUCT_NAME = "$(TARGET_NAME)";
  404. USER_HEADER_SEARCH_PATHS = ".. ../include";
  405. };
  406. name = Release;
  407. };
  408. CD3C80851D6645AB00ACC795 /* Debug */ = {
  409. isa = XCBuildConfiguration;
  410. buildSettings = {
  411. HEADER_SEARCH_PATHS = /usr/local/include;
  412. PRODUCT_NAME = "$(TARGET_NAME)";
  413. USER_HEADER_SEARCH_PATHS = ..;
  414. };
  415. name = Debug;
  416. };
  417. CD3C80861D6645AB00ACC795 /* Release */ = {
  418. isa = XCBuildConfiguration;
  419. buildSettings = {
  420. GCC_GENERATE_TEST_COVERAGE_FILES = YES;
  421. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
  422. HEADER_SEARCH_PATHS = /usr/local/include;
  423. PRODUCT_NAME = "$(TARGET_NAME)";
  424. USER_HEADER_SEARCH_PATHS = ..;
  425. };
  426. name = Release;
  427. };
  428. CD3C80961D6654A400ACC795 /* Debug */ = {
  429. isa = XCBuildConfiguration;
  430. buildSettings = {
  431. GCC_GENERATE_TEST_COVERAGE_FILES = YES;
  432. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
  433. HEADER_SEARCH_PATHS = /usr/local/include;
  434. PRODUCT_NAME = "$(TARGET_NAME)";
  435. USER_HEADER_SEARCH_PATHS = ..;
  436. };
  437. name = Debug;
  438. };
  439. CD3C80971D6654A400ACC795 /* Release */ = {
  440. isa = XCBuildConfiguration;
  441. buildSettings = {
  442. GCC_GENERATE_TEST_COVERAGE_FILES = NO;
  443. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
  444. HEADER_SEARCH_PATHS = /usr/local/include;
  445. PRODUCT_NAME = "$(TARGET_NAME)";
  446. USER_HEADER_SEARCH_PATHS = ..;
  447. };
  448. name = Release;
  449. };
  450. /* End XCBuildConfiguration section */
  451. /* Begin XCConfigurationList section */
  452. CD3786131CF9F61100BE89B2 /* Build configuration list for PBXProject "math" */ = {
  453. isa = XCConfigurationList;
  454. buildConfigurations = (
  455. CD3786211CF9F61100BE89B2 /* Debug */,
  456. CD3786221CF9F61100BE89B2 /* Release */,
  457. );
  458. defaultConfigurationIsVisible = 0;
  459. defaultConfigurationName = Release;
  460. };
  461. CD3786231CF9F61100BE89B2 /* Build configuration list for PBXNativeTarget "math" */ = {
  462. isa = XCConfigurationList;
  463. buildConfigurations = (
  464. CD3786241CF9F61100BE89B2 /* Debug */,
  465. CD3786251CF9F61100BE89B2 /* Release */,
  466. );
  467. defaultConfigurationIsVisible = 0;
  468. defaultConfigurationName = Release;
  469. };
  470. CD3C80841D6645AB00ACC795 /* Build configuration list for PBXNativeTarget "vector_tc" */ = {
  471. isa = XCConfigurationList;
  472. buildConfigurations = (
  473. CD3C80851D6645AB00ACC795 /* Debug */,
  474. CD3C80861D6645AB00ACC795 /* Release */,
  475. );
  476. defaultConfigurationIsVisible = 0;
  477. defaultConfigurationName = Release;
  478. };
  479. CD3C80951D6654A400ACC795 /* Build configuration list for PBXNativeTarget "matrix_tc" */ = {
  480. isa = XCConfigurationList;
  481. buildConfigurations = (
  482. CD3C80961D6654A400ACC795 /* Debug */,
  483. CD3C80971D6654A400ACC795 /* Release */,
  484. );
  485. defaultConfigurationIsVisible = 0;
  486. defaultConfigurationName = Release;
  487. };
  488. /* End XCConfigurationList section */
  489. };
  490. rootObject = CD3786101CF9F61100BE89B2 /* Project object */;
  491. }