[irstlm] 99/126: fixed compilation scripts
Giulio Paci
giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:46:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
giuliopaci-guest pushed a commit to annotated tag adaptiveLM.v0.1
in repository irstlm.
commit 83ad5d48c2de2a7852b9a7a44e1cc28a97e20f1e
Author: nicolabertoldi <bertoldi at fbk.eu>
Date: Mon Sep 21 16:23:48 2015 +0200
fixed compilation scripts
---
src/CMakeLists.txt | 6 +-----
src/Makefile.am | 4 +++-
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ca7ebf8..2300afc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -6,9 +6,6 @@ ADD_DEFINITIONS("-D_LARGE_FILES")
ADD_DEFINITIONS("-D_FILE_OFFSET_BITS=64")
ADD_DEFINITIONS("-DMYCODESIZE=3")
ADD_DEFINITIONS("-DDEBUG")
-<<<<<<< HEAD
-ADD_DEFINITIONS("-DTRACE_LEVEL=1")
-=======
#ADD_DEFINITIONS("-DTRACE_LEVEL=1")
if (TRACE_LEVEL)
@@ -22,7 +19,6 @@ endif()
if (SOLUTION)
ADD_DEFINITIONS("-DSOLUTION_${SOLUTION}")
endif()
->>>>>>> 95d5d6f683175a7f0fed8815fd89ca3da3717578
if (CXX0)
MESSAGE( STATUS "HAVE_CXX0=true; hence, variable HAVE_CXX0 is set" )
@@ -72,7 +68,7 @@ SET( LIB_IRSTLM_SRC
ADD_LIBRARY(irstlm STATIC ${LIB_IRSTLM_SRC})
LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
-FOREACH(CMD dict ngt tlm dtsel plsa cswa compile-lm interpolate-lm prune-lm quantize-lm score-lm)
+FOREACH(CMD dict ngt tlm dtsel plsa cswa compile-lm interpolate-lm prune-lm quantize-lm score-lm verify-caching context-dependent-evaluation)
ADD_EXECUTABLE(${CMD} ${CMD}.cpp)
TARGET_LINK_LIBRARIES (${CMD} irstlm -lm -lz -lpthread)
diff --git a/src/Makefile.am b/src/Makefile.am
index 1f8a065..c5de92b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,7 +69,7 @@ libirstlm_la_LIBADD = $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB)
LDADD = -lirstlm -lpthread
DEPENDENCIES = libirstlm.la
-bin_PROGRAMS = dict ngt dtsel compile-lm interpolate-lm prune-lm quantize-lm prune-lm score-lm tlm plsa verify-caching cswa
+bin_PROGRAMS = dict ngt dtsel compile-lm interpolate-lm prune-lm quantize-lm prune-lm score-lm tlm plsa verify-caching cswa context-dependent-evaluation
dict_SOURCES = dict.cpp
dict_DEPENDENCIES = $(DEPENDENCIES)
@@ -95,3 +95,5 @@ verify_caching_SOURCES = verify-caching.cpp
verify_caching_DEPENDENCIES = $(DEPENDENCIES)
cswa_SOURCES = cswa.cpp
cswa_DEPENDENCIES = $(DEPENDENCIES)
+context_dependent_evaluation_SOURCES = context-dependent-evaluation.cpp
+context_dependent_evaluation_DEPENDENCIES = $(DEPENDENCIES)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/irstlm.git
More information about the debian-science-commits
mailing list