diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-13 17:09:34 -0700 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-13 17:09:34 -0700 |
commit | 7001792f10cb17d88ed2d4c58364b6304bbd0816 (patch) | |
tree | 65689bf82f97be5834d5d2e570cbad92e5f373f6 /utils/Makefile.am | |
parent | b56da6f08c4f59b562a102671ac3deb135b0538a (diff) |
put creg in its own top-level folder
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index b7da0f06..46650c75 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -33,16 +33,12 @@ libutils_a_SOURCES = \ sparse_vector.cc \ timing_stats.cc \ verbose.cc \ - json_feature_map_lexer.cc \ weights.cc if HAVE_CMPH libutils_a_SOURCES += perfect_hash.cc endif -json_feature_map_lexer.cc: json_feature_map_lexer.ll - $(LEX) -s -8 -CF -o$@ $< - phmt_SOURCES = phmt.cc ts_SOURCES = ts.cc m_test_SOURCES = m_test.cc |