summaryrefslogtreecommitdiff
path: root/utils/synutils/maxent-3.0/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
commitf762dbbf10a8204d0d0b82e9acb29feacd3b3bb4 (patch)
tree5b775aaed0a060ec13626eb90dba583e59feddc6 /utils/synutils/maxent-3.0/Makefile.am
parentd88186af251ecae60974b20395ce75807bfdda35 (diff)
Import synutils
Diffstat (limited to 'utils/synutils/maxent-3.0/Makefile.am')
-rw-r--r--utils/synutils/maxent-3.0/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/synutils/maxent-3.0/Makefile.am b/utils/synutils/maxent-3.0/Makefile.am
new file mode 100644
index 00000000..64bb038c
--- /dev/null
+++ b/utils/synutils/maxent-3.0/Makefile.am
@@ -0,0 +1,10 @@
+noinst_LIBRARIES = libtsuruoka_maxent.a
+
+libtsuruoka_maxent_a_SOURCES = \
+ lbfgs.cpp \
+ maxent.cpp \
+ owlqn.cpp \
+ sgd.cpp
+
+AM_CPPFLAGS = -W -Wall
+