7 changed files with 349 additions and 36 deletions
@ -0,0 +1,222 @@
@@ -0,0 +1,222 @@
|
||||
// !$*UTF8*$! |
||||
{ |
||||
archiveVersion = 1; |
||||
classes = { |
||||
}; |
||||
objectVersion = 45; |
||||
objects = { |
||||
|
||||
/* Begin PBXBuildFile section */ |
||||
348868D013F512010005F759 /* mavlink_parameters.c in Sources */ = {isa = PBXBuildFile; fileRef = 348868CF13F512010005F759 /* mavlink_parameters.c */; }; |
||||
34E8AFDB13F5064C001100AA /* waypoints.c in Sources */ = {isa = PBXBuildFile; fileRef = 34E8AFDA13F5064C001100AA /* waypoints.c */; }; |
||||
8DD76FAC0486AB0100D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; }; |
||||
/* End PBXBuildFile section */ |
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */ |
||||
8DD76FAF0486AB0100D96B5E /* CopyFiles */ = { |
||||
isa = PBXCopyFilesBuildPhase; |
||||
buildActionMask = 8; |
||||
dstPath = /usr/share/man/man1/; |
||||
dstSubfolderSpec = 0; |
||||
files = ( |
||||
); |
||||
runOnlyForDeploymentPostprocessing = 1; |
||||
}; |
||||
/* End PBXCopyFilesBuildPhase section */ |
||||
|
||||
/* Begin PBXFileReference section */ |
||||
08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; |
||||
348868CF13F512010005F759 /* mavlink_parameters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mavlink_parameters.c; path = ../mavlink_parameters.c; sourceTree = SOURCE_ROOT; }; |
||||
348868D113F512080005F759 /* mavlink_parameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mavlink_parameters.h; path = ../mavlink_parameters.h; sourceTree = SOURCE_ROOT; }; |
||||
34E8AFDA13F5064C001100AA /* waypoints.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = waypoints.c; path = ../waypoints.c; sourceTree = SOURCE_ROOT; }; |
||||
34E8AFDC13F50659001100AA /* waypoints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = waypoints.h; path = ../waypoints.h; sourceTree = SOURCE_ROOT; }; |
||||
8DD76FB20486AB0100D96B5E /* udptest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = udptest; sourceTree = BUILT_PRODUCTS_DIR; }; |
||||
/* End PBXFileReference section */ |
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */ |
||||
8DD76FAD0486AB0100D96B5E /* Frameworks */ = { |
||||
isa = PBXFrameworksBuildPhase; |
||||
buildActionMask = 2147483647; |
||||
files = ( |
||||
); |
||||
runOnlyForDeploymentPostprocessing = 0; |
||||
}; |
||||
/* End PBXFrameworksBuildPhase section */ |
||||
|
||||
/* Begin PBXGroup section */ |
||||
08FB7794FE84155DC02AAC07 /* udptest */ = { |
||||
isa = PBXGroup; |
||||
children = ( |
||||
34E8AFDC13F50659001100AA /* waypoints.h */, |
||||
08FB7795FE84155DC02AAC07 /* Source */, |
||||
C6A0FF2B0290797F04C91782 /* Documentation */, |
||||
1AB674ADFE9D54B511CA2CBB /* Products */, |
||||
); |
||||
name = udptest; |
||||
sourceTree = "<group>"; |
||||
}; |
||||
08FB7795FE84155DC02AAC07 /* Source */ = { |
||||
isa = PBXGroup; |
||||
children = ( |
||||
348868D113F512080005F759 /* mavlink_parameters.h */, |
||||
348868CF13F512010005F759 /* mavlink_parameters.c */, |
||||
34E8AFDA13F5064C001100AA /* waypoints.c */, |
||||
08FB7796FE84155DC02AAC07 /* main.c */, |
||||
); |
||||
name = Source; |
||||
sourceTree = "<group>"; |
||||
}; |
||||
1AB674ADFE9D54B511CA2CBB /* Products */ = { |
||||
isa = PBXGroup; |
||||
children = ( |
||||
8DD76FB20486AB0100D96B5E /* udptest */, |
||||
); |
||||
name = Products; |
||||
sourceTree = "<group>"; |
||||
}; |
||||
C6A0FF2B0290797F04C91782 /* Documentation */ = { |
||||
isa = PBXGroup; |
||||
children = ( |
||||
); |
||||
name = Documentation; |
||||
sourceTree = "<group>"; |
||||
}; |
||||
/* End PBXGroup section */ |
||||
|
||||
/* Begin PBXNativeTarget section */ |
||||
8DD76FA90486AB0100D96B5E /* udptest */ = { |
||||
isa = PBXNativeTarget; |
||||
buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "udptest" */; |
||||
buildPhases = ( |
||||
8DD76FAB0486AB0100D96B5E /* Sources */, |
||||
8DD76FAD0486AB0100D96B5E /* Frameworks */, |
||||
8DD76FAF0486AB0100D96B5E /* CopyFiles */, |
||||
); |
||||
buildRules = ( |
||||
); |
||||
dependencies = ( |
||||
); |
||||
name = udptest; |
||||
productInstallPath = "$(HOME)/bin"; |
||||
productName = udptest; |
||||
productReference = 8DD76FB20486AB0100D96B5E /* udptest */; |
||||
productType = "com.apple.product-type.tool"; |
||||
}; |
||||
/* End PBXNativeTarget section */ |
||||
|
||||
/* Begin PBXProject section */ |
||||
08FB7793FE84155DC02AAC07 /* Project object */ = { |
||||
isa = PBXProject; |
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "udptest" */; |
||||
compatibilityVersion = "Xcode 3.1"; |
||||
developmentRegion = English; |
||||
hasScannedForEncodings = 1; |
||||
knownRegions = ( |
||||
English, |
||||
Japanese, |
||||
French, |
||||
German, |
||||
); |
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* udptest */; |
||||
projectDirPath = ""; |
||||
projectRoot = ""; |
||||
targets = ( |
||||
8DD76FA90486AB0100D96B5E /* udptest */, |
||||
); |
||||
}; |
||||
/* End PBXProject section */ |
||||
|
||||
/* Begin PBXSourcesBuildPhase section */ |
||||
8DD76FAB0486AB0100D96B5E /* Sources */ = { |
||||
isa = PBXSourcesBuildPhase; |
||||
buildActionMask = 2147483647; |
||||
files = ( |
||||
8DD76FAC0486AB0100D96B5E /* main.c in Sources */, |
||||
34E8AFDB13F5064C001100AA /* waypoints.c in Sources */, |
||||
348868D013F512010005F759 /* mavlink_parameters.c in Sources */, |
||||
); |
||||
runOnlyForDeploymentPostprocessing = 0; |
||||
}; |
||||
/* End PBXSourcesBuildPhase section */ |
||||
|
||||
/* Begin XCBuildConfiguration section */ |
||||
1DEB928608733DD80010E9CD /* Debug */ = { |
||||
isa = XCBuildConfiguration; |
||||
buildSettings = { |
||||
ALWAYS_SEARCH_USER_PATHS = NO; |
||||
COPY_PHASE_STRIP = NO; |
||||
GCC_DYNAMIC_NO_PIC = NO; |
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES; |
||||
GCC_MODEL_TUNING = G5; |
||||
GCC_OPTIMIZATION_LEVEL = 0; |
||||
INSTALL_PATH = /usr/local/bin; |
||||
PRODUCT_NAME = udptest; |
||||
}; |
||||
name = Debug; |
||||
}; |
||||
1DEB928708733DD80010E9CD /* Release */ = { |
||||
isa = XCBuildConfiguration; |
||||
buildSettings = { |
||||
ALWAYS_SEARCH_USER_PATHS = NO; |
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
||||
GCC_MODEL_TUNING = G5; |
||||
INSTALL_PATH = /usr/local/bin; |
||||
PRODUCT_NAME = udptest; |
||||
}; |
||||
name = Release; |
||||
}; |
||||
1DEB928A08733DD80010E9CD /* Debug */ = { |
||||
isa = XCBuildConfiguration; |
||||
buildSettings = { |
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
||||
GCC_C_LANGUAGE_STANDARD = gnu99; |
||||
GCC_OPTIMIZATION_LEVEL = 0; |
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES; |
||||
GCC_WARN_UNUSED_VARIABLE = YES; |
||||
HEADER_SEARCH_PATHS = ( |
||||
../../include/, |
||||
../../include/common/, |
||||
); |
||||
ONLY_ACTIVE_ARCH = YES; |
||||
PREBINDING = NO; |
||||
SDKROOT = macosx10.6; |
||||
}; |
||||
name = Debug; |
||||
}; |
||||
1DEB928B08733DD80010E9CD /* Release */ = { |
||||
isa = XCBuildConfiguration; |
||||
buildSettings = { |
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; |
||||
GCC_C_LANGUAGE_STANDARD = gnu99; |
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES; |
||||
GCC_WARN_UNUSED_VARIABLE = YES; |
||||
PREBINDING = NO; |
||||
SDKROOT = macosx10.6; |
||||
}; |
||||
name = Release; |
||||
}; |
||||
/* End XCBuildConfiguration section */ |
||||
|
||||
/* Begin XCConfigurationList section */ |
||||
1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "udptest" */ = { |
||||
isa = XCConfigurationList; |
||||
buildConfigurations = ( |
||||
1DEB928608733DD80010E9CD /* Debug */, |
||||
1DEB928708733DD80010E9CD /* Release */, |
||||
); |
||||
defaultConfigurationIsVisible = 0; |
||||
defaultConfigurationName = Release; |
||||
}; |
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "udptest" */ = { |
||||
isa = XCConfigurationList; |
||||
buildConfigurations = ( |
||||
1DEB928A08733DD80010E9CD /* Debug */, |
||||
1DEB928B08733DD80010E9CD /* Release */, |
||||
); |
||||
defaultConfigurationIsVisible = 0; |
||||
defaultConfigurationName = Release; |
||||
}; |
||||
/* End XCConfigurationList section */ |
||||
}; |
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; |
||||
} |
Loading…
Reference in new issue