summaryrefslogtreecommitdiff
path: root/utils/synutils/maxent-3.0/Makefile.am
blob: 64bb038cd8e2ea9f5a620ed0864077ddb5de9502 (plain)
1
2
3
4
5
6
7
8
9
10
noinst_LIBRARIES = libtsuruoka_maxent.a

libtsuruoka_maxent_a_SOURCES = \
  lbfgs.cpp \
  maxent.cpp \
  owlqn.cpp \
  sgd.cpp 
  
AM_CPPFLAGS = -W -Wall