OSDN Git Service

.xcodeprojファイルを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / AI002 / AI002.xcodeproj / project.pbxproj
diff --git a/CHNOSProject/AI002/AI002.xcodeproj/project.pbxproj b/CHNOSProject/AI002/AI002.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..71b8dc1
--- /dev/null
@@ -0,0 +1,282 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 46;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               1775A94D1691E8C40054ADC5 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 1775A94C1691E8C40054ADC5 /* main.c */; };
+               1775A94F1691E8C40054ADC5 /* AI002.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1775A94E1691E8C40054ADC5 /* AI002.1 */; };
+               1775A9561691EA320054ADC5 /* dpndenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 1775A9551691EA320054ADC5 /* dpndenv.c */; };
+               1775A9611691F4C40054ADC5 /* array.c in Sources */ = {isa = PBXBuildFile; fileRef = 1775A9601691F4C40054ADC5 /* array.c */; };
+               178C0D051693D16200E5C28A /* memory.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 178C0D021693D0A700E5C28A /* memory.txt */; };
+               178C0D071693E0BB00E5C28A /* constant.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D061693E0BB00E5C28A /* constant.c */; };
+               178C0D091693F00300E5C28A /* command.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D081693F00300E5C28A /* command.c */; };
+               178C0D1016955ACD00E5C28A /* mem_w.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D0F16955ACD00E5C28A /* mem_w.c */; };
+               178C0D1316955B0600E5C28A /* mem_m.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D1216955B0600E5C28A /* mem_m.c */; };
+               178C0D1516955B1800E5C28A /* mem_e.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D1416955B1800E5C28A /* mem_e.c */; };
+               178C0D23169A811000E5C28A /* interpre.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D22169A811000E5C28A /* interpre.c */; };
+               17F0885B1692182600C4D0DC /* string.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0885A1692182600C4D0DC /* string.c */; };
+               17F0885E1692195700C4D0DC /* separate.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0885D1692195700C4D0DC /* separate.c */; };
+               17F08860169219BF00C4D0DC /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0885F169219BF00C4D0DC /* memory.c */; };
+               17F0886216921E0300C4D0DC /* think.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0886116921E0300C4D0DC /* think.c */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+               1775A9461691E8C40054ADC5 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                               1775A94F1691E8C40054ADC5 /* AI002.1 in CopyFiles */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+               178C0D041693D15100E5C28A /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = "";
+                       dstSubfolderSpec = 16;
+                       files = (
+                               178C0D051693D16200E5C28A /* memory.txt in CopyFiles */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+               1775A9481691E8C40054ADC5 /* AI002 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AI002; sourceTree = BUILT_PRODUCTS_DIR; };
+               1775A94C1691E8C40054ADC5 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
+               1775A94E1691E8C40054ADC5 /* AI002.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = AI002.1; sourceTree = "<group>"; };
+               1775A9551691EA320054ADC5 /* dpndenv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dpndenv.c; sourceTree = "<group>"; };
+               1775A95B1691EBC20054ADC5 /* core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = core.h; sourceTree = "<group>"; };
+               1775A9601691F4C40054ADC5 /* array.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = array.c; sourceTree = "<group>"; };
+               178C0D021693D0A700E5C28A /* memory.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = memory.txt; sourceTree = "<group>"; };
+               178C0D061693E0BB00E5C28A /* constant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = constant.c; sourceTree = "<group>"; };
+               178C0D081693F00300E5C28A /* command.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = command.c; sourceTree = "<group>"; };
+               178C0D0A16947AF700E5C28A /* sysdata.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sysdata.h; sourceTree = "<group>"; };
+               178C0D0F16955ACD00E5C28A /* mem_w.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_w.c; sourceTree = "<group>"; };
+               178C0D1216955B0600E5C28A /* mem_m.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_m.c; sourceTree = "<group>"; };
+               178C0D1416955B1800E5C28A /* mem_e.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_e.c; sourceTree = "<group>"; };
+               178C0D22169A811000E5C28A /* interpre.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = interpre.c; sourceTree = "<group>"; };
+               17F0885A1692182600C4D0DC /* string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = string.c; sourceTree = "<group>"; };
+               17F0885D1692195700C4D0DC /* separate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = separate.c; sourceTree = "<group>"; };
+               17F0885F169219BF00C4D0DC /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memory.c; sourceTree = "<group>"; };
+               17F0886116921E0300C4D0DC /* think.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = think.c; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               1775A9451691E8C40054ADC5 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               1775A93D1691E8C40054ADC5 = {
+                       isa = PBXGroup;
+                       children = (
+                               1775A94B1691E8C40054ADC5 /* AI002 */,
+                               1775A9491691E8C40054ADC5 /* Products */,
+                       );
+                       sourceTree = "<group>";
+               };
+               1775A9491691E8C40054ADC5 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               1775A9481691E8C40054ADC5 /* AI002 */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               1775A94B1691E8C40054ADC5 /* AI002 */ = {
+                       isa = PBXGroup;
+                       children = (
+                               1775A94E1691E8C40054ADC5 /* AI002.1 */,
+                               1775A9601691F4C40054ADC5 /* array.c */,
+                               178C0D081693F00300E5C28A /* command.c */,
+                               178C0D061693E0BB00E5C28A /* constant.c */,
+                               1775A95B1691EBC20054ADC5 /* core.h */,
+                               1775A9551691EA320054ADC5 /* dpndenv.c */,
+                               178C0D22169A811000E5C28A /* interpre.c */,
+                               1775A94C1691E8C40054ADC5 /* main.c */,
+                               178C0D1416955B1800E5C28A /* mem_e.c */,
+                               178C0D1216955B0600E5C28A /* mem_m.c */,
+                               178C0D0F16955ACD00E5C28A /* mem_w.c */,
+                               17F0885F169219BF00C4D0DC /* memory.c */,
+                               178C0D021693D0A700E5C28A /* memory.txt */,
+                               17F0885D1692195700C4D0DC /* separate.c */,
+                               17F0885A1692182600C4D0DC /* string.c */,
+                               178C0D0A16947AF700E5C28A /* sysdata.h */,
+                               17F0886116921E0300C4D0DC /* think.c */,
+                       );
+                       path = AI002;
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+               1775A9471691E8C40054ADC5 /* AI002 */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 1775A9521691E8C40054ADC5 /* Build configuration list for PBXNativeTarget "AI002" */;
+                       buildPhases = (
+                               1775A9441691E8C40054ADC5 /* Sources */,
+                               1775A9451691E8C40054ADC5 /* Frameworks */,
+                               1775A9461691E8C40054ADC5 /* CopyFiles */,
+                               178C0D041693D15100E5C28A /* CopyFiles */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = AI002;
+                       productName = AI002;
+                       productReference = 1775A9481691E8C40054ADC5 /* AI002 */;
+                       productType = "com.apple.product-type.tool";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               1775A93F1691E8C40054ADC5 /* Project object */ = {
+                       isa = PBXProject;
+                       attributes = {
+                               LastUpgradeCheck = 0450;
+                               ORGANIZATIONNAME = "Hikaru Nishida";
+                       };
+                       buildConfigurationList = 1775A9421691E8C40054ADC5 /* Build configuration list for PBXProject "AI002" */;
+                       compatibilityVersion = "Xcode 3.2";
+                       developmentRegion = English;
+                       hasScannedForEncodings = 0;
+                       knownRegions = (
+                               en,
+                       );
+                       mainGroup = 1775A93D1691E8C40054ADC5;
+                       productRefGroup = 1775A9491691E8C40054ADC5 /* Products */;
+                       projectDirPath = "";
+                       projectRoot = "";
+                       targets = (
+                               1775A9471691E8C40054ADC5 /* AI002 */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+               1775A9441691E8C40054ADC5 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               1775A94D1691E8C40054ADC5 /* main.c in Sources */,
+                               1775A9561691EA320054ADC5 /* dpndenv.c in Sources */,
+                               1775A9611691F4C40054ADC5 /* array.c in Sources */,
+                               17F0885B1692182600C4D0DC /* string.c in Sources */,
+                               17F0885E1692195700C4D0DC /* separate.c in Sources */,
+                               17F08860169219BF00C4D0DC /* memory.c in Sources */,
+                               17F0886216921E0300C4D0DC /* think.c in Sources */,
+                               178C0D071693E0BB00E5C28A /* constant.c in Sources */,
+                               178C0D091693F00300E5C28A /* command.c in Sources */,
+                               178C0D1016955ACD00E5C28A /* mem_w.c in Sources */,
+                               178C0D1316955B0600E5C28A /* mem_m.c in Sources */,
+                               178C0D1516955B1800E5C28A /* mem_e.c in Sources */,
+                               178C0D23169A811000E5C28A /* interpre.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+               1775A9501691E8C40054ADC5 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+                               CLANG_CXX_LIBRARY = "libc++";
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                               COPY_PHASE_STRIP = NO;
+                               GCC_C_LANGUAGE_STANDARD = gnu99;
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+                               GCC_OPTIMIZATION_LEVEL = 0;
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "DEBUG=1",
+                                       "$(inherited)",
+                               );
+                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_RETURN_TYPE = YES;
+                               GCC_WARN_UNINITIALIZED_AUTOS = YES;
+                               GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.7;
+                               ONLY_ACTIVE_ARCH = YES;
+                               SDKROOT = macosx;
+                       };
+                       name = Debug;
+               };
+               1775A9511691E8C40054ADC5 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+                               CLANG_CXX_LIBRARY = "libc++";
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                               COPY_PHASE_STRIP = YES;
+                               DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               GCC_C_LANGUAGE_STANDARD = gnu99;
+                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_RETURN_TYPE = YES;
+                               GCC_WARN_UNINITIALIZED_AUTOS = YES;
+                               GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.7;
+                               SDKROOT = macosx;
+                       };
+                       name = Release;
+               };
+               1775A9531691E8C40054ADC5 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               1775A9541691E8C40054ADC5 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               1775A9421691E8C40054ADC5 /* Build configuration list for PBXProject "AI002" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               1775A9501691E8C40054ADC5 /* Debug */,
+                               1775A9511691E8C40054ADC5 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               1775A9521691E8C40054ADC5 /* Build configuration list for PBXNativeTarget "AI002" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               1775A9531691E8C40054ADC5 /* Debug */,
+                               1775A9541691E8C40054ADC5 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = 1775A93F1691E8C40054ADC5 /* Project object */;
+}