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:
Diffstat (limited to 'OnDiskPt/src/Makefile.am')
-rw-r--r--OnDiskPt/src/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/OnDiskPt/src/Makefile.am b/OnDiskPt/src/Makefile.am
deleted file mode 100644
index 7070e372a..000000000
--- a/OnDiskPt/src/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-lib_LIBRARIES = libOnDiskPt.a
-AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES $(BOOST_CPPFLAGS)
-libOnDiskPt_a_SOURCES = \
- OnDiskWrapper.cpp \
- SourcePhrase.cpp \
- TargetPhrase.cpp \
- Word.cpp \
- Phrase.cpp \
- PhraseNode.cpp \
- TargetPhraseCollection.cpp \
- Vocab.cpp
-
-
-