ShiLiang Zhang
2024-05-08 d42c45c60a4144059d0ea930f971d7b43c79de53
1
2
3
4
5
6
7
# Additionnal definitions needed to make with IRSTLM toolkit
 
# Assumes IRSTLM includes and libraries have been installed under 
#   $(SRCDIR)/../lmtoolkit/include/irstlm and $(SRCDIR)/../lmtoolkit/lib/irstlm
 
EXTRA_CXXFLAGS = -DHAVE_IRSTLM -I$(SRCDIR)/../lmtoolkit/include -Wno-sign-compare
EXTRA_LDLIBS = $(SRCDIR)/../lmtoolkit/lib/irstlm/x86_64-apple-darwin10.0/libirstlm.a -lz