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 'irstlm/src/Makefile.am')
-rw-r--r--irstlm/src/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/irstlm/src/Makefile.am b/irstlm/src/Makefile.am
deleted file mode 100644
index 0cc7935f9..000000000
--- a/irstlm/src/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-lib_LIBRARIES = libirstlm.a
-
-libirstlm_a_SOURCES = \
- dictionary.cpp \
- htable.cpp \
- lmtable.cpp \
- mempool.cpp \
- ngram.cpp
-
-library_includedir=$(includedir)
-library_include_HEADERS = dictionary.h lmtable.h ngram.h
-
-bin_PROGRAMS = compile-lm quantize-lm
-
-AM_LDFLAGS=-L .
-LIBS=-lirstlm
-
-compile_lm_SOURCES = compile-lm.cpp
-quantize_lm_SOURCES = quantize-lm.cpp
-