summaryrefslogtreecommitdiff
path: root/phrasinator/Makefile.am
blob: 486cd21be835c097be26d18d539cf99d47fb63db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin_PROGRAMS = gibbs_train_plm gibbs_train_plm_notables

#head_bigram_model

gibbs_train_plm_notables_SOURCES = gibbs_train_plm.notables.cc
gibbs_train_plm_notables_LDADD = $(top_srcdir)/utils/libutils.a -lz

gibbs_train_plm_SOURCES = gibbs_train_plm.cc
gibbs_train_plm_LDADD = $(top_srcdir)/utils/libutils.a -lz

#head_bigram_model_SOURCES = head_bigram_model.cc
#head_bigram_model_LDADD = $(top_srcdir)/utils/libutils.a -lz

AM_CPPFLAGS = -funroll-loops -ffast-math -W -Wall -Werror -I$(top_srcdir)/utils