OSDN Git Service

.xcodeprojファイルを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / libtest / libtest.xcodeproj / project.pbxproj
diff --git a/CHNOSProject/libtest/libtest.xcodeproj/project.pbxproj b/CHNOSProject/libtest/libtest.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..5eb0138
--- /dev/null
@@ -0,0 +1,278 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 46;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               17EE90A216DB67DB005238B2 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 17EE90A116DB67DB005238B2 /* main.c */; };
+               17EE90A416DB67DB005238B2 /* libtest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17EE90A316DB67DB005238B2 /* libtest.1 */; };
+               17EE90B616DB6898005238B2 /* libchn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17EE90B516DB6898005238B2 /* libchn.a */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+               177AEBB616E54AAC00F19AB1 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 17EE90B416DB6890005238B2 /* chn.xcodeproj */;
+                       proxyType = 2;
+                       remoteGlobalIDString = 17D0F3ED16DA305000C62B79;
+                       remoteInfo = chn;
+               };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+               17EE909C16DB67DB005238B2 /* CopyFiles */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = /usr/share/man/man1/;
+                       dstSubfolderSpec = 0;
+                       files = (
+                               17EE90A416DB67DB005238B2 /* libtest.1 in CopyFiles */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+               };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+               17EE909E16DB67DB005238B2 /* libtest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libtest; sourceTree = BUILT_PRODUCTS_DIR; };
+               17EE90A116DB67DB005238B2 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
+               17EE90A316DB67DB005238B2 /* libtest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = libtest.1; sourceTree = "<group>"; };
+               17EE90B416DB6890005238B2 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = "<group>"; };
+               17EE90B516DB6898005238B2 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               17EE909B16DB67DB005238B2 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               17EE90B616DB6898005238B2 /* libchn.a in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               177AEBB316E54AAC00F19AB1 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               177AEBB716E54AAC00F19AB1 /* libchn.a */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               17EE909516DB67DB005238B2 = {
+                       isa = PBXGroup;
+                       children = (
+                               17EE90B516DB6898005238B2 /* libchn.a */,
+                               17EE90B416DB6890005238B2 /* chn.xcodeproj */,
+                               17EE90A016DB67DB005238B2 /* libtest */,
+                               17EE909F16DB67DB005238B2 /* Products */,
+                       );
+                       sourceTree = "<group>";
+               };
+               17EE909F16DB67DB005238B2 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               17EE909E16DB67DB005238B2 /* libtest */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               17EE90A016DB67DB005238B2 /* libtest */ = {
+                       isa = PBXGroup;
+                       children = (
+                               17EE90A116DB67DB005238B2 /* main.c */,
+                               17EE90A316DB67DB005238B2 /* libtest.1 */,
+                       );
+                       path = libtest;
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+               17EE909D16DB67DB005238B2 /* libtest */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 17EE90A716DB67DB005238B2 /* Build configuration list for PBXNativeTarget "libtest" */;
+                       buildPhases = (
+                               17EE909A16DB67DB005238B2 /* Sources */,
+                               17EE909B16DB67DB005238B2 /* Frameworks */,
+                               17EE909C16DB67DB005238B2 /* CopyFiles */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = libtest;
+                       productName = libtest;
+                       productReference = 17EE909E16DB67DB005238B2 /* libtest */;
+                       productType = "com.apple.product-type.tool";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               17EE909616DB67DB005238B2 /* Project object */ = {
+                       isa = PBXProject;
+                       attributes = {
+                               LastUpgradeCheck = 0460;
+                               ORGANIZATIONNAME = "Hikaru Nishida";
+                       };
+                       buildConfigurationList = 17EE909916DB67DB005238B2 /* Build configuration list for PBXProject "libtest" */;
+                       compatibilityVersion = "Xcode 3.2";
+                       developmentRegion = English;
+                       hasScannedForEncodings = 0;
+                       knownRegions = (
+                               en,
+                       );
+                       mainGroup = 17EE909516DB67DB005238B2;
+                       productRefGroup = 17EE909F16DB67DB005238B2 /* Products */;
+                       projectDirPath = "";
+                       projectReferences = (
+                               {
+                                       ProductGroup = 177AEBB316E54AAC00F19AB1 /* Products */;
+                                       ProjectRef = 17EE90B416DB6890005238B2 /* chn.xcodeproj */;
+                               },
+                       );
+                       projectRoot = "";
+                       targets = (
+                               17EE909D16DB67DB005238B2 /* libtest */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXReferenceProxy section */
+               177AEBB716E54AAC00F19AB1 /* libchn.a */ = {
+                       isa = PBXReferenceProxy;
+                       fileType = archive.ar;
+                       path = libchn.a;
+                       remoteRef = 177AEBB616E54AAC00F19AB1 /* PBXContainerItemProxy */;
+                       sourceTree = BUILT_PRODUCTS_DIR;
+               };
+/* End PBXReferenceProxy section */
+
+/* Begin PBXSourcesBuildPhase section */
+               17EE909A16DB67DB005238B2 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               17EE90A216DB67DB005238B2 /* main.c in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+               17EE90A516DB67DB005238B2 /* 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_CONSTANT_CONVERSION = YES;
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN_ENUM_CONVERSION = YES;
+                               CLANG_WARN_INT_CONVERSION = 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;
+                               HEADER_SEARCH_PATHS = (
+                                       "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include",
+                                       "$(INSTALL_ROOT)/usr/local/include",
+                               );
+                               MACOSX_DEPLOYMENT_TARGET = 10.7;
+                               ONLY_ACTIVE_ARCH = YES;
+                               SDKROOT = macosx;
+                       };
+                       name = Debug;
+               };
+               17EE90A616DB67DB005238B2 /* 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_CONSTANT_CONVERSION = YES;
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN_ENUM_CONVERSION = YES;
+                               CLANG_WARN_INT_CONVERSION = 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;
+                               HEADER_SEARCH_PATHS = (
+                                       "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include",
+                                       "$(INSTALL_ROOT)/usr/local/include",
+                               );
+                               MACOSX_DEPLOYMENT_TARGET = 10.7;
+                               SDKROOT = macosx;
+                       };
+                       name = Release;
+               };
+               17EE90A816DB67DB005238B2 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               LIBRARY_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"",
+                               );
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               17EE90A916DB67DB005238B2 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               LIBRARY_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"",
+                               );
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               17EE909916DB67DB005238B2 /* Build configuration list for PBXProject "libtest" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               17EE90A516DB67DB005238B2 /* Debug */,
+                               17EE90A616DB67DB005238B2 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               17EE90A716DB67DB005238B2 /* Build configuration list for PBXNativeTarget "libtest" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               17EE90A816DB67DB005238B2 /* Debug */,
+                               17EE90A916DB67DB005238B2 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = 17EE909616DB67DB005238B2 /* Project object */;
+}