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

Makefile.am « src « OnDiskPt - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 063c4f780b45b48854a92456b81c4a75ae5c9a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
lib_LIBRARIES = libOnDiskPt.a
AM_CPPFLAGS = -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
libOnDiskPt_a_SOURCES = \
	OnDiskWrapper.cpp \
	SourcePhrase.cpp \
	TargetPhrase.cpp \
	Word.cpp \
	Phrase.cpp \
	PhraseNode.cpp \
	TargetPhraseCollection.cpp \
  	Vocab.cpp