project.pbxproj 9.8 KB

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