diff options
Diffstat (limited to 'ragel')
-rw-r--r-- | ragel/Makefile.am | 28 | ||||
-rw-r--r-- | ragel/cdcodegen.cc (renamed from ragel/cdcodegen.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdfflat.cc (renamed from ragel/cdfflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdfgoto.cc (renamed from ragel/cdfgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdflat.cc (renamed from ragel/cdflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdftable.cc (renamed from ragel/cdftable.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdgoto.cc (renamed from ragel/cdgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdipgoto.cc (renamed from ragel/cdipgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdsplit.cc (renamed from ragel/cdsplit.cpp) | 0 | ||||
-rw-r--r-- | ragel/cdtable.cc (renamed from ragel/cdtable.cpp) | 0 | ||||
-rw-r--r-- | ragel/common.cc (renamed from ragel/common.cpp) | 0 | ||||
-rw-r--r-- | ragel/cscodegen.cc (renamed from ragel/cscodegen.cpp) | 0 | ||||
-rw-r--r-- | ragel/csfflat.cc (renamed from ragel/csfflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/csfgoto.cc (renamed from ragel/csfgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/csflat.cc (renamed from ragel/csflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/csftable.cc (renamed from ragel/csftable.cpp) | 0 | ||||
-rw-r--r-- | ragel/csgoto.cc (renamed from ragel/csgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/csipgoto.cc (renamed from ragel/csipgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/cssplit.cc (renamed from ragel/cssplit.cpp) | 0 | ||||
-rw-r--r-- | ragel/cstable.cc (renamed from ragel/cstable.cpp) | 0 | ||||
-rw-r--r-- | ragel/dotcodegen.cc (renamed from ragel/dotcodegen.cpp) | 0 | ||||
-rw-r--r-- | ragel/fsmap.cc (renamed from ragel/fsmap.cpp) | 0 | ||||
-rw-r--r-- | ragel/fsmattach.cc (renamed from ragel/fsmattach.cpp) | 0 | ||||
-rw-r--r-- | ragel/fsmbase.cc (renamed from ragel/fsmbase.cpp) | 0 | ||||
-rw-r--r-- | ragel/fsmcond.cc (renamed from ragel/fsmcond.cpp) | 0 | ||||
-rw-r--r-- | ragel/fsmgraph.cc (renamed from ragel/fsmgraph.cpp) | 0 | ||||
-rw-r--r-- | ragel/fsmmin.cc (renamed from ragel/fsmmin.cpp) | 0 | ||||
-rw-r--r-- | ragel/fsmstate.cc (renamed from ragel/fsmstate.cpp) | 0 | ||||
-rw-r--r-- | ragel/gendata.cc (renamed from ragel/gendata.cpp) | 0 | ||||
-rw-r--r-- | ragel/goipgoto.cc (renamed from ragel/goipgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/inputdata.cc (renamed from ragel/inputdata.cpp) | 0 | ||||
-rw-r--r-- | ragel/javacodegen.cc (renamed from ragel/javacodegen.cpp) | 0 | ||||
-rw-r--r-- | ragel/main.cc (renamed from ragel/main.cpp) | 0 | ||||
-rw-r--r-- | ragel/mlcodegen.cc (renamed from ragel/mlcodegen.cpp) | 0 | ||||
-rw-r--r-- | ragel/mlfflat.cc (renamed from ragel/mlfflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/mlflat.cc (renamed from ragel/mlflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/mlftable.cc (renamed from ragel/mlftable.cpp) | 0 | ||||
-rw-r--r-- | ragel/mlgoto.cc (renamed from ragel/mlgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/mltable.cc (renamed from ragel/mltable.cpp) | 0 | ||||
-rw-r--r-- | ragel/parsedata.cc (renamed from ragel/parsedata.cpp) | 0 | ||||
-rw-r--r-- | ragel/parsetree.cc (renamed from ragel/parsetree.cpp) | 0 | ||||
-rw-r--r-- | ragel/rbxgoto.cc (renamed from ragel/rbxgoto.cpp) | 0 | ||||
-rw-r--r-- | ragel/redfsm.cc (renamed from ragel/redfsm.cpp) | 0 | ||||
-rw-r--r-- | ragel/rubycodegen.cc (renamed from ragel/rubycodegen.cpp) | 0 | ||||
-rw-r--r-- | ragel/rubyfflat.cc (renamed from ragel/rubyfflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/rubyflat.cc (renamed from ragel/rubyflat.cpp) | 0 | ||||
-rw-r--r-- | ragel/rubyftable.cc (renamed from ragel/rubyftable.cpp) | 0 | ||||
-rw-r--r-- | ragel/rubytable.cc (renamed from ragel/rubytable.cpp) | 0 | ||||
-rw-r--r-- | ragel/xmlcodegen.cc (renamed from ragel/xmlcodegen.cpp) | 0 |
49 files changed, 14 insertions, 14 deletions
diff --git a/ragel/Makefile.am b/ragel/Makefile.am index 509a5fcc..4cd487f7 100644 --- a/ragel/Makefile.am +++ b/ragel/Makefile.am @@ -14,18 +14,18 @@ ragel_SOURCES = \ csftable.h fsmgraph.h pcheck.h rubycodegen.h xmlcodegen.h cdftable.h \ csgoto.h gendata.h ragel.h rubyfflat.h goipgoto.h \ mlcodegen.h mltable.h mlftable.h mlflat.h mlfflat.h mlgoto.h \ - main.cpp parsetree.cpp parsedata.cpp fsmstate.cpp fsmbase.cpp \ - fsmattach.cpp fsmmin.cpp fsmgraph.cpp fsmap.cpp fsmcond.cpp rlscan.cpp rlparse.cpp \ - inputdata.cpp common.cpp redfsm.cpp gendata.cpp cdcodegen.cpp \ - cdtable.cpp cdftable.cpp cdflat.cpp cdfflat.cpp cdgoto.cpp cdfgoto.cpp \ - cdipgoto.cpp cdsplit.cpp javacodegen.cpp rubycodegen.cpp rubytable.cpp \ - rubyftable.cpp rubyflat.cpp rubyfflat.cpp rbxgoto.cpp cscodegen.cpp \ - cstable.cpp csftable.cpp csflat.cpp csfflat.cpp csgoto.cpp csfgoto.cpp \ - csipgoto.cpp cssplit.cpp dotcodegen.cpp xmlcodegen.cpp goipgoto.cpp \ - mlcodegen.cpp mltable.cpp mlftable.cpp mlflat.cpp mlfflat.cpp mlgoto.cpp + main.cc parsetree.cc parsedata.cc fsmstate.cc fsmbase.cc \ + fsmattach.cc fsmmin.cc fsmgraph.cc fsmap.cc fsmcond.cc rlscan.cc rlparse.cc \ + inputdata.cc common.cc redfsm.cc gendata.cc cdcodegen.cc \ + cdtable.cc cdftable.cc cdflat.cc cdfflat.cc cdgoto.cc cdfgoto.cc \ + cdipgoto.cc cdsplit.cc javacodegen.cc rubycodegen.cc rubytable.cc \ + rubyftable.cc rubyflat.cc rubyfflat.cc rbxgoto.cc cscodegen.cc \ + cstable.cc csftable.cc csflat.cc csfflat.cc csgoto.cc csfgoto.cc \ + csipgoto.cc cssplit.cc dotcodegen.cc xmlcodegen.cc goipgoto.cc \ + mlcodegen.cc mltable.cc mlftable.cc mlflat.cc mlfflat.cc mlgoto.cc BUILT_SOURCES = \ - rlscan.cpp rlparse.h rlparse.cpp version.h + rlscan.cc rlparse.h rlparse.cc version.h version.h: Makefile echo '#define VERSION "$(PACKAGE_VERSION)"' > version.h @@ -36,19 +36,19 @@ EXTRA_DIST = rlscan.rl rlparse.kh rlparse.kl if BUILD_PARSERS CLEANFILES = \ - rlscan.cpp rlparse.h rlparse.cpp + rlscan.cc rlparse.h rlparse.cc rlparse.h: rlparse.kh kelbt -o $@ $< -rlparse.cpp: rlparse.kl rlparse.kh +rlparse.cc: rlparse.kl rlparse.kh kelbt -o $@ $< # This dependency comes from the import of the parser defines # into the scanner. -rlscan.cpp: rlparse.h +rlscan.cc: rlparse.h -rlscan.cpp: rlscan.rl +rlscan.cc: rlscan.rl ragel -G2 -I$(builddir) -o $@ $< endif diff --git a/ragel/cdcodegen.cpp b/ragel/cdcodegen.cc index 3d7cafcd..3d7cafcd 100644 --- a/ragel/cdcodegen.cpp +++ b/ragel/cdcodegen.cc diff --git a/ragel/cdfflat.cpp b/ragel/cdfflat.cc index 79cc5be3..79cc5be3 100644 --- a/ragel/cdfflat.cpp +++ b/ragel/cdfflat.cc diff --git a/ragel/cdfgoto.cpp b/ragel/cdfgoto.cc index 3b229dea..3b229dea 100644 --- a/ragel/cdfgoto.cpp +++ b/ragel/cdfgoto.cc diff --git a/ragel/cdflat.cpp b/ragel/cdflat.cc index 6010f980..6010f980 100644 --- a/ragel/cdflat.cpp +++ b/ragel/cdflat.cc diff --git a/ragel/cdftable.cpp b/ragel/cdftable.cc index f5584e5d..f5584e5d 100644 --- a/ragel/cdftable.cpp +++ b/ragel/cdftable.cc diff --git a/ragel/cdgoto.cpp b/ragel/cdgoto.cc index e434143a..e434143a 100644 --- a/ragel/cdgoto.cpp +++ b/ragel/cdgoto.cc diff --git a/ragel/cdipgoto.cpp b/ragel/cdipgoto.cc index 298bf36d..298bf36d 100644 --- a/ragel/cdipgoto.cpp +++ b/ragel/cdipgoto.cc diff --git a/ragel/cdsplit.cpp b/ragel/cdsplit.cc index f494b730..f494b730 100644 --- a/ragel/cdsplit.cpp +++ b/ragel/cdsplit.cc diff --git a/ragel/cdtable.cpp b/ragel/cdtable.cc index 2218839e..2218839e 100644 --- a/ragel/cdtable.cpp +++ b/ragel/cdtable.cc diff --git a/ragel/common.cpp b/ragel/common.cc index c4c90704..c4c90704 100644 --- a/ragel/common.cpp +++ b/ragel/common.cc diff --git a/ragel/cscodegen.cpp b/ragel/cscodegen.cc index 6de15060..6de15060 100644 --- a/ragel/cscodegen.cpp +++ b/ragel/cscodegen.cc diff --git a/ragel/csfflat.cpp b/ragel/csfflat.cc index f504eb26..f504eb26 100644 --- a/ragel/csfflat.cpp +++ b/ragel/csfflat.cc diff --git a/ragel/csfgoto.cpp b/ragel/csfgoto.cc index 5a26424c..5a26424c 100644 --- a/ragel/csfgoto.cpp +++ b/ragel/csfgoto.cc diff --git a/ragel/csflat.cpp b/ragel/csflat.cc index 4d5bafa1..4d5bafa1 100644 --- a/ragel/csflat.cpp +++ b/ragel/csflat.cc diff --git a/ragel/csftable.cpp b/ragel/csftable.cc index 44378e82..44378e82 100644 --- a/ragel/csftable.cpp +++ b/ragel/csftable.cc diff --git a/ragel/csgoto.cpp b/ragel/csgoto.cc index 4bb2ec1e..4bb2ec1e 100644 --- a/ragel/csgoto.cpp +++ b/ragel/csgoto.cc diff --git a/ragel/csipgoto.cpp b/ragel/csipgoto.cc index 0e3168a2..0e3168a2 100644 --- a/ragel/csipgoto.cpp +++ b/ragel/csipgoto.cc diff --git a/ragel/cssplit.cpp b/ragel/cssplit.cc index 8c7464f0..8c7464f0 100644 --- a/ragel/cssplit.cpp +++ b/ragel/cssplit.cc diff --git a/ragel/cstable.cpp b/ragel/cstable.cc index 72df0a63..72df0a63 100644 --- a/ragel/cstable.cpp +++ b/ragel/cstable.cc diff --git a/ragel/dotcodegen.cpp b/ragel/dotcodegen.cc index a61bdb70..a61bdb70 100644 --- a/ragel/dotcodegen.cpp +++ b/ragel/dotcodegen.cc diff --git a/ragel/fsmap.cpp b/ragel/fsmap.cc index 211bd68e..211bd68e 100644 --- a/ragel/fsmap.cpp +++ b/ragel/fsmap.cc diff --git a/ragel/fsmattach.cpp b/ragel/fsmattach.cc index a7d9fa34..a7d9fa34 100644 --- a/ragel/fsmattach.cpp +++ b/ragel/fsmattach.cc diff --git a/ragel/fsmbase.cpp b/ragel/fsmbase.cc index fed27878..fed27878 100644 --- a/ragel/fsmbase.cpp +++ b/ragel/fsmbase.cc diff --git a/ragel/fsmcond.cpp b/ragel/fsmcond.cc index 0173cf2b..0173cf2b 100644 --- a/ragel/fsmcond.cpp +++ b/ragel/fsmcond.cc diff --git a/ragel/fsmgraph.cpp b/ragel/fsmgraph.cc index f15272d2..f15272d2 100644 --- a/ragel/fsmgraph.cpp +++ b/ragel/fsmgraph.cc diff --git a/ragel/fsmmin.cpp b/ragel/fsmmin.cc index 5f8dfcbb..5f8dfcbb 100644 --- a/ragel/fsmmin.cpp +++ b/ragel/fsmmin.cc diff --git a/ragel/fsmstate.cpp b/ragel/fsmstate.cc index 71fe3a3d..71fe3a3d 100644 --- a/ragel/fsmstate.cpp +++ b/ragel/fsmstate.cc diff --git a/ragel/gendata.cpp b/ragel/gendata.cc index f7abe3de..f7abe3de 100644 --- a/ragel/gendata.cpp +++ b/ragel/gendata.cc diff --git a/ragel/goipgoto.cpp b/ragel/goipgoto.cc index 107acfff..107acfff 100644 --- a/ragel/goipgoto.cpp +++ b/ragel/goipgoto.cc diff --git a/ragel/inputdata.cpp b/ragel/inputdata.cc index e734538d..e734538d 100644 --- a/ragel/inputdata.cpp +++ b/ragel/inputdata.cc diff --git a/ragel/javacodegen.cpp b/ragel/javacodegen.cc index adff67e6..adff67e6 100644 --- a/ragel/javacodegen.cpp +++ b/ragel/javacodegen.cc diff --git a/ragel/main.cpp b/ragel/main.cc index 048bbd99..048bbd99 100644 --- a/ragel/main.cpp +++ b/ragel/main.cc diff --git a/ragel/mlcodegen.cpp b/ragel/mlcodegen.cc index f8268d60..f8268d60 100644 --- a/ragel/mlcodegen.cpp +++ b/ragel/mlcodegen.cc diff --git a/ragel/mlfflat.cpp b/ragel/mlfflat.cc index 9251a9af..9251a9af 100644 --- a/ragel/mlfflat.cpp +++ b/ragel/mlfflat.cc diff --git a/ragel/mlflat.cpp b/ragel/mlflat.cc index 5307b6ee..5307b6ee 100644 --- a/ragel/mlflat.cpp +++ b/ragel/mlflat.cc diff --git a/ragel/mlftable.cpp b/ragel/mlftable.cc index 7cf258ed..7cf258ed 100644 --- a/ragel/mlftable.cpp +++ b/ragel/mlftable.cc diff --git a/ragel/mlgoto.cpp b/ragel/mlgoto.cc index 0c9d298c..0c9d298c 100644 --- a/ragel/mlgoto.cpp +++ b/ragel/mlgoto.cc diff --git a/ragel/mltable.cpp b/ragel/mltable.cc index 5c4ae2c8..5c4ae2c8 100644 --- a/ragel/mltable.cpp +++ b/ragel/mltable.cc diff --git a/ragel/parsedata.cpp b/ragel/parsedata.cc index f825d6d7..f825d6d7 100644 --- a/ragel/parsedata.cpp +++ b/ragel/parsedata.cc diff --git a/ragel/parsetree.cpp b/ragel/parsetree.cc index fd7e7001..fd7e7001 100644 --- a/ragel/parsetree.cpp +++ b/ragel/parsetree.cc diff --git a/ragel/rbxgoto.cpp b/ragel/rbxgoto.cc index c54cb00b..c54cb00b 100644 --- a/ragel/rbxgoto.cpp +++ b/ragel/rbxgoto.cc diff --git a/ragel/redfsm.cpp b/ragel/redfsm.cc index 9a58752b..9a58752b 100644 --- a/ragel/redfsm.cpp +++ b/ragel/redfsm.cc diff --git a/ragel/rubycodegen.cpp b/ragel/rubycodegen.cc index ff25ada7..ff25ada7 100644 --- a/ragel/rubycodegen.cpp +++ b/ragel/rubycodegen.cc diff --git a/ragel/rubyfflat.cpp b/ragel/rubyfflat.cc index 53c7896c..53c7896c 100644 --- a/ragel/rubyfflat.cpp +++ b/ragel/rubyfflat.cc diff --git a/ragel/rubyflat.cpp b/ragel/rubyflat.cc index 6cf7e457..6cf7e457 100644 --- a/ragel/rubyflat.cpp +++ b/ragel/rubyflat.cc diff --git a/ragel/rubyftable.cpp b/ragel/rubyftable.cc index b90ffa7b..b90ffa7b 100644 --- a/ragel/rubyftable.cpp +++ b/ragel/rubyftable.cc diff --git a/ragel/rubytable.cpp b/ragel/rubytable.cc index eb5dfd5c..eb5dfd5c 100644 --- a/ragel/rubytable.cpp +++ b/ragel/rubytable.cc diff --git a/ragel/xmlcodegen.cpp b/ragel/xmlcodegen.cc index 5f50c7e7..5f50c7e7 100644 --- a/ragel/xmlcodegen.cpp +++ b/ragel/xmlcodegen.cc |