408 lines
12 KiB
Plaintext
408 lines
12 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
A20A4D4C1BF4495A00C2B4CB /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A20A4D4B1BF4495A00C2B4CB /* main.cpp */; };
|
|
A20A4D4F1BF4495A00C2B4CB /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A20A4D4E1BF4495A00C2B4CB /* Makefile */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
A20A4D481BF4495A00C2B4CB /* Index */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Index; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
A20A4D4B1BF4495A00C2B4CB /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
|
|
A20A4D4E1BF4495A00C2B4CB /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
|
A2FFA9931BF48DE4007CED19 /* Makefile.base */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.base; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXGroup section */
|
|
A20A4D3D1BF4495A00C2B4CB = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A20A4D4A1BF4495A00C2B4CB /* NADControl */,
|
|
A20A4D491BF4495A00C2B4CB /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
A20A4D491BF4495A00C2B4CB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A20A4D481BF4495A00C2B4CB /* Index */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
A20A4D4A1BF4495A00C2B4CB /* NADControl */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A20A4D4B1BF4495A00C2B4CB /* main.cpp */,
|
|
A20A4D4D1BF4495A00C2B4CB /* Makefiles */,
|
|
);
|
|
path = NADControl;
|
|
sourceTree = "<group>";
|
|
};
|
|
A20A4D4D1BF4495A00C2B4CB /* Makefiles */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
A2FFA9931BF48DE4007CED19 /* Makefile.base */,
|
|
A20A4D4E1BF4495A00C2B4CB /* Makefile */,
|
|
);
|
|
name = Makefiles;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXLegacyTarget section */
|
|
A20A4D421BF4495A00C2B4CB /* All */ = {
|
|
isa = PBXLegacyTarget;
|
|
buildArgumentsString = "all -C \"$(PROJECT)\"";
|
|
buildConfigurationList = A20A4D521BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "All" */;
|
|
buildPhases = (
|
|
);
|
|
buildToolPath = make;
|
|
buildWorkingDirectory = "";
|
|
dependencies = (
|
|
);
|
|
name = All;
|
|
passBuildSettingsInEnvironment = 0;
|
|
productName = All;
|
|
};
|
|
A20A4D431BF4495A00C2B4CB /* Build */ = {
|
|
isa = PBXLegacyTarget;
|
|
buildArgumentsString = "clean build -C \"$(PROJECT)\"";
|
|
buildConfigurationList = A20A4D551BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "Build" */;
|
|
buildPhases = (
|
|
);
|
|
buildToolPath = make;
|
|
buildWorkingDirectory = "";
|
|
dependencies = (
|
|
);
|
|
name = Build;
|
|
passBuildSettingsInEnvironment = 0;
|
|
productName = Build;
|
|
};
|
|
A20A4D441BF4495A00C2B4CB /* Upload */ = {
|
|
isa = PBXLegacyTarget;
|
|
buildArgumentsString = "clean build program -C \"$(PROJECT)\"";
|
|
buildConfigurationList = A20A4D581BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "Upload" */;
|
|
buildPhases = (
|
|
);
|
|
buildToolPath = make;
|
|
buildWorkingDirectory = "";
|
|
dependencies = (
|
|
);
|
|
name = Upload;
|
|
passBuildSettingsInEnvironment = 0;
|
|
productName = Upload;
|
|
};
|
|
A20A4D451BF4495A00C2B4CB /* Clean */ = {
|
|
isa = PBXLegacyTarget;
|
|
buildArgumentsString = "clean -C \"$(PROJECT)\"";
|
|
buildConfigurationList = A20A4D5B1BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "Clean" */;
|
|
buildPhases = (
|
|
);
|
|
buildToolPath = make;
|
|
buildWorkingDirectory = "";
|
|
dependencies = (
|
|
);
|
|
name = Clean;
|
|
passBuildSettingsInEnvironment = 0;
|
|
productName = Clean;
|
|
};
|
|
/* End PBXLegacyTarget section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
A20A4D471BF4495A00C2B4CB /* Index */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = A20A4D5E1BF4495A00C2B4CB /* Build configuration list for PBXNativeTarget "Index" */;
|
|
buildPhases = (
|
|
A20A4D461BF4495A00C2B4CB /* Sources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Index;
|
|
productName = Index;
|
|
productReference = A20A4D481BF4495A00C2B4CB /* Index */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
A20A4D3E1BF4495A00C2B4CB /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0710;
|
|
ORGANIZATIONNAME = "Codium Labs LLC";
|
|
TargetAttributes = {
|
|
A20A4D421BF4495A00C2B4CB = {
|
|
CreatedOnToolsVersion = 7.1.1;
|
|
};
|
|
A20A4D431BF4495A00C2B4CB = {
|
|
CreatedOnToolsVersion = 7.1.1;
|
|
};
|
|
A20A4D441BF4495A00C2B4CB = {
|
|
CreatedOnToolsVersion = 7.1.1;
|
|
};
|
|
A20A4D451BF4495A00C2B4CB = {
|
|
CreatedOnToolsVersion = 7.1.1;
|
|
};
|
|
A20A4D471BF4495A00C2B4CB = {
|
|
CreatedOnToolsVersion = 7.1.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = A20A4D411BF4495A00C2B4CB /* Build configuration list for PBXProject "NADControl" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = A20A4D3D1BF4495A00C2B4CB;
|
|
productRefGroup = A20A4D491BF4495A00C2B4CB /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
A20A4D421BF4495A00C2B4CB /* All */,
|
|
A20A4D431BF4495A00C2B4CB /* Build */,
|
|
A20A4D441BF4495A00C2B4CB /* Upload */,
|
|
A20A4D451BF4495A00C2B4CB /* Clean */,
|
|
A20A4D471BF4495A00C2B4CB /* Index */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
A20A4D461BF4495A00C2B4CB /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
A20A4D4F1BF4495A00C2B4CB /* Makefile in Sources */,
|
|
A20A4D4C1BF4495A00C2B4CB /* main.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
A20A4D501BF4495A00C2B4CB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1,",
|
|
"__AVR_ATmega328P__,",
|
|
"F_CPU=16000000",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"/usr/local/Cellar/avr-gcc/4.9.2/lib/gcc/avr/4.9.2/include",
|
|
"/usr/local/Cellar/avr-gcc/4.9.2/lib/gcc/avr/4.9.2/include-fixed",
|
|
"/usr/local/Cellar/avr-gcc/4.9.2/avr/include",
|
|
);
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PATH = "$(PATH):$(PROJECT_DIR)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A20A4D511BF4495A00C2B4CB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"__AVR_ATmega328P__,",
|
|
"F_CPU=16000000",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"/usr/local/Cellar/avr-gcc/4.9.2/lib/gcc/avr/4.9.2/include",
|
|
"/usr/local/Cellar/avr-gcc/4.9.2/lib/gcc/avr/4.9.2/include-fixed",
|
|
"/usr/local/Cellar/avr-gcc/4.9.2/avr/include",
|
|
);
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
PATH = "$(PATH):$(PROJECT_DIR)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
A20A4D531BF4495A00C2B4CB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
A20A4D541BF4495A00C2B4CB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
A20A4D561BF4495A00C2B4CB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
A20A4D571BF4495A00C2B4CB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
A20A4D591BF4495A00C2B4CB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
A20A4D5A1BF4495A00C2B4CB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
A20A4D5C1BF4495A00C2B4CB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
A20A4D5D1BF4495A00C2B4CB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
A20A4D5F1BF4495A00C2B4CB /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
A20A4D601BF4495A00C2B4CB /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
A20A4D411BF4495A00C2B4CB /* Build configuration list for PBXProject "NADControl" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A20A4D501BF4495A00C2B4CB /* Debug */,
|
|
A20A4D511BF4495A00C2B4CB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A20A4D521BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "All" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A20A4D531BF4495A00C2B4CB /* Debug */,
|
|
A20A4D541BF4495A00C2B4CB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A20A4D551BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "Build" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A20A4D561BF4495A00C2B4CB /* Debug */,
|
|
A20A4D571BF4495A00C2B4CB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A20A4D581BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "Upload" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A20A4D591BF4495A00C2B4CB /* Debug */,
|
|
A20A4D5A1BF4495A00C2B4CB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A20A4D5B1BF4495A00C2B4CB /* Build configuration list for PBXLegacyTarget "Clean" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A20A4D5C1BF4495A00C2B4CB /* Debug */,
|
|
A20A4D5D1BF4495A00C2B4CB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
A20A4D5E1BF4495A00C2B4CB /* Build configuration list for PBXNativeTarget "Index" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
A20A4D5F1BF4495A00C2B4CB /* Debug */,
|
|
A20A4D601BF4495A00C2B4CB /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = A20A4D3E1BF4495A00C2B4CB /* Project object */;
|
|
}
|