diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-26 14:55:38 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-26 14:55:38 -0400 |
commit | 427d2be0040c28bba680c48aca9514ef932ecb56 (patch) | |
tree | 7e57311025c30375c46a3db352b76cf308f7c4f2 /creg/Makefile.am | |
parent | c6ef1c92d2da273fd5a413b5166a9acc8ebb1e5f (diff) |
remove creg
Diffstat (limited to 'creg/Makefile.am')
-rw-r--r-- | creg/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/creg/Makefile.am b/creg/Makefile.am deleted file mode 100644 index 9e25b838..00000000 --- a/creg/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -bin_PROGRAMS = \ - creg - -creg_SOURCES = creg.cc json_feature_map_lexer.cc -creg_LDADD = $(top_srcdir)/training/liblbfgs/liblbfgs.a $(top_srcdir)/utils/libutils.a -lz - -json_feature_map_lexer.cc: json_feature_map_lexer.ll - $(LEX) -s -8 -CF -o$@ $< - -AM_CPPFLAGS = -W -Wall -DNDEBUG -I$(top_srcdir)/utils -I$(top_srcdir)/training - |