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:
authorHieu Hoang <hieuhoang@Hieus-MacBook.local>2011-11-18 19:07:18 +0400
committerHieu Hoang <hieuhoang@Hieus-MacBook.local>2011-11-18 19:07:18 +0400
commitce773fc65a7a2add4ff9539b3a4e8ab99a96d057 (patch)
tree224d2995f0652c69039fb18ef48e5ab9f6825472 /moses-chart-cmd
parentcaac64a33bfb509a9be8c88b8f4dc7ff04fc50c0 (diff)
xcode
Diffstat (limited to 'moses-chart-cmd')
-rw-r--r--moses-chart-cmd/moses-chart-cmd.xcodeproj/project.pbxproj60
1 files changed, 60 insertions, 0 deletions
diff --git a/moses-chart-cmd/moses-chart-cmd.xcodeproj/project.pbxproj b/moses-chart-cmd/moses-chart-cmd.xcodeproj/project.pbxproj
index b53e7ce99..68b98f760 100644
--- a/moses-chart-cmd/moses-chart-cmd.xcodeproj/project.pbxproj
+++ b/moses-chart-cmd/moses-chart-cmd.xcodeproj/project.pbxproj
@@ -13,6 +13,8 @@
1E9DA31811BDC84A00F4DBD1 /* mbr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E9DA31111BDC84A00F4DBD1 /* mbr.cpp */; };
1E9DA31911BDC84A00F4DBD1 /* TranslationAnalysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E9DA31311BDC84A00F4DBD1 /* TranslationAnalysis.cpp */; };
1E9DA35011BDC97100F4DBD1 /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E9DA34F11BDC96A00F4DBD1 /* libOnDiskPt.a */; };
+ 1EE8C40B1476ABEC002496F2 /* liblm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE8C3EC1476AB9B002496F2 /* liblm.a */; };
+ 1EE8C40C1476ABEC002496F2 /* libutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE8C3F31476ABAF002496F2 /* libutil.a */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -44,6 +46,20 @@
remoteGlobalIDString = D2AAC045055464E500DB518D;
remoteInfo = OnDiskPt;
};
+ 1EE8C3EB1476AB9B002496F2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 1EE8C2E91476A48E002496F2;
+ remoteInfo = lm;
+ };
+ 1EE8C3F21476ABAF002496F2 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 1EE8C2711476A262002496F2;
+ remoteInfo = util;
+ };
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
@@ -69,6 +85,8 @@
1E9DA31411BDC84A00F4DBD1 /* TranslationAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationAnalysis.h; path = src/TranslationAnalysis.h; sourceTree = "<group>"; };
1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = moses.xcodeproj; path = ../moses/moses.xcodeproj; sourceTree = SOURCE_ROOT; };
1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OnDiskPt.xcodeproj; path = ../OnDiskPt/OnDiskPt.xcodeproj; sourceTree = SOURCE_ROOT; };
+ 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = lm.xcodeproj; path = ../lm/lm.xcodeproj; sourceTree = "<group>"; };
+ 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = util.xcodeproj; path = ../util/util.xcodeproj; sourceTree = "<group>"; };
8DD76F6C0486A84900D96B5E /* moses-chart-cmd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "moses-chart-cmd"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -77,6 +95,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 1EE8C40B1476ABEC002496F2 /* liblm.a in Frameworks */,
+ 1EE8C40C1476ABEC002496F2 /* libutil.a in Frameworks */,
1E87F09311BDCD2E0033951C /* libmoses.a in Frameworks */,
1E9DA35011BDC97100F4DBD1 /* libOnDiskPt.a in Frameworks */,
);
@@ -88,6 +108,8 @@
08FB7794FE84155DC02AAC07 /* moses-chart-cmd */ = {
isa = PBXGroup;
children = (
+ 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */,
+ 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */,
1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */,
1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */,
08FB7795FE84155DC02AAC07 /* Source */,
@@ -136,6 +158,22 @@
name = Products;
sourceTree = "<group>";
};
+ 1EE8C3E81476AB9B002496F2 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 1EE8C3EC1476AB9B002496F2 /* liblm.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 1EE8C3EF1476ABAE002496F2 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 1EE8C3F31476ABAF002496F2 /* libutil.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
C6859E8C029090F304C91782 /* Documentation */ = {
isa = PBXGroup;
children = (
@@ -185,6 +223,10 @@
projectDirPath = "";
projectReferences = (
{
+ ProductGroup = 1EE8C3E81476AB9B002496F2 /* Products */;
+ ProjectRef = 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */;
+ },
+ {
ProductGroup = 1E9DA33411BDC8BB00F4DBD1 /* Products */;
ProjectRef = 1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */;
},
@@ -192,6 +234,10 @@
ProductGroup = 1E9DA34B11BDC96A00F4DBD1 /* Products */;
ProjectRef = 1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */;
},
+ {
+ ProductGroup = 1EE8C3EF1476ABAE002496F2 /* Products */;
+ ProjectRef = 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */;
+ },
);
projectRoot = "";
targets = (
@@ -215,6 +261,20 @@
remoteRef = 1E9DA34E11BDC96A00F4DBD1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
+ 1EE8C3EC1476AB9B002496F2 /* liblm.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = liblm.a;
+ remoteRef = 1EE8C3EB1476AB9B002496F2 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 1EE8C3F31476ABAF002496F2 /* libutil.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libutil.a;
+ remoteRef = 1EE8C3F21476ABAF002496F2 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
/* End PBXReferenceProxy section */
/* Begin PBXSourcesBuildPhase section */