]> granicus.if.org Git - flex/commitdiff
Fixed missing 'make clean' files.
authorJohn Millaway <john43@users.sourceforge.net>
Thu, 22 Aug 2002 01:42:22 +0000 (01:42 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Thu, 22 Aug 2002 01:42:22 +0000 (01:42 +0000)
tests/test-array-nr/Makefile.am
tests/test-array-r/Makefile.am
tests/test-basic-nr/Makefile.am
tests/test-basic-r/Makefile.am
tests/test-c-cpp-nr/Makefile.am

index 8e220f43013025ef4c3812ea73f6e7059cae9833..324e21a1c1396316befe27fe564190572125c963 100644 (file)
@@ -23,7 +23,7 @@ BISON = @BISON@
 FLEX = $(top_builddir)/flex
 
 EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.c parser.c parser.h test-array-nr OUTPUT
+CLEANFILES = scanner.c parser.c parser.h test-array-nr OUTPUT $(OBJS)
 OBJS = scanner.o # parser.o
 
 INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
index 7a301dce4c02dcf17a3f613da22181d6ab6b4f92..3cc4f81a51c1285a1d031ed23c227cb6ce092bd5 100644 (file)
@@ -23,7 +23,7 @@ BISON = @BISON@
 FLEX = $(top_builddir)/flex
 
 EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.c test-array-r OUTPUT
+CLEANFILES = scanner.c test-array-r OUTPUT $(OBJS)
 OBJS = scanner.o
 
 INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
index b65b6194e03baa4a3cd513c40c295839c647b211..3b765e6eea4dfbcb8112e5af111dab6770bc8e18 100644 (file)
@@ -23,7 +23,7 @@ BISON = @BISON@
 FLEX = $(top_builddir)/flex
 
 EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.c parser.c parser.h test-basic-nr OUTPUT
+CLEANFILES = scanner.c parser.c parser.h test-basic-nr OUTPUT $(OBJS)
 OBJS = scanner.o # parser.o
 
 INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
index 530d3809d50719be18ece17133a0d0e00aa074c5..007f7cd29478eedee449df6e4bce99dbad7021fc 100644 (file)
@@ -23,7 +23,7 @@ BISON = @BISON@
 FLEX = $(top_builddir)/flex
 
 EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.c parser.c parser.h test-basic-r OUTPUT
+CLEANFILES = scanner.c parser.c parser.h test-basic-r OUTPUT $(OBJS)
 OBJS = scanner.o # parser.o
 
 INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .
index 3948d64558989d0ae37b416654a7b2e480a4dcce..cbe1cc6237264639e3616115c0089de8b6533ece 100644 (file)
@@ -23,7 +23,7 @@ BISON = @BISON@
 FLEX = $(top_builddir)/flex
 
 EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.cpp test-cpp-nr $(OBJS) OUTPUT
+CLEANFILES = scanner.cpp test-c-cpp-nr $(OBJS) OUTPUT
 OBJS = scanner.o
 
 INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .