From 687104313fae0b3d1b5042698798844fda930ece Mon Sep 17 00:00:00 2001 From: thurston Date: Sun, 22 Mar 2009 16:35:41 +0000 Subject: [PATCH] Removed references to intermediate file parsers. git-svn-id: http://svn.complang.org/ragel/trunk@759 052ea7fc-9027-0410-9066-f65837a77df0 --- ragel/Makefile.in | 17 ++--------------- ragel/parsedata.cpp | 1 - ragel/rubycodegen.cpp | 1 - ragel/xmlcodegen.cpp | 1 - 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/ragel/Makefile.in b/ragel/Makefile.in index 99efc9b..a6027ad 100644 --- a/ragel/Makefile.in +++ b/ragel/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2008 Adrian Thurston +# Copyright 2001-2009 Adrian Thurston # # This file is part of Ragel. @@ -42,8 +42,7 @@ CC_SRCS = \ dotcodegen.cpp \ xmlcodegen.cpp \ -GEN_SRC = version.h rlscan.cpp rlparse.h rlparse.cpp \ - xmlscan.cpp xmlparse.h +GEN_SRC = version.h rlscan.cpp rlparse.h rlparse.cpp LIBS = MINGW_LIBS = -lpsapi @@ -92,18 +91,6 @@ rlscan.cpp: rlparse.h rlscan.cpp: rlscan.rl ragel -G2 -o $@ $< -xmlparse.h: xmlparse.kh - kelbt -o $@ $< - -xmlparse.cpp: xmlparse.kl xmlparse.kh - kelbt -o $@ $< - -xmlscan.cpp: xmlscan.rl - ragel -G2 -o xmlscan.cpp xmlscan.rl - -xmltags.cpp: xmltags.gperf - gperf -L C++ -t $< > $@ - endif %.o: %.cpp diff --git a/ragel/parsedata.cpp b/ragel/parsedata.cpp index 5631d48..16e6f7a 100644 --- a/ragel/parsedata.cpp +++ b/ragel/parsedata.cpp @@ -32,7 +32,6 @@ #include "mergesort.h" #include "xmlcodegen.h" #include "version.h" -#include "xmlparse.h" #include "inputdata.h" using namespace std; diff --git a/ragel/rubycodegen.cpp b/ragel/rubycodegen.cpp index 78ffce7..9de8193 100644 --- a/ragel/rubycodegen.cpp +++ b/ragel/rubycodegen.cpp @@ -26,7 +26,6 @@ #include "gendata.h" #include "ragel.h" #include "rubycodegen.h" -#include "xmlparse.h" #include "pcheck.h" #include "vector.h" #include "version.h" diff --git a/ragel/xmlcodegen.cpp b/ragel/xmlcodegen.cpp index 08bfc20..ed7b692 100644 --- a/ragel/xmlcodegen.cpp +++ b/ragel/xmlcodegen.cpp @@ -22,7 +22,6 @@ #include "ragel.h" #include "xmlcodegen.h" -#include "xmlparse.h" #include "parsedata.h" #include "fsmgraph.h" #include "gendata.h" -- 2.7.4