check_SCRIPTS = acceptance.sh EXTRA_DIST = acceptance.sh.ss \ test1.e2y \ test1visitor.h \ test1ast.h \ test1yacc.y \ test1tv.h \ test1tv.cpp \ test2.e2y \ test2visitor.h \ test2ast.h \ test2yacc.y \ test2tv.h \ test2tv.cpp CLEANFILES = acceptance.sh SUFFIXES = .ss .ss: rm -f $@ $@-t sed \ -e 's!@''bindir''@!$(bindir)!g' \ -e 's!@''top_srcdir''@!$(top_srcdir)!g' \ $< > $@-t mv $@-t $@ chmod +x $@ TESTS = acceptance.sh