BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
EXTRA_DIST = scanner.l parser.y test.input
CLEANFILES = scanner.c scanner.h parser.c parser.h TEMPLATE OUTPUT $(OBJS)
OBJS = scanner.o # parser.o
BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
EXTRA_DIST = scanner.l parser.y test.input main.c
CLEANFILES = scanner.c scanner.h parser.c parser.h test-bison-nr $(OBJS) OUTPUT
OBJS = scanner.o parser.o main.o
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)
#LDFLAGS = $(top_srcdir)/libfl.a
YFLAGS = --defines --output=parser.c --name-prefix="test"
BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
EXTRA_DIST = scanner.l parser.y test.input main.c
CLEANFILES = scanner.c scanner.h parser.c parser.h test-bison-yylloc $(OBJS) OUTPUT
OBJS = scanner.o parser.o main.o
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)
#LDFLAGS = $(top_srcdir)/libfl.a
YFLAGS = --defines --output=parser.c --name-prefix="test"
BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
EXTRA_DIST = scanner.l parser.y test.input main.c
CLEANFILES = scanner.c scanner.h parser.c parser.h test-bison-yylval $(OBJS) OUTPUT
OBJS = parser.o scanner.o main.o
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)
#LDFLAGS = $(top_srcdir)/libfl.a
YFLAGS = --defines --output=parser.c --name-prefix="test"
BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
EXTRA_DIST = scanner.l test.input main.c
CLEANFILES = scanner.c scanner.h test-header-nr $(OBJS) OUTPUT
OBJS = scanner.o main.o
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)
#LDFLAGS = $(top_srcdir)/libfl.a
#YFLAGS = --defines --output=parser.c
BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
EXTRA_DIST = scanner.l test.input main.c
CLEANFILES = scanner.c scanner.h test-header-r OUTPUT $(OBJS)
OBJS = scanner.o main.o
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)
#LDFLAGS = $(top_srcdir)/libfl.a
LFLAGS = --header="scanner.h"
#YFLAGS = --defines --output=parser.c
BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
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
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)
#LDFLAGS = $(top_srcdir)/libfl.a
#YFLAGS = --defines --output=parser.c
BISON = @BISON@
FLEX = $(top_builddir)/flex
+builddir = @builddir@
+
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 scanner-1.tables \
scanner-2.tables
OBJS = scanner-1.o scanner-2.o main.o
-AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)
#LDFLAGS = $(top_srcdir)/libfl.a
#YFLAGS = --defines --output=parser.c