From 4956d362c5bc6a47cf7a6290258f0e763e3a406e Mon Sep 17 00:00:00 2001 From: westcott Date: Wed, 5 Jan 2011 13:42:03 +0000 Subject: [PATCH] changed filename of pcacommand to pcoacommand --- Mothur.xcodeproj/project.pbxproj | 32 +++++++++++++++---------------- pcacommand.cpp => pcoacommand.cpp | 0 pcacommand.h => pcoacommand.h | 0 3 files changed, 16 insertions(+), 16 deletions(-) rename pcacommand.cpp => pcoacommand.cpp (100%) rename pcacommand.h => pcoacommand.h (100%) diff --git a/Mothur.xcodeproj/project.pbxproj b/Mothur.xcodeproj/project.pbxproj index 1e52e09..e7e8183 100644 --- a/Mothur.xcodeproj/project.pbxproj +++ b/Mothur.xcodeproj/project.pbxproj @@ -157,7 +157,7 @@ A7E9B91212D37EC400DA6239 /* parselistscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78112D37EC400DA6239 /* parselistscommand.cpp */; }; A7E9B91312D37EC400DA6239 /* parsimony.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78312D37EC400DA6239 /* parsimony.cpp */; }; A7E9B91412D37EC400DA6239 /* parsimonycommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78512D37EC400DA6239 /* parsimonycommand.cpp */; }; - A7E9B91512D37EC400DA6239 /* pcacommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78712D37EC400DA6239 /* pcacommand.cpp */; }; + A7E9B91512D37EC400DA6239 /* pcoacommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78712D37EC400DA6239 /* pcoacommand.cpp */; }; A7E9B91612D37EC400DA6239 /* phylodiversity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78912D37EC400DA6239 /* phylodiversity.cpp */; }; A7E9B91712D37EC400DA6239 /* phylodiversitycommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */; }; A7E9B91812D37EC400DA6239 /* phylosummary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78D12D37EC400DA6239 /* phylosummary.cpp */; }; @@ -296,7 +296,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 8DD76FB20486AB0100D96B5E /* mothur */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mothur; sourceTree = BUILT_PRODUCTS_DIR; }; + 8DD76FB20486AB0100D96B5E /* Mothur */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Mothur; sourceTree = BUILT_PRODUCTS_DIR; }; A70332B512D3A13400761E33 /* makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; A7E9B64F12D37EC300DA6239 /* ace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ace.cpp; sourceTree = ""; }; A7E9B65012D37EC300DA6239 /* ace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ace.h; sourceTree = ""; }; @@ -610,8 +610,8 @@ A7E9B78412D37EC400DA6239 /* parsimony.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsimony.h; sourceTree = ""; }; A7E9B78512D37EC400DA6239 /* parsimonycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsimonycommand.cpp; sourceTree = ""; }; A7E9B78612D37EC400DA6239 /* parsimonycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsimonycommand.h; sourceTree = ""; }; - A7E9B78712D37EC400DA6239 /* pcacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pcacommand.cpp; sourceTree = ""; }; - A7E9B78812D37EC400DA6239 /* pcacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcacommand.h; sourceTree = ""; }; + A7E9B78712D37EC400DA6239 /* pcoacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pcoacommand.cpp; sourceTree = ""; }; + A7E9B78812D37EC400DA6239 /* pcoacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcoacommand.h; sourceTree = ""; }; A7E9B78912D37EC400DA6239 /* phylodiversity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = phylodiversity.cpp; sourceTree = ""; }; A7E9B78A12D37EC400DA6239 /* phylodiversity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = phylodiversity.h; sourceTree = ""; }; A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = phylodiversitycommand.cpp; sourceTree = ""; }; @@ -983,7 +983,7 @@ 1AB674ADFE9D54B511CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8DD76FB20486AB0100D96B5E /* mothur */, + 8DD76FB20486AB0100D96B5E /* Mothur */, ); name = Products; sourceTree = ""; @@ -1110,8 +1110,8 @@ A7E9B78212D37EC400DA6239 /* parselistscommand.h */, A7E9B78512D37EC400DA6239 /* parsimonycommand.cpp */, A7E9B78612D37EC400DA6239 /* parsimonycommand.h */, - A7E9B78712D37EC400DA6239 /* pcacommand.cpp */, - A7E9B78812D37EC400DA6239 /* pcacommand.h */, + A7E9B78712D37EC400DA6239 /* pcoacommand.cpp */, + A7E9B78812D37EC400DA6239 /* pcoacommand.h */, A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */, A7E9B78C12D37EC400DA6239 /* phylodiversitycommand.h */, A7E9B79112D37EC400DA6239 /* phylotypecommand.cpp */, @@ -1537,9 +1537,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 8DD76FA90486AB0100D96B5E /* mothur */ = { + 8DD76FA90486AB0100D96B5E /* Mothur */ = { isa = PBXNativeTarget; - buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "mothur" */; + buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "Mothur" */; buildPhases = ( 8DD76FAB0486AB0100D96B5E /* Sources */, 8DD76FAD0486AB0100D96B5E /* Frameworks */, @@ -1549,10 +1549,10 @@ ); dependencies = ( ); - name = mothur; + name = Mothur; productInstallPath = "$(HOME)/bin"; productName = mothur; - productReference = 8DD76FB20486AB0100D96B5E /* mothur */; + productReference = 8DD76FB20486AB0100D96B5E /* Mothur */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -1574,7 +1574,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 8DD76FA90486AB0100D96B5E /* mothur */, + 8DD76FA90486AB0100D96B5E /* Mothur */, ); }; /* End PBXProject section */ @@ -1732,7 +1732,7 @@ A7E9B91212D37EC400DA6239 /* parselistscommand.cpp in Sources */, A7E9B91312D37EC400DA6239 /* parsimony.cpp in Sources */, A7E9B91412D37EC400DA6239 /* parsimonycommand.cpp in Sources */, - A7E9B91512D37EC400DA6239 /* pcacommand.cpp in Sources */, + A7E9B91512D37EC400DA6239 /* pcoacommand.cpp in Sources */, A7E9B91612D37EC400DA6239 /* phylodiversity.cpp in Sources */, A7E9B91712D37EC400DA6239 /* phylodiversitycommand.cpp in Sources */, A7E9B91812D37EC400DA6239 /* phylosummary.cpp in Sources */, @@ -1872,7 +1872,7 @@ GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = mothur; + PRODUCT_NAME = Mothur; }; name = Debug; }; @@ -1885,7 +1885,7 @@ GCC_MODEL_TUNING = G5; GCC_WARN_UNUSED_VALUE = YES; INSTALL_PATH = ./; - PRODUCT_NAME = mothur; + PRODUCT_NAME = Mothur; }; name = Release; }; @@ -1956,7 +1956,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "mothur" */ = { + 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "Mothur" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB928608733DD80010E9CD /* Debug */, diff --git a/pcacommand.cpp b/pcoacommand.cpp similarity index 100% rename from pcacommand.cpp rename to pcoacommand.cpp diff --git a/pcacommand.h b/pcoacommand.h similarity index 100% rename from pcacommand.h rename to pcoacommand.h -- 2.39.2