summaryrefslogtreecommitdiff
path: root/gi/pyp-topics
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-23 18:30:15 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-23 18:30:15 +0000
commit07b77612b392adc4aa7ab8c5d5438e6211e36ace (patch)
tree9d16bfcc5c08e98a7da0a1ef547efc137bb2c3ed /gi/pyp-topics
parent367d09306da18663870f7200e81fce14b86bec12 (diff)
use centralized make
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@12 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics')
-rw-r--r--gi/pyp-topics/src/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/gi/pyp-topics/src/Makefile.am b/gi/pyp-topics/src/Makefile.am
new file mode 100644
index 00000000..51b47294
--- /dev/null
+++ b/gi/pyp-topics/src/Makefile.am
@@ -0,0 +1,7 @@
+bin_PROGRAMS = pyp-topics-train
+
+pyp_topics_train_SOURCES = corpus.cc gammadist.c gzstream.cc mt19937ar.c pyp-topics.cc train.cc
+pyp_topics_train_LDADD = -lz
+
+AM_CPPFLAGS = -W -Wall -Wno-sign-compare -funroll-loops
+