From 727780ef42ddf1d1a01c9984b9431a1d38754c8d Mon Sep 17 00:00:00 2001 From: letz Date: Tue, 19 Oct 2004 11:17:03 +0000 Subject: [PATCH] Updated git-svn-id: svn+ssh://jackaudio.org/trunk/jack@773 0c269be4-1314-0410-8aa9-9f06e86f4224 --- config/os/macosx/jack.xcode/project.pbxproj | 293 ++++++++++++++++++-- 1 file changed, 266 insertions(+), 27 deletions(-) diff --git a/config/os/macosx/jack.xcode/project.pbxproj b/config/os/macosx/jack.xcode/project.pbxproj index a76e7d0..08356f6 100644 --- a/config/os/macosx/jack.xcode/project.pbxproj +++ b/config/os/macosx/jack.xcode/project.pbxproj @@ -6,8 +6,6 @@ objectVersion = 39; objects = { 014CEA520018CE5811CA2923 = { - buildRules = ( - ); buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; @@ -21,8 +19,6 @@ name = Development; }; 014CEA530018CE5811CA2923 = { - buildRules = ( - ); buildSettings = { COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; @@ -43,8 +39,7 @@ //034 034768E8FF38A79811DB9C8B = { explicitFileType = "compiled.mach-o.executable"; - fallbackIsa = PBXFileReference; - isa = PBXExecutableFileReference; + isa = PBXFileReference; path = jackd; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; @@ -78,6 +73,7 @@ 4BF8712F040BDE8200053105, 4BA1CB000470D38800053105, 4BA1E4570442D99D00053105, + 4B81402507240F550025D71C, ); }; 08FB7794FE84155DC02AAC07 = { @@ -97,6 +93,7 @@ }; 08FB7795FE84155DC02AAC07 = { children = ( + 4B89C95906F596060003AD09, 4B117C6305DD0C8000B5DA5A, 4B117C6605DD0C8700B5DA5A, 4B117C6905DD0C8D00B5DA5A, @@ -124,6 +121,7 @@ INSTALL_PATH = "$(HOME)/bin"; LIBRARY_SEARCH_PATHS = ""; OPTIMIZATION_CFLAGS = "-O3"; + OTHER_CFLAGS = "-DJACK_LOCATION=\\\"/usr/local/bin\\\" "; OTHER_LDFLAGS = "-framework CoreAudio -ldl "; OTHER_REZFLAGS = ""; PRODUCT_NAME = jackd; @@ -170,6 +168,7 @@ 4B117C7005DD0C9900B5DA5A, 4B117C7305DD0C9D00B5DA5A, 4B117C7605DD0CA000B5DA5A, + 4B813FEF07240CCF0025D71C, ); isa = PBXSourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -207,6 +206,7 @@ 4BA1E4580442D99D00053105, 4BA1CADF0470D14500053105, 4BA1CB010470D38800053105, + 4B81402607240F550025D71C, ); isa = PBXGroup; name = Products; @@ -506,6 +506,96 @@ settings = { }; }; + 4B1A735D07252DA3007105CE = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + name = AudioRender.cpp; + path = ../../../drivers/coreaudio/AudioRender.cpp; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 4B1A735E07252DA3007105CE = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + name = AudioRender.h; + path = ../../../drivers/coreaudio/AudioRender.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 4B1A735F07252DA3007105CE = { + fileRef = 4B1A735D07252DA3007105CE; + isa = PBXBuildFile; + settings = { + }; + }; + 4B1A736007252DA3007105CE = { + fileRef = 4B1A735E07252DA3007105CE; + isa = PBXBuildFile; + settings = { + }; + }; + 4B1A736307252DBE007105CE = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.cpp.cpp; + name = AudioRenderBridge.cpp; + path = ../../../drivers/coreaudio/AudioRenderBridge.cpp; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 4B1A736407252DBE007105CE = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + name = AudioRenderBridge.h; + path = ../../../drivers/coreaudio/AudioRenderBridge.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 4B1A736507252DBE007105CE = { + fileRef = 4B1A736307252DBE007105CE; + isa = PBXBuildFile; + settings = { + }; + }; + 4B1A736607252DBE007105CE = { + fileRef = 4B1A736407252DBE007105CE; + isa = PBXBuildFile; + settings = { + }; + }; + 4B1A736907252DDC007105CE = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + name = coreaudio_driver.h; + path = ../../../drivers/coreaudio/coreaudio_driver.h; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 4B1A736A07252DDC007105CE = { + fileRef = 4B1A736907252DDC007105CE; + isa = PBXBuildFile; + settings = { + }; + }; + 4B1A737C07252E29007105CE = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = coreaudio_driver.c; + path = ../../../drivers/coreaudio/coreaudio_driver.c; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 4B1A737D07252E29007105CE = { + fileRef = 4B1A737C07252E29007105CE; + isa = PBXBuildFile; + settings = { + }; + }; 4B4DCB9405DD229F00DC3452 = { fileRef = 4B117C6305DD0C8000B5DA5A; isa = PBXBuildFile; @@ -530,12 +620,6 @@ settings = { }; }; - 4B4DCB9905DD22C900DC3452 = { - fileRef = 4B117C6F05DD0C9900B5DA5A; - isa = PBXBuildFile; - settings = { - }; - }; 4B4DCBA105DD234100DC3452 = { fileEncoding = 30; isa = PBXFileReference; @@ -726,6 +810,159 @@ settings = { }; }; + 4B813FEF07240CCF0025D71C = { + fileRef = 4B89C95906F596060003AD09; + isa = PBXBuildFile; + settings = { + }; + }; + 4B813FF007240D000025D71C = { + fileRef = 4B89C95906F596060003AD09; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81400707240DA30025D71C = { + fileRef = 4B117C6F05DD0C9900B5DA5A; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81402107240F550025D71C = { + buildActionMask = 2147483647; + files = ( + 4B1A736007252DA3007105CE, + 4B1A736607252DBE007105CE, + 4B1A736A07252DDC007105CE, + ); + isa = PBXHeadersBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + 4B81402207240F550025D71C = { + buildActionMask = 2147483647; + files = ( + 4B81402C07240F650025D71C, + 4B81402D07240F660025D71C, + 4B81402E07240F680025D71C, + 4B81402F07240F690025D71C, + 4B81403007240F6A0025D71C, + 4B81408D07241DF20025D71C, + 4B81409407241E580025D71C, + 4B1A735F07252DA3007105CE, + 4B1A736507252DBE007105CE, + 4B1A737D07252E29007105CE, + ); + isa = PBXSourcesBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + 4B81402307240F550025D71C = { + buildActionMask = 2147483647; + files = ( + ); + isa = PBXFrameworksBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + 4B81402407240F550025D71C = { + buildActionMask = 2147483647; + files = ( + ); + isa = PBXRezBuildPhase; + runOnlyForDeploymentPostprocessing = 0; + }; + 4B81402507240F550025D71C = { + buildPhases = ( + 4B81402107240F550025D71C, + 4B81402207240F550025D71C, + 4B81402307240F550025D71C, + 4B81402407240F550025D71C, + ); + buildSettings = { + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + HEADER_SEARCH_PATHS = "../../../ ../../"; + LIBRARY_STYLE = BUNDLE; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = "-framework CoreAudio -framework AudioToolbox"; + OTHER_LIBTOOL_FLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = jack_coreaudio.so; + REZ_EXECUTABLE = YES; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; + }; + dependencies = ( + ); + isa = PBXLibraryTarget; + name = jack_coreaudio; + productInstallPath = /usr/local/lib; + productName = jack_coreaudio; + productReference = 4B81402607240F550025D71C; + }; + 4B81402607240F550025D71C = { + explicitFileType = "compiled.mach-o.dylib"; + includeInIndex = 0; + isa = PBXFileReference; + path = jack_coreaudio.so; + refType = 3; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 4B81402C07240F650025D71C = { + fileRef = 4B117C6605DD0C8700B5DA5A; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81402D07240F660025D71C = { + fileRef = 4B117C6305DD0C8000B5DA5A; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81402E07240F680025D71C = { + fileRef = 4B117C7205DD0C9D00B5DA5A; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81402F07240F690025D71C = { + fileRef = 4B89C95906F596060003AD09; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81403007240F6A0025D71C = { + fileRef = 4B117C6F05DD0C9900B5DA5A; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81408D07241DF20025D71C = { + fileRef = 4B117C7505DD0CA000B5DA5A; + isa = PBXBuildFile; + settings = { + }; + }; + 4B81409407241E580025D71C = { + fileRef = 4B117C6905DD0C8D00B5DA5A; + isa = PBXBuildFile; + settings = { + }; + }; + 4B89C95906F596060003AD09 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = thread.c; + path = ../../../libjack/thread.c; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 4B89C95A06F596060003AD09 = { + fileRef = 4B89C95906F596060003AD09; + isa = PBXBuildFile; + settings = { + }; + }; 4BA1CAD90470D14500053105 = { buildActionMask = 2147483647; files = ( @@ -761,6 +998,7 @@ 4B117C7105DD0C9900B5DA5A, 4B117C7405DD0C9D00B5DA5A, 4B117C7705DD0CA000B5DA5A, + 4B89C95A06F596060003AD09, ); isa = PBXSourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -794,7 +1032,7 @@ HEADER_SEARCH_PATHS = "../../ ../../../"; LIBRARY_SEARCH_PATHS = ""; OPTIMIZATION_CFLAGS = "-O3"; - OTHER_CFLAGS = "-DOLD_TRANSPORT"; + OTHER_CFLAGS = "-D JACK_LOCATION=\\\"/usr/local/bin\\\" "; OTHER_LDFLAGS = "-framework CoreAudio "; OTHER_LIBTOOL_FLAGS = ""; OTHER_REZFLAGS = ""; @@ -843,8 +1081,7 @@ }; 4BA1CADF0470D14500053105 = { explicitFileType = wrapper.framework; - fallbackIsa = PBXFileReference; - isa = PBXFrameworkReference; + isa = PBXFileReference; path = Jack.framework; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; @@ -916,8 +1153,7 @@ }; 4BA1CB010470D38800053105 = { explicitFileType = "compiled.mach-o.executable"; - fallbackIsa = PBXFileReference; - isa = PBXExecutableFileReference; + isa = PBXFileReference; path = jack_disconnect; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; @@ -978,8 +1214,7 @@ }; 4BA1E4580442D99D00053105 = { explicitFileType = "compiled.mach-o.executable"; - fallbackIsa = PBXFileReference; - isa = PBXExecutableFileReference; + isa = PBXFileReference; path = jack_lsp; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; @@ -1045,6 +1280,12 @@ }; 4BA716600408E047004F4E3A = { children = ( + 4B1A737C07252E29007105CE, + 4B1A736907252DDC007105CE, + 4B1A736307252DBE007105CE, + 4B1A736407252DBE007105CE, + 4B1A735D07252DA3007105CE, + 4B1A735E07252DA3007105CE, 4B117C7F05DD0D7700B5DA5A, 4B117C8105DD0D7D00B5DA5A, ); @@ -1119,7 +1360,8 @@ 4B4DCB9505DD22AF00DC3452, 4B4DCB9705DD22BB00DC3452, 4B4DCB9805DD22C300DC3452, - 4B4DCB9905DD22C900DC3452, + 4B813FF007240D000025D71C, + 4B81400707240DA30025D71C, ); isa = PBXSourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -1163,15 +1405,14 @@ dependencies = ( ); isa = PBXLibraryTarget; - name = driver; + name = jack_portaudio; productInstallPath = /usr/local/lib; productName = driver; productReference = 4BBB87310406EF300019BE76; }; 4BBB87310406EF300019BE76 = { explicitFileType = "compiled.mach-o.dylib"; - fallbackIsa = PBXFileReference; - isa = PBXLibraryReference; + isa = PBXFileReference; path = jack_portaudio.so; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; @@ -1234,8 +1475,7 @@ }; 4BCA2603040B8B9400053105 = { explicitFileType = "compiled.mach-o.executable"; - fallbackIsa = PBXFileReference; - isa = PBXExecutableFileReference; + isa = PBXFileReference; path = jack_metro; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; @@ -1296,8 +1536,7 @@ }; 4BF87130040BDE8200053105 = { explicitFileType = "compiled.mach-o.executable"; - fallbackIsa = PBXFileReference; - isa = PBXExecutableFileReference; + isa = PBXFileReference; path = jack_connect; refType = 3; sourceTree = BUILT_PRODUCTS_DIR;