diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-07 17:12:32 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-07 17:12:32 -0400 |
commit | f762dbbf10a8204d0d0b82e9acb29feacd3b3bb4 (patch) | |
tree | 5b775aaed0a060ec13626eb90dba583e59feddc6 /utils/synutils/maxent-3.0/Makefile.am | |
parent | d88186af251ecae60974b20395ce75807bfdda35 (diff) |
Import synutils
Diffstat (limited to 'utils/synutils/maxent-3.0/Makefile.am')
-rw-r--r-- | utils/synutils/maxent-3.0/Makefile.am | 10 |
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 + |