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:
authorKenneth Heafield <github@kheafield.com>2011-12-01 21:17:28 +0400
committerKenneth Heafield <github@kheafield.com>2011-12-01 21:17:28 +0400
commit42975b0635f8b2707780c01a00da286f074224e1 (patch)
tree772502d3f89270f9774f96fbe0cf77881967e8d2 /OnDiskPt/src/Makefile.am
parent9b5ded8b5f907fa54984b2cb68c57a3c4950fd4a (diff)
No more autotools (with bhaddow in the room)
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
-
-
-