summaryrefslogtreecommitdiff
path: root/latent_svm/Makefile.am
diff options
context:
space:
mode:
authorAvneesh <avneesh@cmu.edu>2012-09-28 11:09:33 -0700
committerAvneesh <avneesh@cmu.edu>2012-09-28 11:09:33 -0700
commita95dc528678ef59d8c970d6eb16a581ec58f2539 (patch)
tree2e69d4292c3b03b0c95900c272159b0c04a05264 /latent_svm/Makefile.am
parente1d05e2d73abe9574cb938764976583bba936578 (diff)
adding latent SSVM code, modified Makefile.am and configure.ac files
Diffstat (limited to 'latent_svm/Makefile.am')
-rw-r--r--latent_svm/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/latent_svm/Makefile.am b/latent_svm/Makefile.am
new file mode 100644
index 00000000..673b9159
--- /dev/null
+++ b/latent_svm/Makefile.am
@@ -0,0 +1,6 @@
+bin_PROGRAMS = latent_svm
+
+latent_svm_SOURCES = latent_svm.cc
+latent_svm_LDADD = $(top_srcdir)/decoder/libcdec.a $(top_srcdir)/mteval/libmteval.a $(top_srcdir)/utils/libutils.a ../klm/lm/libklm.a ../klm/util/libklm_util.a -lz
+
+AM_CPPFLAGS = -W -Wall -Wno-sign-compare -I$(top_srcdir)/utils -I$(top_srcdir)/decoder -I$(top_srcdir)/mteval