project.pbxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0E5DFDFB1BB4D5070063976E /* vector_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. 0E5DFDF11BB4D5040063976E /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. 0E5DFDD71BB4D3360063976E /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  24. 0E5DFDD81BB4D3360063976E /* vector_old.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector_old.hpp; sourceTree = "<group>"; };
  25. 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = vector_tc.cpp; sourceTree = "<group>"; };
  26. 0E5DFDDB1BB4D3360063976E /* vector.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vector.t.h; sourceTree = "<group>"; };
  27. 0E5DFDF31BB4D5040063976E /* vector_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vector_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  28. CD97B6211CA576B7007756C8 /* vector_type_generator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vector_type_generator.hpp; sourceTree = "<group>"; };
  29. CDFFC7A81D62296200E9528B /* vector.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector.hpp; sourceTree = "<group>"; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. 0E5DFDF01BB4D5040063976E /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. );
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. /* End PBXFrameworksBuildPhase section */
  40. /* Begin PBXGroup section */
  41. 0E5DFDD01BB4D3360063976E = {
  42. isa = PBXGroup;
  43. children = (
  44. 0E5DFDD71BB4D3360063976E /* Makefile */,
  45. 0E5DFDD81BB4D3360063976E /* vector_old.hpp */,
  46. CDFFC7A81D62296200E9528B /* vector.hpp */,
  47. CD97B6211CA576B7007756C8 /* vector_type_generator.hpp */,
  48. 0E5DFDDA1BB4D3360063976E /* vector_tc.cpp */,
  49. 0E5DFDDB1BB4D3360063976E /* vector.t.h */,
  50. 0E5DFDF41BB4D5040063976E /* Products */,
  51. );
  52. sourceTree = "<group>";
  53. };
  54. 0E5DFDF41BB4D5040063976E /* Products */ = {
  55. isa = PBXGroup;
  56. children = (
  57. 0E5DFDF31BB4D5040063976E /* vector_tc */,
  58. );
  59. name = Products;
  60. sourceTree = "<group>";
  61. };
  62. /* End PBXGroup section */
  63. /* Begin PBXLegacyTarget section */
  64. 0E5DFDD51BB4D3360063976E /* vector */ = {
  65. isa = PBXLegacyTarget;
  66. buildArgumentsString = "$(ACTION)";
  67. buildConfigurationList = 0E5DFDDC1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "vector" */;
  68. buildPhases = (
  69. );
  70. buildToolPath = /usr/bin/make;
  71. buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/math/vector";
  72. dependencies = (
  73. );
  74. name = vector;
  75. passBuildSettingsInEnvironment = 1;
  76. productName = vector;
  77. };
  78. /* End PBXLegacyTarget section */
  79. /* Begin PBXNativeTarget section */
  80. 0E5DFDF21BB4D5040063976E /* vector_tc */ = {
  81. isa = PBXNativeTarget;
  82. buildConfigurationList = 0E5DFDF81BB4D5040063976E /* Build configuration list for PBXNativeTarget "vector_tc" */;
  83. buildPhases = (
  84. CD35DCF11D6130E700BE3686 /* ShellScript */,
  85. 0E5DFDEF1BB4D5040063976E /* Sources */,
  86. 0E5DFDF01BB4D5040063976E /* Frameworks */,
  87. 0E5DFDF11BB4D5040063976E /* CopyFiles */,
  88. );
  89. buildRules = (
  90. );
  91. dependencies = (
  92. );
  93. name = vector_tc;
  94. productName = vector_tc;
  95. productReference = 0E5DFDF31BB4D5040063976E /* vector_tc */;
  96. productType = "com.apple.product-type.tool";
  97. };
  98. /* End PBXNativeTarget section */
  99. /* Begin PBXProject section */
  100. 0E5DFDD11BB4D3360063976E /* Project object */ = {
  101. isa = PBXProject;
  102. attributes = {
  103. LastUpgradeCheck = 0700;
  104. TargetAttributes = {
  105. 0E5DFDF21BB4D5040063976E = {
  106. CreatedOnToolsVersion = 7.0;
  107. };
  108. };
  109. };
  110. buildConfigurationList = 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */;
  111. compatibilityVersion = "Xcode 3.2";
  112. developmentRegion = English;
  113. hasScannedForEncodings = 0;
  114. knownRegions = (
  115. en,
  116. );
  117. mainGroup = 0E5DFDD01BB4D3360063976E;
  118. productRefGroup = 0E5DFDF41BB4D5040063976E /* Products */;
  119. projectDirPath = "";
  120. projectRoot = "";
  121. targets = (
  122. 0E5DFDD51BB4D3360063976E /* vector */,
  123. 0E5DFDF21BB4D5040063976E /* vector_tc */,
  124. );
  125. };
  126. /* End PBXProject section */
  127. /* Begin PBXShellScriptBuildPhase section */
  128. CD35DCF11D6130E700BE3686 /* ShellScript */ = {
  129. isa = PBXShellScriptBuildPhase;
  130. buildActionMask = 2147483647;
  131. files = (
  132. );
  133. inputPaths = (
  134. "$(SRCROOT)/vector.t.h",
  135. );
  136. outputPaths = (
  137. "$(SRCROOT)/vector_tc.cpp",
  138. );
  139. runOnlyForDeploymentPostprocessing = 0;
  140. shellPath = /bin/sh;
  141. shellScript = "cxxtestgen --error-printer -o vector_tc.cpp vector.t.h";
  142. };
  143. /* End PBXShellScriptBuildPhase section */
  144. /* Begin PBXSourcesBuildPhase section */
  145. 0E5DFDEF1BB4D5040063976E /* Sources */ = {
  146. isa = PBXSourcesBuildPhase;
  147. buildActionMask = 2147483647;
  148. files = (
  149. 0E5DFDFB1BB4D5070063976E /* vector_tc.cpp in Sources */,
  150. );
  151. runOnlyForDeploymentPostprocessing = 0;
  152. };
  153. /* End PBXSourcesBuildPhase section */
  154. /* Begin XCBuildConfiguration section */
  155. 0E5DFDD21BB4D3360063976E /* Debug */ = {
  156. isa = XCBuildConfiguration;
  157. buildSettings = {
  158. COPY_PHASE_STRIP = NO;
  159. ENABLE_TESTABILITY = YES;
  160. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  161. GCC_WARN_UNUSED_VARIABLE = YES;
  162. ONLY_ACTIVE_ARCH = YES;
  163. SDKROOT = macosx;
  164. };
  165. name = Debug;
  166. };
  167. 0E5DFDD31BB4D3360063976E /* Release */ = {
  168. isa = XCBuildConfiguration;
  169. buildSettings = {
  170. COPY_PHASE_STRIP = YES;
  171. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  172. GCC_WARN_UNUSED_VARIABLE = YES;
  173. SDKROOT = macosx;
  174. };
  175. name = Release;
  176. };
  177. 0E5DFDDD1BB4D3360063976E /* Debug */ = {
  178. isa = XCBuildConfiguration;
  179. buildSettings = {
  180. COPY_PHASE_STRIP = NO;
  181. DEBUGGING_SYMBOLS = YES;
  182. GCC_DYNAMIC_NO_PIC = NO;
  183. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  184. GCC_OPTIMIZATION_LEVEL = 0;
  185. OTHER_CFLAGS = "";
  186. OTHER_LDFLAGS = "";
  187. PRODUCT_NAME = vector;
  188. };
  189. name = Debug;
  190. };
  191. 0E5DFDDE1BB4D3360063976E /* Release */ = {
  192. isa = XCBuildConfiguration;
  193. buildSettings = {
  194. COPY_PHASE_STRIP = YES;
  195. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  196. OTHER_CFLAGS = "";
  197. OTHER_LDFLAGS = "";
  198. PRODUCT_NAME = vector;
  199. };
  200. name = Release;
  201. };
  202. 0E5DFDF91BB4D5040063976E /* Debug */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. ALWAYS_SEARCH_USER_PATHS = NO;
  206. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  207. CLANG_CXX_LIBRARY = "libc++";
  208. CLANG_ENABLE_MODULES = YES;
  209. CLANG_ENABLE_OBJC_ARC = YES;
  210. CLANG_WARN_BOOL_CONVERSION = YES;
  211. CLANG_WARN_CONSTANT_CONVERSION = YES;
  212. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  213. CLANG_WARN_EMPTY_BODY = YES;
  214. CLANG_WARN_ENUM_CONVERSION = YES;
  215. CLANG_WARN_INT_CONVERSION = YES;
  216. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  217. CLANG_WARN_UNREACHABLE_CODE = YES;
  218. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  219. DEBUG_INFORMATION_FORMAT = dwarf;
  220. ENABLE_STRICT_OBJC_MSGSEND = YES;
  221. ENABLE_TESTABILITY = YES;
  222. GCC_C_LANGUAGE_STANDARD = gnu99;
  223. GCC_DYNAMIC_NO_PIC = NO;
  224. GCC_NO_COMMON_BLOCKS = YES;
  225. GCC_OPTIMIZATION_LEVEL = 0;
  226. GCC_PREPROCESSOR_DEFINITIONS = (
  227. "DEBUG=1",
  228. "$(inherited)",
  229. );
  230. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  231. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  232. GCC_WARN_UNDECLARED_SELECTOR = YES;
  233. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  234. GCC_WARN_UNUSED_FUNCTION = YES;
  235. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  236. MACOSX_DEPLOYMENT_TARGET = 10.10;
  237. MTL_ENABLE_DEBUG_INFO = YES;
  238. PRODUCT_NAME = "$(TARGET_NAME)";
  239. SDKROOT = macosx;
  240. };
  241. name = Debug;
  242. };
  243. 0E5DFDFA1BB4D5040063976E /* Release */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ALWAYS_SEARCH_USER_PATHS = NO;
  247. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  248. CLANG_CXX_LIBRARY = "libc++";
  249. CLANG_ENABLE_MODULES = YES;
  250. CLANG_ENABLE_OBJC_ARC = YES;
  251. CLANG_WARN_BOOL_CONVERSION = YES;
  252. CLANG_WARN_CONSTANT_CONVERSION = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INT_CONVERSION = YES;
  257. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  258. CLANG_WARN_UNREACHABLE_CODE = YES;
  259. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  260. COPY_PHASE_STRIP = NO;
  261. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  262. ENABLE_NS_ASSERTIONS = NO;
  263. ENABLE_STRICT_OBJC_MSGSEND = YES;
  264. GCC_C_LANGUAGE_STANDARD = gnu99;
  265. GCC_NO_COMMON_BLOCKS = YES;
  266. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  267. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  268. GCC_WARN_UNDECLARED_SELECTOR = YES;
  269. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  270. GCC_WARN_UNUSED_FUNCTION = YES;
  271. HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
  272. MACOSX_DEPLOYMENT_TARGET = 10.10;
  273. MTL_ENABLE_DEBUG_INFO = NO;
  274. PRODUCT_NAME = "$(TARGET_NAME)";
  275. SDKROOT = macosx;
  276. };
  277. name = Release;
  278. };
  279. /* End XCBuildConfiguration section */
  280. /* Begin XCConfigurationList section */
  281. 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */ = {
  282. isa = XCConfigurationList;
  283. buildConfigurations = (
  284. 0E5DFDD21BB4D3360063976E /* Debug */,
  285. 0E5DFDD31BB4D3360063976E /* Release */,
  286. );
  287. defaultConfigurationIsVisible = 0;
  288. defaultConfigurationName = Release;
  289. };
  290. 0E5DFDDC1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "vector" */ = {
  291. isa = XCConfigurationList;
  292. buildConfigurations = (
  293. 0E5DFDDD1BB4D3360063976E /* Debug */,
  294. 0E5DFDDE1BB4D3360063976E /* Release */,
  295. );
  296. defaultConfigurationIsVisible = 0;
  297. defaultConfigurationName = Release;
  298. };
  299. 0E5DFDF81BB4D5040063976E /* Build configuration list for PBXNativeTarget "vector_tc" */ = {
  300. isa = XCConfigurationList;
  301. buildConfigurations = (
  302. 0E5DFDF91BB4D5040063976E /* Debug */,
  303. 0E5DFDFA1BB4D5040063976E /* Release */,
  304. );
  305. defaultConfigurationIsVisible = 0;
  306. defaultConfigurationName = Release;
  307. };
  308. /* End XCConfigurationList section */
  309. };
  310. rootObject = 0E5DFDD11BB4D3360063976E /* Project object */;
  311. }