Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/other-builds/all.workspace21
-rw-r--r--contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project144
-rw-r--r--contrib/other-builds/extract/extract.project112
-rw-r--r--contrib/other-builds/manual-label/manual-label.project112
-rw-r--r--contrib/other-builds/util/util.project154
5 files changed, 543 insertions, 0 deletions
diff --git a/contrib/other-builds/all.workspace b/contrib/other-builds/all.workspace
new file mode 100644
index 000000000..70116338a
--- /dev/null
+++ b/contrib/other-builds/all.workspace
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeLite_Workspace Name="all" Database="all.tags">
+ <Project Name="manual-label" Path="manual-label/manual-label.project" Active="No"/>
+ <Project Name="extract" Path="extract/extract.project" Active="No"/>
+ <Project Name="util" Path="util/util.project" Active="No"/>
+ <Project Name="extract-mixed-syntax" Path="extract-mixed-syntax/extract-mixed-syntax.project" Active="Yes"/>
+ <BuildMatrix>
+ <WorkspaceConfiguration Name="Debug" Selected="yes">
+ <Project Name="manual-label" ConfigName="Debug"/>
+ <Project Name="extract" ConfigName="Debug"/>
+ <Project Name="util" ConfigName="Debug"/>
+ <Project Name="extract-mixed-syntax" ConfigName="Debug"/>
+ </WorkspaceConfiguration>
+ <WorkspaceConfiguration Name="Release" Selected="yes">
+ <Project Name="manual-label" ConfigName="Release"/>
+ <Project Name="extract" ConfigName="Release"/>
+ <Project Name="util" ConfigName="Release"/>
+ <Project Name="extract-mixed-syntax" ConfigName="Release"/>
+ </WorkspaceConfiguration>
+ </BuildMatrix>
+</CodeLite_Workspace>
diff --git a/contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project b/contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project
new file mode 100644
index 000000000..f0a040f60
--- /dev/null
+++ b/contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeLite_Project Name="extract-mixed-syntax" InternalType="Console">
+ <Description/>
+ <Dependencies/>
+ <VirtualDirectory Name="src"/>
+ <VirtualDirectory Name="extract-mixed-syntax">
+ <File Name="../../../phrase-extract/extract-mixed-syntax/AlignedSentence.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/AlignedSentence.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/AlignedSentenceSyntax.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/AlignedSentenceSyntax.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/ConsistentPhrase.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/ConsistentPhrase.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/ConsistentPhrases.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/ConsistentPhrases.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/gzfilebuf.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/InputFileStream.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/InputFileStream.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Main.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Main.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/NonTerm.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/NonTerm.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Parameter.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Parameter.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Phrase.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Phrase.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Property.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Property.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/pugiconfig.hpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/pugixml.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/pugixml.hpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Rule.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Rule.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/RulePhrase.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/RulePhrase.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Rules.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Rules.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/RuleSymbol.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/RuleSymbol.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/SyntaxTree.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/SyntaxTree.h"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Word.cpp"/>
+ <File Name="../../../phrase-extract/extract-mixed-syntax/Word.h"/>
+ <File Name="../../../phrase-extract/OutputFileStream.cpp"/>
+ <File Name="../../../phrase-extract/OutputFileStream.h"/>
+ </VirtualDirectory>
+ <Settings Type="Executable">
+ <GlobalSettings>
+ <Compiler Options="" C_Options="" Assembler="">
+ <IncludePath Value="."/>
+ </Compiler>
+ <Linker Options="">
+ <LibraryPath Value="."/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
+ <Configuration Name="Debug" CompilerType="clang( based on LLVM 3.5svn )" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-g;-O0;-Wall" C_Options="-g;-O0;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder"/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder/phrase-extract"/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder/boost/include"/>
+ </Compiler>
+ <Linker Options="" Required="yes">
+ <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/boost/lib64"/>
+ <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/contrib/other-builds/util/Debug"/>
+ <Library Value="util"/>
+ <Library Value="boost_iostreams"/>
+ <Library Value="boost_program_options"/>
+ <Library Value="z"/>
+ </Linker>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ <Configuration Name="Release" CompilerType="clang( based on LLVM 3.5svn )" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-O2;-Wall" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <Preprocessor Value="NDEBUG"/>
+ </Compiler>
+ <Linker Options="" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ </Settings>
+</CodeLite_Project>
diff --git a/contrib/other-builds/extract/extract.project b/contrib/other-builds/extract/extract.project
new file mode 100644
index 000000000..ac74607f2
--- /dev/null
+++ b/contrib/other-builds/extract/extract.project
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeLite_Project Name="extract" InternalType="Console">
+ <Description/>
+ <Dependencies/>
+ <VirtualDirectory Name="src">
+ <File Name="../../../phrase-extract/extract-main.cpp"/>
+ <File Name="../../../phrase-extract/InputFileStream.cpp"/>
+ <File Name="../../../phrase-extract/InputFileStream.h"/>
+ <File Name="../../../phrase-extract/OutputFileStream.cpp"/>
+ <File Name="../../../phrase-extract/OutputFileStream.h"/>
+ <File Name="../../../phrase-extract/SentenceAlignment.cpp"/>
+ <File Name="../../../phrase-extract/SentenceAlignment.h"/>
+ <File Name="../../../phrase-extract/tables-core.cpp"/>
+ <File Name="../../../phrase-extract/tables-core.h"/>
+ </VirtualDirectory>
+ <Settings Type="Executable">
+ <GlobalSettings>
+ <Compiler Options="" C_Options="" Assembler="">
+ <IncludePath Value="."/>
+ </Compiler>
+ <Linker Options="">
+ <LibraryPath Value="."/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
+ <Configuration Name="Debug" CompilerType="GCC" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-g;-O0;-Wall" C_Options="-g;-O0;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder"/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder/boost/include"/>
+ </Compiler>
+ <Linker Options="" Required="yes">
+ <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/boost/lib64"/>
+ <Library Value="boost_iostreams"/>
+ <Library Value="z"/>
+ </Linker>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ <Configuration Name="Release" CompilerType="GCC" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-O2;-Wall" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <Preprocessor Value="NDEBUG"/>
+ </Compiler>
+ <Linker Options="" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ </Settings>
+ <Dependencies Name="Debug"/>
+ <Dependencies Name="Release"/>
+</CodeLite_Project>
diff --git a/contrib/other-builds/manual-label/manual-label.project b/contrib/other-builds/manual-label/manual-label.project
new file mode 100644
index 000000000..2bc69a6ca
--- /dev/null
+++ b/contrib/other-builds/manual-label/manual-label.project
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeLite_Project Name="manual-label" InternalType="Console">
+ <Description/>
+ <Dependencies/>
+ <VirtualDirectory Name="manual-label">
+ <File Name="DeEn.cpp"/>
+ <File Name="DeEn.h"/>
+ <File Name="EnOpenNLPChunker.cpp"/>
+ <File Name="EnOpenNLPChunker.h"/>
+ <File Name="EnPhrasalVerb.cpp"/>
+ <File Name="EnPhrasalVerb.h"/>
+ <File Name="LabelByInitialLetter.cpp"/>
+ <File Name="LabelByInitialLetter.h"/>
+ <File Name="Main.cpp"/>
+ <File Name="Main.h"/>
+ </VirtualDirectory>
+ <Settings Type="Executable">
+ <GlobalSettings>
+ <Compiler Options="" C_Options="" Assembler="">
+ <IncludePath Value="."/>
+ </Compiler>
+ <Linker Options="">
+ <LibraryPath Value="."/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
+ <Configuration Name="Debug" CompilerType="GCC" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-g;-O0;-Wall" C_Options="-g;-O0;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder"/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder/boost/include"/>
+ </Compiler>
+ <Linker Options="" Required="yes">
+ <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/boost/lib64"/>
+ <Library Value="boost_program_options"/>
+ </Linker>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ <Configuration Name="Release" CompilerType="GCC" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-O2;-Wall" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <Preprocessor Value="NDEBUG"/>
+ </Compiler>
+ <Linker Options="" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ </Settings>
+ <Dependencies Name="Debug"/>
+ <Dependencies Name="Release"/>
+</CodeLite_Project>
diff --git a/contrib/other-builds/util/util.project b/contrib/other-builds/util/util.project
new file mode 100644
index 000000000..573c78296
--- /dev/null
+++ b/contrib/other-builds/util/util.project
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeLite_Project Name="util" InternalType="Library">
+ <Description/>
+ <Dependencies/>
+ <VirtualDirectory Name="src"/>
+ <VirtualDirectory Name="include"/>
+ <VirtualDirectory Name="util">
+ <File Name="../../../util/bit_packing.cc"/>
+ <File Name="../../../util/bit_packing_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/cat_compressed_main.cc"/>
+ <File Name="../../../util/ersatz_progress.cc"/>
+ <File Name="../../../util/exception.cc"/>
+ <File Name="../../../util/file.cc"/>
+ <File Name="../../../util/file_piece.cc"/>
+ <File Name="../../../util/file_piece_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/getopt.c"/>
+ <File Name="../../../util/joint_sort_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/mmap.cc"/>
+ <File Name="../../../util/multi_intersection_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/murmur_hash.cc"/>
+ <File Name="../../../util/parallel_read.cc"/>
+ <File Name="../../../util/pcqueue_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/pool.cc"/>
+ <File Name="../../../util/probing_hash_table_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/read_compressed.cc"/>
+ <File Name="../../../util/read_compressed_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/scoped.cc"/>
+ <File Name="../../../util/sized_iterator_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/sorted_uniform_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/string_piece.cc"/>
+ <File Name="../../../util/tokenize_piece_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/usage.cc"/>
+ </VirtualDirectory>
+ <VirtualDirectory Name="double-conversion">
+ <File Name="../../../util/double-conversion/bignum-dtoa.cc"/>
+ <File Name="../../../util/double-conversion/bignum-dtoa.h"/>
+ <File Name="../../../util/double-conversion/bignum.cc"/>
+ <File Name="../../../util/double-conversion/bignum.h"/>
+ <File Name="../../../util/double-conversion/cached-powers.cc"/>
+ <File Name="../../../util/double-conversion/cached-powers.h"/>
+ <File Name="../../../util/double-conversion/diy-fp.cc"/>
+ <File Name="../../../util/double-conversion/diy-fp.h"/>
+ <File Name="../../../util/double-conversion/double-conversion.cc"/>
+ <File Name="../../../util/double-conversion/double-conversion.h"/>
+ <File Name="../../../util/double-conversion/fast-dtoa.cc"/>
+ <File Name="../../../util/double-conversion/fast-dtoa.h"/>
+ <File Name="../../../util/double-conversion/fixed-dtoa.cc"/>
+ <File Name="../../../util/double-conversion/fixed-dtoa.h"/>
+ <File Name="../../../util/double-conversion/ieee.h"/>
+ <File Name="../../../util/double-conversion/strtod.cc"/>
+ <File Name="../../../util/double-conversion/strtod.h"/>
+ <File Name="../../../util/double-conversion/utils.h"/>
+ </VirtualDirectory>
+ <VirtualDirectory Name="stream">
+ <File Name="../../../util/stream/chain.cc"/>
+ <File Name="../../../util/stream/io.cc"/>
+ <File Name="../../../util/stream/io_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/stream/line_input.cc"/>
+ <File Name="../../../util/stream/multi_progress.cc"/>
+ <File Name="../../../util/stream/sort_test.cc" ExcludeProjConfig="Debug"/>
+ <File Name="../../../util/stream/stream_test.cc" ExcludeProjConfig="Debug"/>
+ </VirtualDirectory>
+ <Settings Type="Static Library">
+ <GlobalSettings>
+ <Compiler Options="" C_Options="" Assembler="">
+ <IncludePath Value="."/>
+ </Compiler>
+ <Linker Options="">
+ <LibraryPath Value="."/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
+ <Configuration Name="Debug" CompilerType="GCC" DebuggerType="LLDB Debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder"/>
+ <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder/boost/include"/>
+ </Compiler>
+ <Linker Options="" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/lib$(ProjectName).a" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName/>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ <Configuration Name="Release" CompilerType="GCC" DebuggerType="LLDB Debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ </Compiler>
+ <Linker Options="" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/lib$(ProjectName).a" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName/>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ </Settings>
+ <Dependencies Name="Debug"/>
+ <Dependencies Name="Release"/>
+</CodeLite_Project>