git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3664 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
hieuhoang1972 2010-10-27 03:14:11 +00:00
parent bb08dcb5b6
commit 34e7c43114
4 changed files with 26 additions and 10 deletions

View File

@ -57,6 +57,10 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
@ -72,6 +76,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION

View File

@ -17,7 +17,6 @@
1EBB16D8126C158600AE6102 /* ersatz_progress.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C0126C158600AE6102 /* ersatz_progress.hh */; };
1EBB16D9126C158600AE6102 /* exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C1126C158600AE6102 /* exception.cc */; };
1EBB16DA126C158600AE6102 /* exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C2126C158600AE6102 /* exception.hh */; };
1EBB16DB126C158600AE6102 /* file_piece_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C3126C158600AE6102 /* file_piece_test.cc */; };
1EBB16DC126C158600AE6102 /* file_piece.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C4126C158600AE6102 /* file_piece.cc */; };
1EBB16DD126C158600AE6102 /* file_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB16C5126C158600AE6102 /* file_piece.hh */; };
1EBB16DE126C158600AE6102 /* joint_sort_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBB16C6126C158600AE6102 /* joint_sort_test.cc */; };
@ -63,7 +62,6 @@
1EBB16C0126C158600AE6102 /* ersatz_progress.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ersatz_progress.hh; path = util/ersatz_progress.hh; sourceTree = "<group>"; };
1EBB16C1126C158600AE6102 /* exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exception.cc; path = util/exception.cc; sourceTree = "<group>"; };
1EBB16C2126C158600AE6102 /* exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = exception.hh; path = util/exception.hh; sourceTree = "<group>"; };
1EBB16C3126C158600AE6102 /* file_piece_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_piece_test.cc; path = util/file_piece_test.cc; sourceTree = "<group>"; };
1EBB16C4126C158600AE6102 /* file_piece.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_piece.cc; path = util/file_piece.cc; sourceTree = "<group>"; };
1EBB16C5126C158600AE6102 /* file_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = file_piece.hh; path = util/file_piece.hh; sourceTree = "<group>"; };
1EBB16C6126C158600AE6102 /* joint_sort_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = joint_sort_test.cc; path = util/joint_sort_test.cc; sourceTree = "<group>"; };
@ -142,7 +140,6 @@
1EBB16C0126C158600AE6102 /* ersatz_progress.hh */,
1EBB16C1126C158600AE6102 /* exception.cc */,
1EBB16C2126C158600AE6102 /* exception.hh */,
1EBB16C3126C158600AE6102 /* file_piece_test.cc */,
1EBB16C4126C158600AE6102 /* file_piece.cc */,
1EBB16C5126C158600AE6102 /* file_piece.hh */,
1EBB16C6126C158600AE6102 /* joint_sort_test.cc */,
@ -266,7 +263,6 @@
1E2B85C412555DB1000770D6 /* lm_exception.cc in Sources */,
1EBB16D7126C158600AE6102 /* ersatz_progress.cc in Sources */,
1EBB16D9126C158600AE6102 /* exception.cc in Sources */,
1EBB16DB126C158600AE6102 /* file_piece_test.cc in Sources */,
1EBB16DC126C158600AE6102 /* file_piece.cc in Sources */,
1EBB16DE126C158600AE6102 /* joint_sort_test.cc in Sources */,
1EBB16E0126C158600AE6102 /* key_value_packing_test.cc in Sources */,

View File

@ -336,7 +336,7 @@
HEADER_SEARCH_PATHS = ../moses/src;
INSTALL_PATH = /usr/local/bin;
LIBRARY_SEARCH_PATHS = (
../irstlm/lib/i386,
../irstlm/lib,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
@ -364,7 +364,7 @@
HEADER_SEARCH_PATHS = ../moses/src;
INSTALL_PATH = /usr/local/bin;
LIBRARY_SEARCH_PATHS = (
../irstlm/lib/i386,
../irstlm/lib,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,

View File

@ -53,7 +53,14 @@
isa = PBXContainerItemProxy;
containerPortal = 1EBB1752126C169000AE6102 /* kenlm.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC046055464E500DB518D /* libkenlm.a */;
remoteGlobalIDString = D2AAC046055464E500DB518D;
remoteInfo = kenlm;
};
1ED0E9661277CFC500AC18B1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1EBB1752126C169000AE6102 /* kenlm.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC045055464E500DB518D /* kenlm */;
remoteInfo = kenlm;
};
/* End PBXContainerItemProxy section */
@ -189,6 +196,7 @@
dependencies = (
03306D780C0B244800CA1311 /* PBXTargetDependency */,
1CE6472E1167A11600EC77CC /* PBXTargetDependency */,
1ED0E9671277CFC500AC18B1 /* PBXTargetDependency */,
);
name = "moses-cmd";
productInstallPath = "$(HOME)/bin";
@ -277,6 +285,11 @@
name = OnDiskPt;
targetProxy = 1CE6472D1167A11600EC77CC /* PBXContainerItemProxy */;
};
1ED0E9671277CFC500AC18B1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = kenlm;
targetProxy = 1ED0E9661277CFC500AC18B1 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
@ -299,7 +312,7 @@
HEADER_SEARCH_PATHS = ../moses/src;
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = (
../irstlm/lib/i386,
../irstlm/lib/,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
@ -337,7 +350,7 @@
HEADER_SEARCH_PATHS = ../moses/src;
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = (
../irstlm/lib/i386,
../irstlm/lib/,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,
@ -367,7 +380,7 @@
HEADER_SEARCH_PATHS = ../moses/src;
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = (
../irstlm/lib/i386,
../irstlm/lib/,
../srilm/lib/macosx,
../kenlm/lm,
../randlm/lib,