summaryrefslogtreecommitdiff
path: root/utils/synutils/Makefile.am
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-10-07 17:12:32 -0400
committerWu, Ke <wuke@cs.umd.edu>2014-10-07 17:12:32 -0400
commitcc9bfaeafad972cfe40e6cb804f60adba0c17be1 (patch)
tree87589f120385e2ded4337e4d3683431fe4ced5a2 /utils/synutils/Makefile.am
parentb559c5db28f86b506fbfe152fde027d2fa408111 (diff)
Import synutils
Diffstat (limited to 'utils/synutils/Makefile.am')
-rw-r--r--utils/synutils/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/synutils/Makefile.am b/utils/synutils/Makefile.am
new file mode 100644
index 00000000..f87f1f8a
--- /dev/null
+++ b/utils/synutils/Makefile.am
@@ -0,0 +1,16 @@
+bin_PROGRAMS = const_reorder_model_trainer
+
+const_reorder_model_trainer_SOURCES = constituent_reorder_model.cc
+const_reorder_model_trainer_LDADD = libfeature.a maxent-3.0/libtsuruoka_maxent.a -lgfortran
+
+noinst_LIBRARIES = libfeature.a
+
+libfeature_a_SOURCES = \
+ alignment.h \
+ srl_sentence.h \
+ tree.h \
+ utility.h \
+ argument_reorder_model.h \
+ tsuruoka_maxent.h
+
+AM_CPPFLAGS = -W -Wall -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/synutils/maxent-3.0