annotate gpsynth.xcodeproj/project.pbxproj @ 0:add35537fdbb tip

Initial import
author irh <ian.r.hobson@gmail.com>
date Thu, 25 Aug 2011 11:05:55 +0100
parents
children
rev   line source
ian@0 1 // !$*UTF8*$!
ian@0 2 {
ian@0 3 archiveVersion = 1;
ian@0 4 classes = {
ian@0 5 };
ian@0 6 objectVersion = 46;
ian@0 7 objects = {
ian@0 8
ian@0 9 /* Begin PBXBuildFile section */
ian@0 10 3C646D2513F4720B0058A207 /* feature_extractor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D0B13F4720B0058A207 /* feature_extractor.cpp */; };
ian@0 11 3C646D2613F4720B0058A207 /* file_comparer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D0D13F4720B0058A207 /* file_comparer.cpp */; };
ian@0 12 3C646D2713F4720B0058A207 /* logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D1113F4720B0058A207 /* logger.cpp */; };
ian@0 13 3C646D2813F4720B0058A207 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D1313F4720B0058A207 /* main.cpp */; };
ian@0 14 3C646D2913F4720B0058A207 /* mfcc_analyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D1413F4720B0058A207 /* mfcc_analyzer.cpp */; };
ian@0 15 3C646D2A13F4720B0058A207 /* population.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D1613F4720B0058A207 /* population.cpp */; };
ian@0 16 3C646D2B13F4720B0058A207 /* sc_converter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D1A13F4720B0058A207 /* sc_converter.cpp */; };
ian@0 17 3C646D2C13F4720B0058A207 /* sc_evaluator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D1C13F4720B0058A207 /* sc_evaluator.cpp */; };
ian@0 18 3C646D2D13F4720B0058A207 /* sc_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646D1E13F4720B0058A207 /* sc_grammar.cpp */; };
ian@0 19 3C646DA813F701AD0058A207 /* program_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C646DA713F701AD0058A207 /* program_options.cpp */; };
ian@0 20 3CC27D2E13B8247000456569 /* libboost_thread-mt.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC27D2D13B8247000456569 /* libboost_thread-mt.dylib */; };
ian@0 21 3CC5E42813C0099B0000CF05 /* json_reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CC5E41F13C0099B0000CF05 /* json_reader.cpp */; };
ian@0 22 3CC5E42913C0099B0000CF05 /* json_value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CC5E42113C0099B0000CF05 /* json_value.cpp */; };
ian@0 23 3CC5E42A13C0099B0000CF05 /* json_writer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CC5E42313C0099B0000CF05 /* json_writer.cpp */; };
ian@0 24 3CD21C6913D4973000E33C4F /* libboost_system-mt.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CD21C6813D4973000E33C4F /* libboost_system-mt.dylib */; };
ian@0 25 3CD21C6B13D4973A00E33C4F /* libboost_filesystem-mt.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CD21C6A13D4973A00E33C4F /* libboost_filesystem-mt.dylib */; };
ian@0 26 3CD21C6E13D4F10000E33C4F /* libboost_date_time-mt.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CD21C6D13D4F10000E33C4F /* libboost_date_time-mt.dylib */; };
ian@0 27 3CD21C7013D506F100E33C4F /* libsndfile.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CD21C6F13D506F100E33C4F /* libsndfile.dylib */; };
ian@0 28 3CD21C7213D51F9000E33C4F /* libfftw3.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CD21C7113D51F9000E33C4F /* libfftw3.3.dylib */; };
ian@0 29 3CDEC1E613F2082A0075D229 /* libboost_program_options-mt.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CDEC1E513F2082A0075D229 /* libboost_program_options-mt.dylib */; };
ian@0 30 3CF213E71405FEB20080579B /* sc_default_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CF213E61405FEB20080579B /* sc_default_grammar.cpp */; };
ian@0 31 /* End PBXBuildFile section */
ian@0 32
ian@0 33 /* Begin PBXCopyFilesBuildPhase section */
ian@0 34 3CC27D1D13B7E6EC00456569 /* CopyFiles */ = {
ian@0 35 isa = PBXCopyFilesBuildPhase;
ian@0 36 buildActionMask = 2147483647;
ian@0 37 dstPath = /usr/share/man/man1/;
ian@0 38 dstSubfolderSpec = 0;
ian@0 39 files = (
ian@0 40 );
ian@0 41 runOnlyForDeploymentPostprocessing = 1;
ian@0 42 };
ian@0 43 /* End PBXCopyFilesBuildPhase section */
ian@0 44
ian@0 45 /* Begin PBXFileReference section */
ian@0 46 3C646D0713F4720B0058A207 /* boost_ex.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = boost_ex.hpp; sourceTree = "<group>"; };
ian@0 47 3C646D0813F4720B0058A207 /* converter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = converter.hpp; sourceTree = "<group>"; };
ian@0 48 3C646D0A13F4720B0058A207 /* evaluator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = evaluator.hpp; sourceTree = "<group>"; };
ian@0 49 3C646D0B13F4720B0058A207 /* feature_extractor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = feature_extractor.cpp; sourceTree = "<group>"; };
ian@0 50 3C646D0C13F4720B0058A207 /* feature_extractor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = feature_extractor.hpp; sourceTree = "<group>"; };
ian@0 51 3C646D0D13F4720B0058A207 /* file_comparer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_comparer.cpp; sourceTree = "<group>"; };
ian@0 52 3C646D0E13F4720B0058A207 /* file_comparer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_comparer.hpp; sourceTree = "<group>"; };
ian@0 53 3C646D0F13F4720B0058A207 /* grammar.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = grammar.hpp; sourceTree = "<group>"; };
ian@0 54 3C646D1013F4720B0058A207 /* graph_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = graph_helpers.hpp; sourceTree = "<group>"; };
ian@0 55 3C646D1113F4720B0058A207 /* logger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = logger.cpp; sourceTree = "<group>"; };
ian@0 56 3C646D1213F4720B0058A207 /* logger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = logger.hpp; sourceTree = "<group>"; };
ian@0 57 3C646D1313F4720B0058A207 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
ian@0 58 3C646D1413F4720B0058A207 /* mfcc_analyzer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mfcc_analyzer.cpp; sourceTree = "<group>"; };
ian@0 59 3C646D1513F4720B0058A207 /* mfcc_analyzer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mfcc_analyzer.hpp; sourceTree = "<group>"; };
ian@0 60 3C646D1613F4720B0058A207 /* population.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = population.cpp; sourceTree = "<group>"; };
ian@0 61 3C646D1713F4720B0058A207 /* population.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = population.hpp; sourceTree = "<group>"; };
ian@0 62 3C646D1813F4720B0058A207 /* precompiled_header.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = precompiled_header.hpp; sourceTree = "<group>"; };
ian@0 63 3C646D1913F4720B0058A207 /* range.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = range.hpp; sourceTree = "<group>"; };
ian@0 64 3C646D1A13F4720B0058A207 /* sc_converter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sc_converter.cpp; sourceTree = "<group>"; };
ian@0 65 3C646D1B13F4720B0058A207 /* sc_converter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sc_converter.hpp; sourceTree = "<group>"; };
ian@0 66 3C646D1C13F4720B0058A207 /* sc_evaluator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sc_evaluator.cpp; sourceTree = "<group>"; };
ian@0 67 3C646D1D13F4720B0058A207 /* sc_evaluator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sc_evaluator.hpp; sourceTree = "<group>"; };
ian@0 68 3C646D1E13F4720B0058A207 /* sc_grammar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sc_grammar.cpp; sourceTree = "<group>"; };
ian@0 69 3C646D1F13F4720B0058A207 /* sc_grammar.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sc_grammar.hpp; sourceTree = "<group>"; };
ian@0 70 3C646D2013F4720B0058A207 /* spectrum_analyzer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = spectrum_analyzer.hpp; sourceTree = "<group>"; };
ian@0 71 3C646D2113F4720B0058A207 /* statistics.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = statistics.hpp; sourceTree = "<group>"; };
ian@0 72 3C646D2213F4720B0058A207 /* std_ex.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = std_ex.hpp; sourceTree = "<group>"; };
ian@0 73 3C646D2313F4720B0058A207 /* synth_graph.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = synth_graph.hpp; sourceTree = "<group>"; };
ian@0 74 3C646D2413F4720B0058A207 /* window_makers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = window_makers.hpp; sourceTree = "<group>"; };
ian@0 75 3C646DA713F701AD0058A207 /* program_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = program_options.cpp; sourceTree = "<group>"; };
ian@0 76 3C646DAA13F701C60058A207 /* program_options.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = program_options.hpp; sourceTree = "<group>"; };
ian@0 77 3CC27D1F13B7E6EC00456569 /* gpsynth */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gpsynth; sourceTree = BUILT_PRODUCTS_DIR; };
ian@0 78 3CC27D2D13B8247000456569 /* libboost_thread-mt.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libboost_thread-mt.dylib"; path = "usr/local/lib/libboost_thread-mt.dylib"; sourceTree = SDKROOT; };
ian@0 79 3CC5E41613C0099B0000CF05 /* assertions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assertions.h; sourceTree = "<group>"; };
ian@0 80 3CC5E41713C0099B0000CF05 /* autolink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autolink.h; sourceTree = "<group>"; };
ian@0 81 3CC5E41813C0099B0000CF05 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
ian@0 82 3CC5E41913C0099B0000CF05 /* features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = features.h; sourceTree = "<group>"; };
ian@0 83 3CC5E41A13C0099B0000CF05 /* forwards.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = forwards.h; sourceTree = "<group>"; };
ian@0 84 3CC5E41B13C0099B0000CF05 /* json.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json.h; sourceTree = "<group>"; };
ian@0 85 3CC5E41C13C0099B0000CF05 /* json_batchallocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json_batchallocator.h; sourceTree = "<group>"; };
ian@0 86 3CC5E41D13C0099B0000CF05 /* json_internalarray.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_internalarray.inl; sourceTree = "<group>"; };
ian@0 87 3CC5E41E13C0099B0000CF05 /* json_internalmap.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_internalmap.inl; sourceTree = "<group>"; };
ian@0 88 3CC5E41F13C0099B0000CF05 /* json_reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_reader.cpp; sourceTree = "<group>"; };
ian@0 89 3CC5E42013C0099B0000CF05 /* json_tool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json_tool.h; sourceTree = "<group>"; };
ian@0 90 3CC5E42113C0099B0000CF05 /* json_value.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_value.cpp; sourceTree = "<group>"; };
ian@0 91 3CC5E42213C0099B0000CF05 /* json_valueiterator.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = json_valueiterator.inl; sourceTree = "<group>"; };
ian@0 92 3CC5E42313C0099B0000CF05 /* json_writer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_writer.cpp; sourceTree = "<group>"; };
ian@0 93 3CC5E42413C0099B0000CF05 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
ian@0 94 3CC5E42513C0099B0000CF05 /* reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reader.h; sourceTree = "<group>"; };
ian@0 95 3CC5E42613C0099B0000CF05 /* value.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value.h; sourceTree = "<group>"; };
ian@0 96 3CC5E42713C0099B0000CF05 /* writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = writer.h; sourceTree = "<group>"; };
ian@0 97 3CD21C6813D4973000E33C4F /* libboost_system-mt.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libboost_system-mt.dylib"; path = "usr/local/lib/libboost_system-mt.dylib"; sourceTree = SDKROOT; };
ian@0 98 3CD21C6A13D4973A00E33C4F /* libboost_filesystem-mt.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libboost_filesystem-mt.dylib"; path = "usr/local/lib/libboost_filesystem-mt.dylib"; sourceTree = SDKROOT; };
ian@0 99 3CD21C6D13D4F10000E33C4F /* libboost_date_time-mt.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libboost_date_time-mt.dylib"; path = "usr/local/lib/libboost_date_time-mt.dylib"; sourceTree = SDKROOT; };
ian@0 100 3CD21C6F13D506F100E33C4F /* libsndfile.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsndfile.dylib; path = usr/local/lib/libsndfile.dylib; sourceTree = SDKROOT; };
ian@0 101 3CD21C7113D51F9000E33C4F /* libfftw3.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libfftw3.3.dylib; path = ../../../../usr/local/Cellar/fftw/3.2.2/lib/libfftw3.3.dylib; sourceTree = "<group>"; };
ian@0 102 3CDEC1E513F2082A0075D229 /* libboost_program_options-mt.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libboost_program_options-mt.dylib"; path = "usr/local/lib/libboost_program_options-mt.dylib"; sourceTree = SDKROOT; };
ian@0 103 3CF213E41405FE460080579B /* sc_default_grammar.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sc_default_grammar.hpp; sourceTree = "<group>"; };
ian@0 104 3CF213E61405FEB20080579B /* sc_default_grammar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sc_default_grammar.cpp; sourceTree = "<group>"; };
ian@0 105 3CF213E8140618AA0080579B /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
ian@0 106 /* End PBXFileReference section */
ian@0 107
ian@0 108 /* Begin PBXFrameworksBuildPhase section */
ian@0 109 3CC27D1C13B7E6EC00456569 /* Frameworks */ = {
ian@0 110 isa = PBXFrameworksBuildPhase;
ian@0 111 buildActionMask = 2147483647;
ian@0 112 files = (
ian@0 113 3CD21C7213D51F9000E33C4F /* libfftw3.3.dylib in Frameworks */,
ian@0 114 3CD21C7013D506F100E33C4F /* libsndfile.dylib in Frameworks */,
ian@0 115 3CD21C6E13D4F10000E33C4F /* libboost_date_time-mt.dylib in Frameworks */,
ian@0 116 3CD21C6B13D4973A00E33C4F /* libboost_filesystem-mt.dylib in Frameworks */,
ian@0 117 3CDEC1E613F2082A0075D229 /* libboost_program_options-mt.dylib in Frameworks */,
ian@0 118 3CD21C6913D4973000E33C4F /* libboost_system-mt.dylib in Frameworks */,
ian@0 119 3CC27D2E13B8247000456569 /* libboost_thread-mt.dylib in Frameworks */,
ian@0 120 );
ian@0 121 runOnlyForDeploymentPostprocessing = 0;
ian@0 122 };
ian@0 123 /* End PBXFrameworksBuildPhase section */
ian@0 124
ian@0 125 /* Begin PBXGroup section */
ian@0 126 3C646D0613F4720B0058A207 /* src */ = {
ian@0 127 isa = PBXGroup;
ian@0 128 children = (
ian@0 129 3CF213E8140618AA0080579B /* CMakeLists.txt */,
ian@0 130 3C646D0713F4720B0058A207 /* boost_ex.hpp */,
ian@0 131 3C646D0813F4720B0058A207 /* converter.hpp */,
ian@0 132 3C646D0A13F4720B0058A207 /* evaluator.hpp */,
ian@0 133 3C646D0B13F4720B0058A207 /* feature_extractor.cpp */,
ian@0 134 3C646D0C13F4720B0058A207 /* feature_extractor.hpp */,
ian@0 135 3C646D0D13F4720B0058A207 /* file_comparer.cpp */,
ian@0 136 3C646D0E13F4720B0058A207 /* file_comparer.hpp */,
ian@0 137 3C646D0F13F4720B0058A207 /* grammar.hpp */,
ian@0 138 3C646D1013F4720B0058A207 /* graph_helpers.hpp */,
ian@0 139 3C646D1113F4720B0058A207 /* logger.cpp */,
ian@0 140 3C646D1213F4720B0058A207 /* logger.hpp */,
ian@0 141 3C646D1313F4720B0058A207 /* main.cpp */,
ian@0 142 3C646D1413F4720B0058A207 /* mfcc_analyzer.cpp */,
ian@0 143 3C646D1513F4720B0058A207 /* mfcc_analyzer.hpp */,
ian@0 144 3C646D1613F4720B0058A207 /* population.cpp */,
ian@0 145 3C646D1713F4720B0058A207 /* population.hpp */,
ian@0 146 3C646DA713F701AD0058A207 /* program_options.cpp */,
ian@0 147 3C646DAA13F701C60058A207 /* program_options.hpp */,
ian@0 148 3C646D1813F4720B0058A207 /* precompiled_header.hpp */,
ian@0 149 3C646D1913F4720B0058A207 /* range.hpp */,
ian@0 150 3C646D1A13F4720B0058A207 /* sc_converter.cpp */,
ian@0 151 3C646D1B13F4720B0058A207 /* sc_converter.hpp */,
ian@0 152 3CF213E41405FE460080579B /* sc_default_grammar.hpp */,
ian@0 153 3CF213E61405FEB20080579B /* sc_default_grammar.cpp */,
ian@0 154 3C646D1C13F4720B0058A207 /* sc_evaluator.cpp */,
ian@0 155 3C646D1D13F4720B0058A207 /* sc_evaluator.hpp */,
ian@0 156 3C646D1E13F4720B0058A207 /* sc_grammar.cpp */,
ian@0 157 3C646D1F13F4720B0058A207 /* sc_grammar.hpp */,
ian@0 158 3C646D2013F4720B0058A207 /* spectrum_analyzer.hpp */,
ian@0 159 3C646D2113F4720B0058A207 /* statistics.hpp */,
ian@0 160 3C646D2213F4720B0058A207 /* std_ex.hpp */,
ian@0 161 3C646D2313F4720B0058A207 /* synth_graph.hpp */,
ian@0 162 3C646D2413F4720B0058A207 /* window_makers.hpp */,
ian@0 163 );
ian@0 164 path = src;
ian@0 165 sourceTree = "<group>";
ian@0 166 };
ian@0 167 3CC27D1413B7E6EC00456569 = {
ian@0 168 isa = PBXGroup;
ian@0 169 children = (
ian@0 170 3C646D0613F4720B0058A207 /* src */,
ian@0 171 3CC5E41513C0099B0000CF05 /* json */,
ian@0 172 3CD21C7113D51F9000E33C4F /* libfftw3.3.dylib */,
ian@0 173 3CD21C6F13D506F100E33C4F /* libsndfile.dylib */,
ian@0 174 3CD21C6D13D4F10000E33C4F /* libboost_date_time-mt.dylib */,
ian@0 175 3CD21C6A13D4973A00E33C4F /* libboost_filesystem-mt.dylib */,
ian@0 176 3CDEC1E513F2082A0075D229 /* libboost_program_options-mt.dylib */,
ian@0 177 3CD21C6813D4973000E33C4F /* libboost_system-mt.dylib */,
ian@0 178 3CC27D2D13B8247000456569 /* libboost_thread-mt.dylib */,
ian@0 179 3CC27D2013B7E6EC00456569 /* Products */,
ian@0 180 );
ian@0 181 sourceTree = "<group>";
ian@0 182 };
ian@0 183 3CC27D2013B7E6EC00456569 /* Products */ = {
ian@0 184 isa = PBXGroup;
ian@0 185 children = (
ian@0 186 3CC27D1F13B7E6EC00456569 /* gpsynth */,
ian@0 187 );
ian@0 188 name = Products;
ian@0 189 sourceTree = "<group>";
ian@0 190 };
ian@0 191 3CC5E41513C0099B0000CF05 /* json */ = {
ian@0 192 isa = PBXGroup;
ian@0 193 children = (
ian@0 194 3CC5E41613C0099B0000CF05 /* assertions.h */,
ian@0 195 3CC5E41713C0099B0000CF05 /* autolink.h */,
ian@0 196 3CC5E41813C0099B0000CF05 /* config.h */,
ian@0 197 3CC5E41913C0099B0000CF05 /* features.h */,
ian@0 198 3CC5E41A13C0099B0000CF05 /* forwards.h */,
ian@0 199 3CC5E41B13C0099B0000CF05 /* json.h */,
ian@0 200 3CC5E41C13C0099B0000CF05 /* json_batchallocator.h */,
ian@0 201 3CC5E41D13C0099B0000CF05 /* json_internalarray.inl */,
ian@0 202 3CC5E41E13C0099B0000CF05 /* json_internalmap.inl */,
ian@0 203 3CC5E41F13C0099B0000CF05 /* json_reader.cpp */,
ian@0 204 3CC5E42013C0099B0000CF05 /* json_tool.h */,
ian@0 205 3CC5E42113C0099B0000CF05 /* json_value.cpp */,
ian@0 206 3CC5E42213C0099B0000CF05 /* json_valueiterator.inl */,
ian@0 207 3CC5E42313C0099B0000CF05 /* json_writer.cpp */,
ian@0 208 3CC5E42413C0099B0000CF05 /* LICENSE */,
ian@0 209 3CC5E42513C0099B0000CF05 /* reader.h */,
ian@0 210 3CC5E42613C0099B0000CF05 /* value.h */,
ian@0 211 3CC5E42713C0099B0000CF05 /* writer.h */,
ian@0 212 );
ian@0 213 name = json;
ian@0 214 path = third_party/json;
ian@0 215 sourceTree = "<group>";
ian@0 216 };
ian@0 217 /* End PBXGroup section */
ian@0 218
ian@0 219 /* Begin PBXNativeTarget section */
ian@0 220 3CC27D1E13B7E6EC00456569 /* gpsynth */ = {
ian@0 221 isa = PBXNativeTarget;
ian@0 222 buildConfigurationList = 3CC27D2813B7E6EC00456569 /* Build configuration list for PBXNativeTarget "gpsynth" */;
ian@0 223 buildPhases = (
ian@0 224 3CC27D1B13B7E6EC00456569 /* Sources */,
ian@0 225 3CC27D1C13B7E6EC00456569 /* Frameworks */,
ian@0 226 3CC27D1D13B7E6EC00456569 /* CopyFiles */,
ian@0 227 );
ian@0 228 buildRules = (
ian@0 229 );
ian@0 230 dependencies = (
ian@0 231 );
ian@0 232 name = gpsynth;
ian@0 233 productName = gpsynth;
ian@0 234 productReference = 3CC27D1F13B7E6EC00456569 /* gpsynth */;
ian@0 235 productType = "com.apple.product-type.tool";
ian@0 236 };
ian@0 237 /* End PBXNativeTarget section */
ian@0 238
ian@0 239 /* Begin PBXProject section */
ian@0 240 3CC27D1613B7E6EC00456569 /* Project object */ = {
ian@0 241 isa = PBXProject;
ian@0 242 attributes = {
ian@0 243 LastUpgradeCheck = 0420;
ian@0 244 };
ian@0 245 buildConfigurationList = 3CC27D1913B7E6EC00456569 /* Build configuration list for PBXProject "gpsynth" */;
ian@0 246 compatibilityVersion = "Xcode 3.2";
ian@0 247 developmentRegion = English;
ian@0 248 hasScannedForEncodings = 0;
ian@0 249 knownRegions = (
ian@0 250 en,
ian@0 251 );
ian@0 252 mainGroup = 3CC27D1413B7E6EC00456569;
ian@0 253 productRefGroup = 3CC27D2013B7E6EC00456569 /* Products */;
ian@0 254 projectDirPath = "";
ian@0 255 projectRoot = "";
ian@0 256 targets = (
ian@0 257 3CC27D1E13B7E6EC00456569 /* gpsynth */,
ian@0 258 );
ian@0 259 };
ian@0 260 /* End PBXProject section */
ian@0 261
ian@0 262 /* Begin PBXSourcesBuildPhase section */
ian@0 263 3CC27D1B13B7E6EC00456569 /* Sources */ = {
ian@0 264 isa = PBXSourcesBuildPhase;
ian@0 265 buildActionMask = 2147483647;
ian@0 266 files = (
ian@0 267 3CC5E42813C0099B0000CF05 /* json_reader.cpp in Sources */,
ian@0 268 3CC5E42913C0099B0000CF05 /* json_value.cpp in Sources */,
ian@0 269 3CC5E42A13C0099B0000CF05 /* json_writer.cpp in Sources */,
ian@0 270 3C646D2513F4720B0058A207 /* feature_extractor.cpp in Sources */,
ian@0 271 3C646D2613F4720B0058A207 /* file_comparer.cpp in Sources */,
ian@0 272 3C646D2713F4720B0058A207 /* logger.cpp in Sources */,
ian@0 273 3C646D2813F4720B0058A207 /* main.cpp in Sources */,
ian@0 274 3C646D2913F4720B0058A207 /* mfcc_analyzer.cpp in Sources */,
ian@0 275 3C646D2A13F4720B0058A207 /* population.cpp in Sources */,
ian@0 276 3C646D2B13F4720B0058A207 /* sc_converter.cpp in Sources */,
ian@0 277 3C646D2C13F4720B0058A207 /* sc_evaluator.cpp in Sources */,
ian@0 278 3C646D2D13F4720B0058A207 /* sc_grammar.cpp in Sources */,
ian@0 279 3C646DA813F701AD0058A207 /* program_options.cpp in Sources */,
ian@0 280 3CF213E71405FEB20080579B /* sc_default_grammar.cpp in Sources */,
ian@0 281 );
ian@0 282 runOnlyForDeploymentPostprocessing = 0;
ian@0 283 };
ian@0 284 /* End PBXSourcesBuildPhase section */
ian@0 285
ian@0 286 /* Begin XCBuildConfiguration section */
ian@0 287 3CC27D2613B7E6EC00456569 /* Debug */ = {
ian@0 288 isa = XCBuildConfiguration;
ian@0 289 buildSettings = {
ian@0 290 ARCHS = "$(NATIVE_ARCH_ACTUAL)";
ian@0 291 DEAD_CODE_STRIPPING = NO;
ian@0 292 GCC_C_LANGUAGE_STANDARD = gnu99;
ian@0 293 GCC_OPTIMIZATION_LEVEL = 0;
ian@0 294 GCC_PRECOMPILE_PREFIX_HEADER = YES;
ian@0 295 GCC_PREFIX_HEADER = src/precompiled_header.hpp;
ian@0 296 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
ian@0 297 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
ian@0 298 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
ian@0 299 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
ian@0 300 GCC_WARN_ABOUT_RETURN_TYPE = YES;
ian@0 301 GCC_WARN_UNUSED_VARIABLE = YES;
ian@0 302 HEADER_SEARCH_PATHS = (
ian@0 303 /usr/local/include,
ian@0 304 "$(PROJECT_DIR)/../common",
ian@0 305 "$(PROJECT_DIR)/third_party",
ian@0 306 /usr/local/include/libjson,
ian@0 307 "$(PROJECT_DIR/src",
ian@0 308 );
ian@0 309 MACOSX_DEPLOYMENT_TARGET = 10.6;
ian@0 310 ONLY_ACTIVE_ARCH = YES;
ian@0 311 SDKROOT = macosx;
ian@0 312 };
ian@0 313 name = Debug;
ian@0 314 };
ian@0 315 3CC27D2713B7E6EC00456569 /* Release */ = {
ian@0 316 isa = XCBuildConfiguration;
ian@0 317 buildSettings = {
ian@0 318 ARCHS = "$(NATIVE_ARCH_ACTUAL)";
ian@0 319 DEAD_CODE_STRIPPING = YES;
ian@0 320 GCC_C_LANGUAGE_STANDARD = gnu99;
ian@0 321 GCC_PRECOMPILE_PREFIX_HEADER = YES;
ian@0 322 GCC_PREFIX_HEADER = src/precompiled_header.hpp;
ian@0 323 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
ian@0 324 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
ian@0 325 GCC_WARN_ABOUT_RETURN_TYPE = YES;
ian@0 326 GCC_WARN_UNUSED_VARIABLE = YES;
ian@0 327 HEADER_SEARCH_PATHS = (
ian@0 328 /usr/local/include,
ian@0 329 "$(PROJECT_DIR)/../common",
ian@0 330 "$(PROJECT_DIR)/third_party",
ian@0 331 /usr/local/include/libjson,
ian@0 332 "$(PROJECT_DIR/src",
ian@0 333 );
ian@0 334 MACOSX_DEPLOYMENT_TARGET = 10.6;
ian@0 335 SDKROOT = macosx;
ian@0 336 };
ian@0 337 name = Release;
ian@0 338 };
ian@0 339 3CC27D2913B7E6EC00456569 /* Debug */ = {
ian@0 340 isa = XCBuildConfiguration;
ian@0 341 buildSettings = {
ian@0 342 ALWAYS_SEARCH_USER_PATHS = NO;
ian@0 343 COPY_PHASE_STRIP = NO;
ian@0 344 GCC_DYNAMIC_NO_PIC = NO;
ian@0 345 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
ian@0 346 GCC_PREFIX_HEADER = "$(PROJECT_DIR)/src/precompiled_header.hpp";
ian@0 347 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
ian@0 348 HEADER_SEARCH_PATHS = (
ian@0 349 /usr/local/include,
ian@0 350 "$(PROJECT_DIR)/third_party",
ian@0 351 /usr/local/include/libjson,
ian@0 352 "$(PROJECT_DIR/include",
ian@0 353 );
ian@0 354 LIBRARY_SEARCH_PATHS = (
ian@0 355 "$(inherited)",
ian@0 356 /usr/local/Cellar/fftw/3.2.2/lib,
ian@0 357 /usr/local/Cellar/libxtract/0.6.3/lib,
ian@0 358 );
ian@0 359 PRODUCT_NAME = "$(TARGET_NAME)";
ian@0 360 };
ian@0 361 name = Debug;
ian@0 362 };
ian@0 363 3CC27D2A13B7E6EC00456569 /* Release */ = {
ian@0 364 isa = XCBuildConfiguration;
ian@0 365 buildSettings = {
ian@0 366 ALWAYS_SEARCH_USER_PATHS = NO;
ian@0 367 COPY_PHASE_STRIP = YES;
ian@0 368 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ian@0 369 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
ian@0 370 GCC_PREFIX_HEADER = "$(PROJECT_DIR)/src/precompiled_header.hpp";
ian@0 371 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
ian@0 372 HEADER_SEARCH_PATHS = (
ian@0 373 /usr/local/include,
ian@0 374 "$(PROJECT_DIR)/third_party",
ian@0 375 /usr/local/include/libjson,
ian@0 376 "$(PROJECT_DIR/include",
ian@0 377 );
ian@0 378 LIBRARY_SEARCH_PATHS = (
ian@0 379 "$(inherited)",
ian@0 380 /usr/local/Cellar/fftw/3.2.2/lib,
ian@0 381 /usr/local/Cellar/libxtract/0.6.3/lib,
ian@0 382 );
ian@0 383 PRODUCT_NAME = "$(TARGET_NAME)";
ian@0 384 };
ian@0 385 name = Release;
ian@0 386 };
ian@0 387 /* End XCBuildConfiguration section */
ian@0 388
ian@0 389 /* Begin XCConfigurationList section */
ian@0 390 3CC27D1913B7E6EC00456569 /* Build configuration list for PBXProject "gpsynth" */ = {
ian@0 391 isa = XCConfigurationList;
ian@0 392 buildConfigurations = (
ian@0 393 3CC27D2613B7E6EC00456569 /* Debug */,
ian@0 394 3CC27D2713B7E6EC00456569 /* Release */,
ian@0 395 );
ian@0 396 defaultConfigurationIsVisible = 0;
ian@0 397 defaultConfigurationName = Release;
ian@0 398 };
ian@0 399 3CC27D2813B7E6EC00456569 /* Build configuration list for PBXNativeTarget "gpsynth" */ = {
ian@0 400 isa = XCConfigurationList;
ian@0 401 buildConfigurations = (
ian@0 402 3CC27D2913B7E6EC00456569 /* Debug */,
ian@0 403 3CC27D2A13B7E6EC00456569 /* Release */,
ian@0 404 );
ian@0 405 defaultConfigurationIsVisible = 0;
ian@0 406 defaultConfigurationName = Release;
ian@0 407 };
ian@0 408 /* End XCConfigurationList section */
ian@0 409 };
ian@0 410 rootObject = 3CC27D1613B7E6EC00456569 /* Project object */;
ian@0 411 }