diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-10-11 12:06:32 +0100 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-10-11 12:06:32 +0100 |
commit | af159e4c7066ea9a96f077e7e9265c8571f02053 (patch) | |
tree | 752d77d7dab832cf24118ef9f682eeb33097f0d1 /gi/markov_al/Makefile.am | |
parent | 52e09d888692be28174ddf21afbae004d84c0d89 (diff) |
check in some experimental particle filtering code, some gitignore fixes
Diffstat (limited to 'gi/markov_al/Makefile.am')
-rw-r--r-- | gi/markov_al/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gi/markov_al/Makefile.am b/gi/markov_al/Makefile.am new file mode 100644 index 00000000..fe3e3349 --- /dev/null +++ b/gi/markov_al/Makefile.am @@ -0,0 +1,6 @@ +bin_PROGRAMS = ml + +ml_SOURCES = ml.cc + +AM_CPPFLAGS = -W -Wall -Wno-sign-compare -funroll-loops -I$(top_srcdir)/utils $(GTEST_CPPFLAGS) -I$(top_srcdir)/decoder +AM_LDFLAGS = $(top_srcdir)/decoder/libcdec.a $(top_srcdir)/utils/libutils.a -lz |