diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-14 00:37:51 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-14 00:37:51 +0000 |
commit | 9f4323a562b9244f5bcf950e38ae41187147c8d1 (patch) | |
tree | 1945cbc04329fb5b70f28d46a1c30eb3d443565c /src | |
parent | 52562b49df1dce8beba5d443f4a9f745449e109b (diff) | |
download | tinyproxy-9f4323a562b9244f5bcf950e38ae41187147c8d1.tar.gz tinyproxy-9f4323a562b9244f5bcf950e38ae41187147c8d1.zip |
Removed the last code relating to the old configuration parsing
system. The grammar.y and scanner.l files still need to be removed.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
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 |