From b53855bca63e3c10b34835c302b0f8ad8461d4d7 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 12 Apr 2002 16:23:28 +0000 Subject: [PATCH] removed eroneous files listed in EXTRA_DIST --- tests/test-header-nr/Makefile.am | 2 +- tests/test-header-r/Makefile.am | 2 +- tests/test-multiple-scanners-nr/Makefile.am | 2 +- tests/test-multiple-scanners-r/Makefile.am | 2 +- tests/test-pthread/Makefile.am | 2 +- tests/test-string-nr/Makefile.am | 2 +- tests/test-string-r/Makefile.am | 2 +- tests/test-yyextra/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/test-header-nr/Makefile.am b/tests/test-header-nr/Makefile.am index 9ab0efe..5b51add 100644 --- a/tests/test-header-nr/Makefile.am +++ b/tests/test-header-nr/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner.l parser.y test.input +EXTRA_DIST = scanner.l test.input CLEANFILES = scanner.c scanner.h test-header-nr $(OBJS) OUTPUT OBJS = scanner.o main.o diff --git a/tests/test-header-r/Makefile.am b/tests/test-header-r/Makefile.am index 174fb16..342f2bb 100644 --- a/tests/test-header-r/Makefile.am +++ b/tests/test-header-r/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner.l parser.y test.input +EXTRA_DIST = scanner.l test.input CLEANFILES = scanner.c scanner.h test-header-r OUTPUT $(OBJS) OBJS = scanner.o main.o diff --git a/tests/test-multiple-scanners-nr/Makefile.am b/tests/test-multiple-scanners-nr/Makefile.am index 87661e8..7b89d65 100644 --- a/tests/test-multiple-scanners-nr/Makefile.am +++ b/tests/test-multiple-scanners-nr/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner-1.l scanner-2.l test.input main.c +EXTRA_DIST = scanner-1.l scanner-2.l main.c CLEANFILES = scanner-1.c scanner-1.h test-multiple-scanners-nr OUTPUT $(OBJS) scanner-2.c scanner-2.h OBJS = scanner-1.o scanner-2.o main.o diff --git a/tests/test-multiple-scanners-r/Makefile.am b/tests/test-multiple-scanners-r/Makefile.am index 9482e62..97508eb 100644 --- a/tests/test-multiple-scanners-r/Makefile.am +++ b/tests/test-multiple-scanners-r/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner-1.l scanner-2.l test.input main.c +EXTRA_DIST = scanner-1.l scanner-2.l main.c CLEANFILES = scanner-1.c scanner-1.h test-multiple-scanners-r OUTPUT $(OBJS) scanner-2.c scanner-2.h OBJS = scanner-1.o scanner-2.o main.o diff --git a/tests/test-pthread/Makefile.am b/tests/test-pthread/Makefile.am index eca1f32..492962b 100644 --- a/tests/test-pthread/Makefile.am +++ b/tests/test-pthread/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner.l parser.y test-1.input test-2.input test-3.input test-4.input test-5.input +EXTRA_DIST = scanner.l test-1.input test-2.input test-3.input test-4.input test-5.input CLEANFILES = scanner.c scanner.h parser.c parser.h test-pthread OUTPUT $(OBJS) OBJS = scanner.o # parser.o diff --git a/tests/test-string-nr/Makefile.am b/tests/test-string-nr/Makefile.am index 76c3a0e..a5290e1 100644 --- a/tests/test-string-nr/Makefile.am +++ b/tests/test-string-nr/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner.l parser.y test.input +EXTRA_DIST = scanner.l CLEANFILES = scanner.c scanner.h parser.c parser.h test-string-nr OUTPUT $(OBJS) OBJS = scanner.o # parser.o diff --git a/tests/test-string-r/Makefile.am b/tests/test-string-r/Makefile.am index fdd0872..7a23ced 100644 --- a/tests/test-string-r/Makefile.am +++ b/tests/test-string-r/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner.l parser.y test.input +EXTRA_DIST = scanner.l CLEANFILES = scanner.c scanner.h parser.c parser.h test-string-r OUTPUT $(OBJS) OBJS = scanner.o # parser.o diff --git a/tests/test-yyextra/Makefile.am b/tests/test-yyextra/Makefile.am index d557873..a8e8975 100644 --- a/tests/test-yyextra/Makefile.am +++ b/tests/test-yyextra/Makefile.am @@ -1,7 +1,7 @@ BISON = @BISON@ FLEX = $(top_builddir)/flex -EXTRA_DIST = scanner.l parser.y test.input +EXTRA_DIST = scanner.l test.input CLEANFILES = scanner.c scanner.h parser.c parser.h test-yyextra OUTPUT $(OBJS) OBJS = scanner.o # parser.o -- 2.50.0