From b317e0efd2398d75d70e027bb1e2cf442e683981 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Fri, 27 Jul 2012 17:31:00 -0400 Subject: remove old suffix array extractor (use the one in python/ instead) --- sa-extract/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sa-extract/Makefile (limited to 'sa-extract/Makefile') diff --git a/sa-extract/Makefile b/sa-extract/Makefile deleted file mode 100644 index 10d14521..00000000 --- a/sa-extract/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -%.c: %.pyx - cython -X cdivision=True $< -o $@ - -%.o: %.cc - g++ -O6 -g -fPIC -c $< - -all: cstrmap.c strmap.cc rule.c sym.c cdat.c cintlist.c cfloatlist.c calignment.c csuf.c clex.c rulefactory.c cveb.c lcp.c precomputation.c - python setup.py build - -clean: - rm -f cdat.c cstrmap.c sym.c rule.c cintlist.c cfloatlist.c calignment.c csuf.c clex.c rulefactory.c cveb.c lcp.c precomputation.c *.so *.o *.cxx *~ *.pyc - rm -rf build -- cgit v1.2.3