freeswitch/mac/xcode/libs/resample.xcodeproj/project.pbxproj

243 lines
9.6 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXBuildFile section */
D3DA9FEA09C109D400AA370C /* filterkit.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FCE09C1088100AA370C /* filterkit.c */; };
D3DA9FEB09C109D400AA370C /* resample.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD109C1088100AA370C /* resample.c */; };
D3DA9FEC09C109D400AA370C /* resamplesubs.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD209C1088100AA370C /* resamplesubs.c */; };
D3DA9FED09C109E700AA370C /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCC09C1088100AA370C /* config.h */; };
D3DA9FEE09C109E700AA370C /* configtemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCD09C1088100AA370C /* configtemplate.h */; };
D3DA9FEF09C109E700AA370C /* filterkit.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCF09C1088100AA370C /* filterkit.h */; };
D3DA9FF009C109E700AA370C /* resample_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FD009C1088100AA370C /* resample_defs.h */; };
D3DA9FF109C109E700AA370C /* libresample.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCA09C1086700AA370C /* libresample.h */; };
/* End PBXBuildFile section */
/* Begin PBXBuildStyle section */
D33CA84309C122F80087B539 /* Development */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Development;
};
D33CA84409C122F80087B539 /* Deployment */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Deployment;
};
/* End PBXBuildStyle section */
/* Begin PBXFileReference section */
D3DA9FCA09C1086700AA370C /* libresample.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libresample.h; path = "../../../libs/libresample-0.1.3/include/libresample.h"; sourceTree = SOURCE_ROOT; };
D3DA9FCC09C1088100AA370C /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = "../../../libs/libresample-0.1.3/src/config.h"; sourceTree = SOURCE_ROOT; };
D3DA9FCD09C1088100AA370C /* configtemplate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = configtemplate.h; path = "../../../libs/libresample-0.1.3/src/configtemplate.h"; sourceTree = SOURCE_ROOT; };
D3DA9FCE09C1088100AA370C /* filterkit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = filterkit.c; path = "../../../libs/libresample-0.1.3/src/filterkit.c"; sourceTree = SOURCE_ROOT; };
D3DA9FCF09C1088100AA370C /* filterkit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = filterkit.h; path = "../../../libs/libresample-0.1.3/src/filterkit.h"; sourceTree = SOURCE_ROOT; };
D3DA9FD009C1088100AA370C /* resample_defs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = resample_defs.h; path = "../../../libs/libresample-0.1.3/src/resample_defs.h"; sourceTree = SOURCE_ROOT; };
D3DA9FD109C1088100AA370C /* resample.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = resample.c; path = "../../../libs/libresample-0.1.3/src/resample.c"; sourceTree = SOURCE_ROOT; };
D3DA9FD209C1088100AA370C /* resamplesubs.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = resamplesubs.c; path = "../../../libs/libresample-0.1.3/src/resamplesubs.c"; sourceTree = SOURCE_ROOT; };
D3DA9FE609C109A100AA370C /* libresample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libresample.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D3DA9FE409C109A100AA370C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
D3DA9FA009C1072700AA370C = {
isa = PBXGroup;
children = (
D3DA9FB409C1074000AA370C /* resample */,
);
sourceTree = "<group>";
};
D3DA9FB409C1074000AA370C /* resample */ = {
isa = PBXGroup;
children = (
D3DA9FBB09C1079E00AA370C /* include */,
D3DA9FBC09C107A500AA370C /* src */,
D3DA9FE609C109A100AA370C /* libresample.a */,
);
name = resample;
sourceTree = "<group>";
};
D3DA9FBB09C1079E00AA370C /* include */ = {
isa = PBXGroup;
children = (
D3DA9FCC09C1088100AA370C /* config.h */,
D3DA9FCD09C1088100AA370C /* configtemplate.h */,
D3DA9FCF09C1088100AA370C /* filterkit.h */,
D3DA9FD009C1088100AA370C /* resample_defs.h */,
D3DA9FCA09C1086700AA370C /* libresample.h */,
);
name = include;
sourceTree = "<group>";
};
D3DA9FBC09C107A500AA370C /* src */ = {
isa = PBXGroup;
children = (
D3DA9FCE09C1088100AA370C /* filterkit.c */,
D3DA9FD109C1088100AA370C /* resample.c */,
D3DA9FD209C1088100AA370C /* resamplesubs.c */,
);
name = src;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
D3DA9FE209C109A100AA370C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
D3DA9FED09C109E700AA370C /* config.h in Headers */,
D3DA9FEE09C109E700AA370C /* configtemplate.h in Headers */,
D3DA9FEF09C109E700AA370C /* filterkit.h in Headers */,
D3DA9FF009C109E700AA370C /* resample_defs.h in Headers */,
D3DA9FF109C109E700AA370C /* libresample.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
D3DA9FE509C109A100AA370C /* libresample.a */ = {
isa = PBXNativeTarget;
buildConfigurationList = D3DA9FF309C109EF00AA370C /* Build configuration list for PBXNativeTarget "libresample.a" */;
buildPhases = (
D3DA9FFD09C10A1F00AA370C /* Prepare Source */,
D3DA9FE209C109A100AA370C /* Headers */,
D3DA9FE309C109A100AA370C /* Sources */,
D3DA9FE409C109A100AA370C /* Frameworks */,
);
buildRules = (
);
buildSettings = {
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/lib;
PREBINDING = NO;
PRODUCT_NAME = resample;
ZERO_LINK = YES;
};
dependencies = (
);
name = libresample.a;
productName = resample;
productReference = D3DA9FE609C109A100AA370C /* libresample.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D3DA9FA209C1072700AA370C /* Project object */ = {
isa = PBXProject;
buildConfigurationList = D3DA9FA309C1072700AA370C /* Build configuration list for PBXProject "resample" */;
buildSettings = {
};
buildStyles = (
D33CA84309C122F80087B539 /* Development */,
D33CA84409C122F80087B539 /* Deployment */,
);
hasScannedForEncodings = 0;
mainGroup = D3DA9FA009C1072700AA370C;
productRefGroup = D3DA9FB409C1074000AA370C /* resample */;
projectDirPath = "";
targets = (
D3DA9FE509C109A100AA370C /* libresample.a */,
);
};
/* End PBXProject section */
/* Begin PBXShellScriptBuildPhase section */
D3DA9FFD09C10A1F00AA370C /* Prepare Source */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Prepare Source";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "if [ -e ../../../libs/libresample-0.1.3/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.tgz -o ../../../libs/libresample-0.1.3.tgz\ncd ../../../libs\ntar zxfv libresample-0.1.3.tgz\ncd libresample-0.1.3\n./configure\ntouch .complete";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D3DA9FE309C109A100AA370C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D3DA9FEA09C109D400AA370C /* filterkit.c in Sources */,
D3DA9FEB09C109D400AA370C /* resample.c in Sources */,
D3DA9FEC09C109D400AA370C /* resamplesubs.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
D3DA9FA409C1072700AA370C /* resample */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
NATIVE_ARCH = "ppc i386";
};
name = resample;
};
D3DA9FF409C109EF00AA370C /* resample */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/lib;
PREBINDING = NO;
PRODUCT_NAME = resample;
ZERO_LINK = YES;
};
name = resample;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
D3DA9FA309C1072700AA370C /* Build configuration list for PBXProject "resample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D3DA9FA409C1072700AA370C /* resample */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = resample;
};
D3DA9FF309C109EF00AA370C /* Build configuration list for PBXNativeTarget "libresample.a" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D3DA9FF409C109EF00AA370C /* resample */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = resample;
};
/* End XCConfigurationList section */
};
rootObject = D3DA9FA209C1072700AA370C /* Project object */;
}