[launchd-changes] [23800] trunk/launchd.xcodeproj/project.pbxproj

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 11 18:23:27 PST 2009


Revision: 23800
          http://trac.macosforge.org/projects/launchd/changeset/23800
Author:   dsorresso at apple.com
Date:     2009-02-11 18:23:27 -0800 (Wed, 11 Feb 2009)
Log Message:
-----------
Yet more embedded build fixes.

Modified Paths:
--------------
    trunk/launchd.xcodeproj/project.pbxproj

Modified: trunk/launchd.xcodeproj/project.pbxproj
===================================================================
--- trunk/launchd.xcodeproj/project.pbxproj	2009-02-12 02:21:17 UTC (rev 23799)
+++ trunk/launchd.xcodeproj/project.pbxproj	2009-02-12 02:23:27 UTC (rev 23800)
@@ -14,7 +14,7 @@
 			);
 			dependencies = (
 				4B10F1E20F43BEA900875782 /* PBXTargetDependency */,
-				726056250EA808B100D65FE7 /* PBXTargetDependency */,
+				4B10F1F60F43BF8C00875782 /* PBXTargetDependency */,
 				726056270EA808B700D65FE7 /* PBXTargetDependency */,
 				726056290EA808B900D65FE7 /* PBXTargetDependency */,
 			);
@@ -68,6 +68,11 @@
 		4B10F1CC0F43BE7E00875782 /* launchd.8 in CopyFiles */ = {isa = PBXBuildFile; fileRef = FC59A0C00E8C8A3A00D41150 /* launchd.8 */; };
 		4B10F1CD0F43BE7E00875782 /* rc.8 in CopyFiles */ = {isa = PBXBuildFile; fileRef = FC59A0F80E8C8AC300D41150 /* rc.8 */; };
 		4B10F1CF0F43BE7E00875782 /* rc.netboot in CopyFiles */ = {isa = PBXBuildFile; fileRef = FC59A0F90E8C8AC300D41150 /* rc.netboot */; };
+		4B10F1E80F43BF5C00875782 /* launchctl.c in Sources */ = {isa = PBXBuildFile; fileRef = FC59A0AE0E8C8A0E00D41150 /* launchctl.c */; settings = {COMPILER_FLAGS = "-I\"$SDKROOT\"/System/Library/Frameworks/System.framework/PrivateHeaders"; }; };
+		4B10F1EA0F43BF5C00875782 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC36283E0E93463C0054F1A3 /* IOKit.framework */; };
+		4B10F1EB0F43BF5C00875782 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC3628070E9345E10054F1A3 /* CoreFoundation.framework */; };
+		4B10F1EC0F43BF5C00875782 /* libedit.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FCD713730E95DE49001B0111 /* libedit.dylib */; settings = {ATTRIBUTES = (Weak, ); }; };
+		4B10F1EF0F43BF5C00875782 /* launchctl.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = FC59A0AD0E8C8A0E00D41150 /* launchctl.1 */; };
 		4B9EDCA20EAFC77E00A78496 /* DiskArbitration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B9EDCA10EAFC77E00A78496 /* DiskArbitration.framework */; };
 		7215DE4C0EFAF2EC00ABD81E /* libauditd.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7215DE4B0EFAF2EC00ABD81E /* libauditd.dylib */; };
 		721FBEBC0EA7AE2F0057462B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 721FBEBB0EA7AE2F0057462B /* Security.framework */; };
@@ -134,12 +139,12 @@
 			remoteGlobalIDString = 4B10F1B70F43BE7E00875782 /* launchd-embedded */;
 			remoteInfo = "launchd-embedded";
 		};
-		726056240EA808B100D65FE7 /* PBXContainerItemProxy */ = {
+		4B10F1F50F43BF8C00875782 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = FC59A03F0E8C87FD00D41150 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = FC59A06C0E8C888A00D41150;
-			remoteInfo = launchctl;
+			remoteGlobalIDString = 4B10F1E60F43BF5C00875782 /* launchctl-embedded */;
+			remoteInfo = "launchctl-embedded";
 		};
 		726056260EA808B700D65FE7 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
@@ -232,6 +237,16 @@
 			);
 			runOnlyForDeploymentPostprocessing = 1;
 		};
+		4B10F1EE0F43BF5C00875782 /* CopyFiles */ = {
+			isa = PBXCopyFilesBuildPhase;
+			buildActionMask = 8;
+			dstPath = usr/share/man/man1;
+			dstSubfolderSpec = 0;
+			files = (
+				4B10F1EF0F43BF5C00875782 /* launchctl.1 in CopyFiles */,
+			);
+			runOnlyForDeploymentPostprocessing = 1;
+		};
 		FC3627D60E9343B90054F1A3 /* CopyFiles */ = {
 			isa = PBXCopyFilesBuildPhase;
 			buildActionMask = 8;
@@ -340,6 +355,7 @@
 
 /* Begin PBXFileReference section */
 		4B10F1D30F43BE7E00875782 /* launchd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launchd; sourceTree = BUILT_PRODUCTS_DIR; };
+		4B10F1F30F43BF5C00875782 /* launchctl */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launchctl; sourceTree = BUILT_PRODUCTS_DIR; };
 		4B9EDCA10EAFC77E00A78496 /* DiskArbitration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiskArbitration.framework; path = /System/Library/Frameworks/DiskArbitration.framework; sourceTree = "<absolute>"; };
 		7215DE4B0EFAF2EC00ABD81E /* libauditd.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libauditd.dylib; path = /usr/lib/libauditd.dylib; sourceTree = "<absolute>"; };
 		721FBEA50EA7ABC40057462B /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = launchd/src/config.h; sourceTree = "<group>"; };
@@ -420,6 +436,16 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
+		4B10F1E90F43BF5C00875782 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				4B10F1EA0F43BF5C00875782 /* IOKit.framework in Frameworks */,
+				4B10F1EB0F43BF5C00875782 /* CoreFoundation.framework in Frameworks */,
+				4B10F1EC0F43BF5C00875782 /* libedit.dylib in Frameworks */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 		FC59A0520E8C884700D41150 /* Frameworks */ = {
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
@@ -578,6 +604,7 @@
 				FC59A0CE0E8C8A5C00D41150 /* launchproxy */,
 				FCD7132B0E95D64D001B0111 /* wait4path */,
 				4B10F1D30F43BE7E00875782 /* launchd */,
+				4B10F1F30F43BF5C00875782 /* launchctl */,
 			);
 			name = Products;
 			sourceTree = "<group>";
@@ -689,6 +716,24 @@
 			productReference = 4B10F1D30F43BE7E00875782 /* launchd */;
 			productType = "com.apple.product-type.tool";
 		};
+		4B10F1E60F43BF5C00875782 /* launchctl-embedded */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 4B10F1F10F43BF5C00875782 /* Build configuration list for PBXNativeTarget "launchctl-embedded" */;
+			buildPhases = (
+				4B10F1E70F43BF5C00875782 /* Sources */,
+				4B10F1E90F43BF5C00875782 /* Frameworks */,
+				4B10F1EE0F43BF5C00875782 /* CopyFiles */,
+				4B10F1F00F43BF5C00875782 /* ShellScript */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = "launchctl-embedded";
+			productName = launchctl;
+			productReference = 4B10F1F30F43BF5C00875782 /* launchctl */;
+			productType = "com.apple.product-type.tool";
+		};
 		FC59A0530E8C884700D41150 /* launchd */ = {
 			isa = PBXNativeTarget;
 			buildConfigurationList = FC59A0590E8C884800D41150 /* Build configuration list for PBXNativeTarget "launchd" */;
@@ -819,8 +864,9 @@
 				726056200EA8088C00D65FE7 /* embedded */,
 				FC59A07A0E8C88BB00D41150 /* launchd_libs */,
 				FC59A0530E8C884700D41150 /* launchd */,
+				FC59A06C0E8C888A00D41150 /* launchctl */,
 				4B10F1B70F43BE7E00875782 /* launchd-embedded */,
-				FC59A06C0E8C888A00D41150 /* launchctl */,
+				4B10F1E60F43BF5C00875782 /* launchctl-embedded */,
 				FC59A0CD0E8C8A5C00D41150 /* launchproxy */,
 				FCD7132A0E95D64D001B0111 /* wait4path */,
 				FC59A0900E8C892300D41150 /* SystemStarter */,
@@ -844,6 +890,20 @@
 			shellScript = "/Developer/Makefiles/bin/compress-man-pages.pl -d \"$DSTROOT\" /usr/share/man";
 			showEnvVarsInLog = 0;
 		};
+		4B10F1F00F43BF5C00875782 /* ShellScript */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 8;
+			files = (
+			);
+			inputPaths = (
+			);
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 1;
+			shellPath = /bin/sh;
+			shellScript = "install -o \"$INSTALL_OWNER\" -g \"$INSTALL_GROUP\" -m 0755 -d \"$DSTROOT\"/System/Library/LaunchAgents\ninstall -o \"$INSTALL_OWNER\" -g \"$INSTALL_GROUP\" -m 0755 -d \"$DSTROOT\"/System/Library/LaunchDaemons\ninstall -o \"$INSTALL_OWNER\" -g \"$INSTALL_GROUP\" -m 0755 -d \"$DSTROOT\"/Library/LaunchAgents\ninstall -o \"$INSTALL_OWNER\" -g \"$INSTALL_GROUP\" -m 0755 -d \"$DSTROOT\"/Library/LaunchDaemons\ninstall -o \"$INSTALL_OWNER\" -g \"$INSTALL_GROUP\" -m 0755 -d \"$DSTROOT\"/private/etc/mach_init.d\ninstall -o \"$INSTALL_OWNER\" -g \"$INSTALL_GROUP\" -m 0755 -d \"$DSTROOT\"/private/etc/mach_init_per_login_session.d\ninstall -o \"$INSTALL_OWNER\" -g \"$INSTALL_GROUP\" -m 0755 -d \"$DSTROOT\"/private/etc/mach_init_per_user.d\n/Developer/Makefiles/bin/compress-man-pages.pl -d \"$DSTROOT\" /usr/share/man";
+			showEnvVarsInLog = 0;
+		};
 		FC7B87B20EA7195F00542082 /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;
 			buildActionMask = 8;
@@ -950,6 +1010,14 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
+		4B10F1E70F43BF5C00875782 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				4B10F1E80F43BF5C00875782 /* launchctl.c in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 		FC59A0510E8C884700D41150 /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
@@ -1023,10 +1091,10 @@
 			target = 4B10F1B70F43BE7E00875782 /* launchd-embedded */;
 			targetProxy = 4B10F1E10F43BEA900875782 /* PBXContainerItemProxy */;
 		};
-		726056250EA808B100D65FE7 /* PBXTargetDependency */ = {
+		4B10F1F60F43BF8C00875782 /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
-			target = FC59A06C0E8C888A00D41150 /* launchctl */;
-			targetProxy = 726056240EA808B100D65FE7 /* PBXContainerItemProxy */;
+			target = 4B10F1E60F43BF5C00875782 /* launchctl-embedded */;
+			targetProxy = 4B10F1F50F43BF8C00875782 /* PBXContainerItemProxy */;
 		};
 		726056270EA808B700D65FE7 /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
@@ -1087,6 +1155,23 @@
 			};
 			name = Release;
 		};
+		4B10F1F20F43BF5C00875782 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
+				COPY_PHASE_STRIP = YES;
+				DEAD_CODE_STRIPPING = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				GCC_ENABLE_FIX_AND_CONTINUE = NO;
+				INSTALL_PATH = /bin;
+				PREBINDING = NO;
+				PRODUCT_NAME = launchctl;
+				STRIP_STYLE = debugging;
+				VALID_ARCHS = "armv5 armv6 armv7 i386 ppc ppc64 ppc7400 ppc970 x86_64";
+				ZERO_LINK = NO;
+			};
+			name = Release;
+		};
 		726056210EA8088D00D65FE7 /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
@@ -1266,6 +1351,14 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
 		};
+		4B10F1F10F43BF5C00875782 /* Build configuration list for PBXNativeTarget "launchctl-embedded" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				4B10F1F20F43BF5C00875782 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
 		7260562B0EA808D800D65FE7 /* Build configuration list for PBXAggregateTarget "embedded" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090211/de6a034f/attachment-0001.html>


More information about the launchd-changes mailing list