From 9f4323a562b9244f5bcf950e38ae41187147c8d1 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sat, 14 Aug 2004 00:37:51 +0000 Subject: Removed the last code relating to the old configuration parsing system. The grammar.y and scanner.l files still need to be removed. --- src/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index c56ebde..f189870 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.20 2004-08-13 21:04:24 rjkaes Exp $ +# $Id: Makefile.am,v 1.21 2004-08-14 00:37:50 rjkaes Exp $ # # Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com) # @@ -13,7 +13,6 @@ # General Public License for more details. # -YFLAGS = @YFLAGS@ LDFLAGS = @LDFLAGS@ sbin_PROGRAMS = tinyproxy @@ -40,15 +39,11 @@ tinyproxy_SOURCES = \ tinyproxy.c tinyproxy.h \ utils.c utils.h \ vector.c vector.h -# grammar.y scanner.l EXTRA_tinyproxy_SOURCES = filter.c filter.h grammar.h tinyproxy_DEPENDENCIES = @ADDITIONAL_OBJECTS@ tinyproxy_LDADD = @ADDITIONAL_OBJECTS@ -scanner.c: scanner.l grammar.h - $(LEX) $(LEX_FLAGS) $(LFLAGS) -i $< && mv $(LEX_OUTPUT_ROOT).c $@ - clean: rm -f *.da rm -f gmon.out -- cgit v1.2.3